File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -517,6 +517,7 @@ tests:
517517 expectResult :
518518 - { _id: 1, x: 11 }
519519 - { _id: 2, x: 11 }
520+ # # Calling the operation again to verify that atClusterTime/snapshotTime has not been modified after the first query
520521 - name : find
521522 object : collection0
522523 arguments :
@@ -598,6 +599,7 @@ tests:
598599 filter : {}
599600 fieldName : x
600601 expectResult : [11]
602+ # # Calling the operation again to verify that atClusterTime/snapshotTime has not been modified after the first query
601603 - name : distinct
602604 object : collection0
603605 arguments :
@@ -681,6 +683,7 @@ tests:
681683 - " $match " : { _id: 1 }
682684 expectResult :
683685 - { _id: 1, x: 11 }
686+ # # Calling the operation again to verify that atClusterTime/snapshotTime has not been modified after the first query
684687 - name : aggregate
685688 object : collection0
686689 arguments :
@@ -759,8 +762,7 @@ tests:
759762 session : session2
760763 filter : {}
761764 expectResult : 2
762- # # Calling find again to verify that atClusterTime/snapshotTime has not been modified after the first query
763- # # as it would happen if snapshotTime had not been specified
765+ # # Calling the operation again to verify that atClusterTime/snapshotTime has not been modified after the first query
764766 - name : countDocuments
765767 object : collection0
766768 arguments :
You can’t perform that action at this time.
0 commit comments