You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise >2 GB Blob encode/decode in LargeBlobTest
Enable the previously @ignore'd probe and run it over fixed binary
(FixedBinaryEncoder/Decoder), so it exercises a full 3 GB Blob round-trip
rather than documenting the limitation. Extract the random-file generation
into a reusable public static generateRandomFile(File, long) helper that
writes in fixed-size chunks, so other tests can reuse it and generation
never holds the whole file in memory.
The test still guards on available heap/disk and skips (via assumeTrue)
when they are insufficient.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments