gianm opened a new pull request #11965:
URL: https://github.com/apache/druid/pull/11965
Something's wrong with the "batch indexing" integration test. I'm seeing
lots of failures on "ITSystemTableBatchIndexTaskTest" like this:
```
2021-11-20T22:31:45,585 ERROR [main]
org.apache.druid.testing.utils.TestQueryHelper - Failed while executing query
{query=SELECT count(*) FROM sys.segments WHERE datasource LIKE
'wikipedia_index_test%'}
expectedResults: [{"EXPR$0":4}]
actualResults : [{"EXPR$0":5}]
```
This PR is an attempt to debug it and, if possible, fix it.
--
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]