mirror of https://github.com/apache/lucene.git
tests: reenable assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0446589f43
commit
87a6af1acf
|
@ -145,7 +145,7 @@ public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase
|
|||
// we expect full throttle fails, but not cloud client...
|
||||
for (StopableThread indexThread : threads) {
|
||||
if (indexThread instanceof StopableIndexingThread && !(indexThread instanceof FullThrottleStopableIndexingThread)) {
|
||||
//assertEquals(0, ((StopableIndexingThread) indexThread).getFails());
|
||||
assertEquals(0, ((StopableIndexingThread) indexThread).getFails());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue