Add tailable cursor tests#241
Conversation
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage, test-framework); effort from diff stats (967+0 LOC, 9 files); LLM: Adds new test cases for tailable cursor behavior in the compatibility test suite, expanding coverage without touching production code. If a label is wrong, remove it manually and ping |
For type validation, are these tested elsewhere? e.g. |
I would expect these kind of syntax/type tests to live in |
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
Signed-off-by: Daniel Frankcom <frankcom@amazon.com>
This change adds tests for general tailable cursor behavior.
The intent here is to cover cross-command behavior and state of the tailable cursor itself, without worrying about command-level input/output validation that is already or will be tested elsewhere.