Skip to content

Commit 94d696a

Browse files
authored
Merge pull request #34110 from teskje/builtin-item-migration-turmoil
adapter: turmoil chaos test for builtin schema migrations
2 parents 15f96ee + 953c265 commit 94d696a

File tree

5 files changed

+597
-144
lines changed

5 files changed

+597
-144
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
103103
[dev-dependencies]
104104
criterion = { version = "0.6.0", features = ["async_tokio"] }
105105
datadriven = "0.8.0"
106+
mz-persist = { path = "../persist", features = ["turmoil"] }
107+
mz-persist-client = { path = "../persist-client", features = ["turmoil"] }
108+
turmoil = "0.7.0"
106109

107110
[[bench]]
108111
name = "catalog"

0 commit comments

Comments
 (0)