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
Verify Compressor::compress parallel execution with robust tests (#385)
- Renamed `test_parallel_compression_roundtrip` to `test_parallel_deflate_1mb` for clarity.
- Added `test_parallel_deflate_boundary` to test the 256KB threshold trigger.
- Added `test_parallel_deflate_large` (10MB) to verify scalability.
- Added `test_parallel_zlib_large` and `test_parallel_gzip_large` (5MB) to cover format wrappers.
- Added `test_parallel_insufficient_space` to verify error propagation in parallel mode.
These tests ensure that the parallel execution path, which activates for inputs > 256KB, functions correctly across different formats and handles edge cases like buffer limits properly.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments