-
Notifications
You must be signed in to change notification settings - Fork 27
test(dst): comprehensive DST harness — D2/D3 matrix, more oracles, shrinking, concurrency #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c2190c2
1cb6f74
44ee103
42a2cf0
e81e614
f350176
aedd043
f504f0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,10 @@ omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.7.1" } | |
| tokio = { workspace = true } | ||
| lance-namespace-impls = { workspace = true } | ||
| lance-io = "7.0.0" | ||
| arrow-array = { workspace = true } | ||
| futures = { workspace = true } | ||
| serde_json = { workspace = true } | ||
| serial_test = "3" | ||
| proptest = "1" | ||
| proptest-state-machine = "0.8" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Adding Useful? React with 👍 / 👎. |
||
| async-trait = { workspace = true } | ||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds
proptest-state-machinewithout updatingCargo.lock. The repo's documented test gate usescargo test --workspace --locked, so the first locked build of this test target will fail before any DST tests run.Context Used: AGENTS.md (source)