nodejs-datastore icon indicating copy to clipboard operation
nodejs-datastore copied to clipboard

test: Add a test to ensure that snapshot reads works for runQuery

Open danieljbruce opened this issue 2 years ago • 1 comments

This PR ensures that snapshot reads works for both aggregate queries and regular queries. A refactor is needed so that both types of queries can use the code that parses the readTime option.

danieljbruce avatar Aug 18 '23 13:08 danieljbruce

With the refactor now done in the sum/avg PR, this PR just involves adding a test to ensure that runQuery works for snapshot reads.

danieljbruce avatar Sep 07 '23 15:09 danieljbruce