Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logictest: add a kvtrace test type to logic tests.
It's common to want to test "kv trace" output in execbuilder tests, to make sure that a particular SQL statement emits the expected set of key reads, writes, deletes, and so on. It's very annoying to re-type out the setup for kv tracing every time (it's multiple boiler plate-y lines), so this commit introduces a shortcut for this common operation. It looks like this: query T kvtrace SELECT * FROM t ---- <expected kv trace output> Release note: None
- Loading branch information