[2025/09/17 11:31:33.712] 1) CSOT driver tests
[2025/09/17 11:31:33.712] Change Streams
[2025/09/17 11:31:33.712] when in stream mode
[2025/09/17 11:31:33.712] when the getMore times out
[2025/09/17 11:31:33.712] attempts to create a new change stream cursor:
[2025/09/17 11:31:33.712] AssertionError: expected [ { '$changeStream': { resumeAfter: { _data: '8268CAD2D5000000022B0229296E04' } } } ] to deeply equal [ { '$changeStream': { resumeAfter: { _data: '8268CAD2D6000000542B0229296E04' } } } ]
[2025/09/17 11:31:33.712] + expected - actual
[2025/09/17 11:31:33.712] [
[2025/09/17 11:31:33.712] {
[2025/09/17 11:31:33.712] "$changeStream": {
[2025/09/17 11:31:33.712] "resumeAfter": {
[2025/09/17 11:31:33.712] - "_data": "8268CAD2D5000000022B0229296E04"
[2025/09/17 11:31:33.712] + "_data": "8268CAD2D6000000542B0229296E04"
[2025/09/17 11:31:33.712] }
[2025/09/17 11:31:33.712] }
[2025/09/17 11:31:33.712] }
[2025/09/17 11:31:33.712] ]
[2025/09/17 11:31:33.712]
[2025/09/17 11:31:33.712] at Context.<anonymous> (test/integration/client-side-operations-timeout/node_csot.test.ts:1007:50)
[2025/09/17 11:31:33.712] at processTicksAndRejections (node:internal/process/task_queues:105:5)