Skip to content

Commit 79eda36

Browse files
committed
Added comment for new operation
1 parent 7157c01 commit 79eda36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/unified-test-format/unified-test-format.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,14 @@ Test runners MUST allow any errors from the callback operation(s) to propagate t
18661866
callback operation raises an error, it should be possible to assert that error at both the callback operation and
18671867
`withTransaction` level.
18681868

1869+
#### getSnapshotTime
1870+
1871+
The operation `getSnapshotTime` returns the value of `snapshotTime` on the session, so that it can be used in subsequent
1872+
operations.
1873+
1874+
When parsing `snapshotTime` from `sessionOptions` for unified tests, the parsed string is the name of the key for the
1875+
actual value of `snapshotTime` to be found in the [Entity Map](#entity-map).
1876+
18691877
### Bucket Operations
18701878

18711879
These operations and their arguments may be documented in the following specifications:

0 commit comments

Comments
 (0)