Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.11
-
None
Description
The beforeSuite() method may fail because it concurrently creates an index. It would be better to create the index definition before the test content is added. This limits the race condition to the time the index definition is created.