mirror of https://github.com/apache/druid.git
d5abd06b96
* Fix flaky KafkaIndexTaskTest. The testRunTransactionModeRollback case had many race conditions. Most notably, it would commit a transaction and then immediately check to see that the results were *not* indexed. This is racey because it relied on the indexing thread being slower than the test thread. Now, the case waits for the transaction to be processed by the indexing thread before checking the results. * Changes from review. |
||
---|---|---|
.. | ||
src | ||
pom.xml |