File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1866,6 +1866,14 @@ Test runners MUST allow any errors from the callback operation(s) to propagate t
18661866callback 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
18711879These operations and their arguments may be documented in the following specifications :
You can’t perform that action at this time.
0 commit comments