-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed as not planned
Labels
Description
A large number of tests filed in this build. MultiPhaseParallelIndexingRowStatsTest is typical:
[INFO] Running org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest
[ERROR] Tests run: 9, Failures: 8, Errors: 0, Skipped: 1, Time elapsed: 42.979 s <<< FAILURE! - in org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest
[ERROR] org.apache.druid.indexing.common.task.batch.parallel.MultiPhaseParallelIndexingRowStatsTest.testRangePartitionRowStats Time elapsed: 7.643 s <<< FAILURE!
java.lang.AssertionError: Actual task status: TaskStatus{id=index_parallel_dataSource_mfjokkci_2022-12-02T23:08:59.084Z, status=FAILED, duration=-1, errorMsg=Failed in phase[partial segment generation]. See task logs for details.} expected:<SUCCESS> but was:<FAILED>
Oddly, the tests filed in the indexing modules test (SQL Compatibility) path but not the indexing modules test path.
Usual caveats: the PR in question had nothing to do with this area of the code.
Reactions are currently unavailable