Skip to content

Commit 19a1e58

Browse files
authored
Migrate datafusion/sql tests to insta, part1 (#15497)
* Add `insta` as a dependency in Cargo.toml and Cargo.lock * WIP, migrate simple test cases to `insta` * taplo fmt * strip backtrace from errors in SQL integration tests * Use `allow_duplicates!` macro in SQL integration tests for error snapshots * remove backtrace from error in test_select_distinct_order_by * WIP: migrate all `prepare_stmt_replace_params_quick_test` to `insta`
1 parent f5d96b0 commit 19a1e58

File tree

3 files changed

+444
-273
lines changed

3 files changed

+444
-273
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/sql/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ datafusion-functions-aggregate = { workspace = true }
6161
datafusion-functions-nested = { workspace = true }
6262
datafusion-functions-window = { workspace = true }
6363
env_logger = { workspace = true }
64+
insta = { workspace = true }
6465
paste = "^1.0"
6566
rstest = { workspace = true }

0 commit comments

Comments
 (0)