-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.2-SNAPSHOT
-
Fix Version/s: None
-
Component/s: Elasticsearch
-
Tags:
org.nuxeo.elasticsearch.test.TestReindex.shouldReindexDocument
expected:<48> but was:<41> java.lang.AssertionError: expected:<48> but was:<41> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.nuxeo.elasticsearch.test.TestReindex.shouldReindexDocument(TestReindex.java:143)
This is due to NXP-16474 taggedVersionListener post commit listener timed out and generates indexing command after the awaitCompletion check.
- depends on
-
NXP-16474 PostCommit listener should be monitored like async listener
- Resolved