Commit e90c6a7
committed
gh-145607: Reproduce flaky test_bz2.testDecompressorChunksMaxsize
Sort the glob results then shuffle with a fixed seed (555) so that
the first bz2 block's compressed data extends into the last 64 bytes
of BIG_DATA. The -64 truncation then yields an incomplete block,
causing the assertFalse(bzd.needs_input) assertion to fail.1 parent 1d091a3 commit e90c6a7
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments