Commit 1bd4ac2
authored
Fix flaky reconstruction test (#8321)
FIx flaky tests that depends on timing. Previously the test processes all 128 columns and expect reconstruction to happen after all columns are processed. There is a race here, and reconstruction could be triggered before all columns are processed.
I've updated the tests to process 64 columns, just enough for reconstruction and wait for 50ms for reconstruction to be triggered.
This PR requires the change made in #8194 for the test to pass consistently (blob count set to 1 for all blocks instead of random blob count between 0..max)
Co-Authored-By: Jimmy Chen <[email protected]>
Co-Authored-By: Jimmy Chen <[email protected]>1 parent 2c1f1c1 commit 1bd4ac2
1 file changed
+13
-20
lines changedLines changed: 13 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | 919 | | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
930 | 923 | | |
931 | 924 | | |
932 | | - | |
| 925 | + | |
933 | 926 | | |
934 | | - | |
935 | | - | |
| 927 | + | |
| 928 | + | |
936 | 929 | | |
937 | 930 | | |
938 | 931 | | |
939 | 932 | | |
940 | 933 | | |
941 | 934 | | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
949 | 942 | | |
950 | 943 | | |
951 | 944 | | |
| |||
0 commit comments