Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Atlas Streams
-
Fully Compatible
-
ALL
-
Sprint 31
Description
Adding the following test in checkpoint.js can repro it:
function smokeTestEmptyChangestreamStartStop()
{ const input = generateInput(0); let test = new TestHelper(input, [] /* pipeline */, null /* default interval */, 'changestream'); test.run(); test.stop(); }