MongoDocumentIOIT fails due to concurrency problems
Opened this issue · 0 comments
laserval commented
When starting a MongoConnector
, a separate MongoStatusIO
thread is also started. Some tests in MongoDocumentIOIT
rely on checking values in the database that are updated by that thread. In some cases, the values are not updated or are missing when the tests does the check.