-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
ALL
-
Programmability 2026-08-04
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This test has a retry loop that is intended to require it to fail 10 consecutive times before reporting failure. The retry loop functions as intended, the test does indeed retry up to 10 times or until it succeeds. However, a single failure still trips gtest's check for a failed assertion, thereby resulting in test failure.
This probably worked under mongo::unittest but doesn't work under gtest.