-
Type:
Spec Change
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Component/s: Backpressure
-
None
-
Needed - No Spec Changes
"client-backpressure/tests/backpressure-retry-max-attempts.yml.template" contains the following description on line 76:
- we expect 3 pairs of command started and succeeded events
However, it should be
- we expect 3 pairs of command started and failed events
as template generates tests where every attempt fails (failpoint is alwaysOn), so all events are commandStartedEvent + commandFailedEvent pairs. The comment incorrectly says "succeeded."
Caught by copilot in node spec sync (maybe it makes sense to include copilot in spec repo to catch typos like this): https://github.com/mongodb/node-mongodb-native/pull/4920