Skip to content

Commit

Permalink
Fix flaky transparent_decompression
Browse files Browse the repository at this point in the history
The `transparent_decompression` test is flaky because incremental sort
is chosen most times but normal sort is picked up as well when under
load.

Making the test less flaky by turning off incremental sort. The test
exists to test that DecompressChunk works as intended.
  • Loading branch information
mkindahl committed Jul 12, 2024
1 parent 50bca31 commit 2c651f8
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 1,638 deletions.
Loading

0 comments on commit 2c651f8

Please sign in to comment.