Nothing broken, just a test improvement to a rather old ambiguously purposed test.
I randomly noticed that the test repeatedly logs
[MongoDFixture:job0] {"t":{"$date":"2020-07-24T12:15:32.641-04:00"},"s":"I", "c":"INDEX", "id":20354, "ctx":"conn76","msg":"Exceeded maximum number of indexes","attr":{"namespace":"test.index_many2","key":{"x836":1.0},"maxNumIndexes":64}}
for a long while because of a 1000 round for-loop.
- duplicates
-
SERVER-59096 clean up tests: index_many2.js countc.js update_addToSet.js geo_uniqueDocs2.js
- Closed