-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Elasticsearch
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #72
-
Story Points:2
When using an external elastic server, sometime the test index is not initialized because it already exists (it has been created by a previous test),
this causes random test failures if the mapping is not the expected one or if there are some trailing data.
To avoid this test suite usually adds an explicit initialization:
@Before public void setupIndex() throws Exception { esa.initIndexes(true); }
This should be done at the Feature Runner level.
- is related to
-
NXP-31305 Fix TestAggregates random failure
- Resolved