Skip to content

Commit f1cf707

Browse files
committed
Added comment.
1 parent d8a77c5 commit f1cf707

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/sessions/tests/snapshot-sessions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)