kabo87777
kabo87777
# Fix flaky tests in `BatchedAlignedSeriesReadChunkCompactionTest` ## Description This PR fixes 12 flaky tests in `BatchedAlignedSeriesReadChunkCompactionTest` that were failing intermittently due to non-deterministic iteration order of collections. ## Root Cause...
# Fix Non-Deterministic Behavior in NewReadChunkCompactionPerformerWithAlignedSeriesTest ## Problem Thirteen tests in `NewReadChunkCompactionPerformerWithAlignedSeriesTest` were failing non-deterministically under NonDex due to order-dependent measurement schema comparisons: - `testCompactionWithAllDeletion` - `testCompactionWithDeletion` - `testCompactionWithDeletionAndEmptyPage` -...
# Fix Non-Deterministic Behavior in InnerUnseqCompactionWithReadPointPerformerTest ## Problem `InnerUnseqCompactionWithReadPointPerformerTest.test` was failing non-deterministically under NonDex with 100% failure rate (10/10 runs) due to reliance on HashMap/HashSet iteration order in test setup...
# Fix Non-Deterministic Behavior in AlignedByDeviceTest ## Problem Nine tests in `AlignedByDeviceTest` were failing non-deterministically under NonDex (50-100% failure rates) due to order-dependent fragment assertions: - `testAggregation2Device2Region` - `testAggregation2Device2RegionOrderByTime` -...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testTimeJoinAggregationSinglePerRegion ## Problem The test `testTimeJoinAggregationSinglePerRegion` was failing non-deterministically under NonDex with a 40% failure rate (2 out of 5 runs) due to order-dependent fragment...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testGroupByLevelWithSliding2Series2Devices3Regions ## Problem The test `testGroupByLevelWithSliding2Series2Devices3Regions` was failing non-deterministically under NonDex with a 60% failure rate (3 out of 5 runs) due to order-dependent fragment...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testGroupByLevelNodeWithSlidingWindow ## Problem The test `testGroupByLevelNodeWithSlidingWindow` was failing non-deterministically under NonDex with a 40% failure rate (2 out of 5 runs) due to order-dependent fragment...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testGroupByLevel2Series2Devices3Regions ## Problem The test `testGroupByLevel2Series2Devices3Regions` was failing non-deterministically under NonDex with a 60% failure rate (3 out of 5 runs) due to order-dependent fragment...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testEachSeriesOneRegion ## Problem The test `testEachSeriesOneRegion` was failing non-deterministically under NonDex with a 33% failure rate (1 out of 3 runs) due to order-dependent child...
# Fix Non-Deterministic Behavior in AggregationDistributionTest.testAlignByDevice2Device3Region ## Problem The test `testAlignByDevice2Device3Region` was failing non-deterministically under NonDex with an 80% failure rate (4 out of 5 runs) due to order-dependent fragment...