-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.0
-
Component/s: Testing Infrastructure
-
None
-
ALL
-
0
Test can fail because of the formula being used to determine which chunks to move:
Depending on how the chunks (specifically, the number of chunks) are actually split*, it is possible to have 2 consecutive numbers that are actually bounded by the same chunk, resulting into the "that chunk is already on that shard" error. We should just remove this test since it has no useful asserts.
* Our internal chunk stats for stats are initialized with a random number so the point when it triggers the auto split is not deterministic.