-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: SDAM
What problem are you facing?
When reviewing https://github.com/mongodb/specifications/pull/1452, I noticed that the prose tests depend on a property on `ServerHeartbeatStartedEvent`s that does not exist in the Node driver. After digging though the specs repo, it appears that this field has been a part of the `ServerHeartbeatStartedEvent` since the streamable monitoring protocol was added in 2020 but it was never added in Node.
The property in question is the `awaited` property of `ServerHeartbeatStartedEvents` (defined here).
I linked NODE-5197 because it will be necessary for the prose tests we will be adding but we could tackle them together.
There shouldn't be downstream impact because this is a new feature.
What driver and relevant dependency versions are you using?
All drivers since the streaming protocol was added.
Steps to reproduce?
n/a
- is depended on by
-
NODE-5197 Switch to polling monitoring when running within a FaaS environment
- Closed