cryptoe opened a new issue, #13662: URL: https://github.com/apache/druid/issues/13662
Happened in PR : https://github.com/apache/druid/pull/13633 ```[ERROR] testKafkaIndexDataWithWithAutoscaler(org.apache.druid.tests.parallelized.ITKafkaIndexingServiceNonTransactionalParallelizedTest) Time elapsed: 20.854 s <<< FAILURE! org.apache.druid.java.util.common.ISE: Results mismatch while executing the query {queryType=timeseries, dataSource=kafka_non_transactional_parallelized_indexing_service_test_270b626c-b6d7-4a4d-94a8-af60dbe2cc67 %Россия 한국 中国!?, intervals=[1994-04-29T01:00:00Z/1994-04-29T01:02:00Z], granularity=all, aggregations=[{type=longSum, fieldName=count, name=edit_count}, {type=longSum, fieldName=added, name=chars_added}]}. Mismatch error: Mismatch in row no. [1]. Expected: [{timestamp=1994-04-29T01:00:00.000Z, result={chars_added=210, edit_count=60}}], Actual: [{timestamp=1994-04-29T01:00:00.000Z, result={chars_added=120, edit_count=30}}] at org.apache.druid.tests.parallelized.ITKafkaIndexingServiceNonTransactionalParallelizedTest.testKafkaIndexDataWithWithAutoscaler(ITKafkaIndexingServiceNonTransactionalParallelizedTest.java:62) [ERROR] testKafkaTerminatedSupervisorAutoCleanup(org.apache.druid.tests.parallelized.ITKafkaIndexingServiceNonTransactionalParallelizedTest) Time elapsed: 76.085 s [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ITKafkaIndexingServiceNonTransactionalParallelizedTest.testKafkaIndexDataWithWithAutoscaler:62->AbstractStreamIndexingTest.doTestIndexDataWithAutoscaler:385->AbstractStreamIndexingTest.verifyIngestedData:754 » ISE [INFO] [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:2.22.0:verify (integration-tests) @ druid-integration-tests --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:04 min [INFO] Finished at: 2023-01-11T16:37:29Z ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
