Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45563: logictest: add a kvtrace test type to logic tests. r=jordanlewis a=jordanlewis 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 Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information