-
Notifications
You must be signed in to change notification settings - Fork 583
implement RocksDB compatibility test in Python #17957
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
base: compatible
Are you sure you want to change the base?
Conversation
!ci-build-me |
Could you name this "RocksDB Ledger Tar Compatibility Test"? I guess at some point we may add some other tests as well. |
!ci-build-me |
Not that fast, haha |
, spec = JobSpec::{ | ||
, dirtyWhen = | ||
[ S.strictlyStart (S.contains "scripts/rocksdb-compatibility") | ||
, S.exactly "buildkite/src/Jobs/Test/RocksdbTest" "dhall" |
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.
I think this dirtywhen needs to be updated as well
, commands = | ||
RunInToolchain.runInToolchain | ||
([] : List Text) | ||
( "./scripts/rocksdb-compatibility/install-rocks.sh" |
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 should be install-rocksdb.sh
@@ -0,0 +1,19 @@ | |||
#!/usr/bin/env bash |
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.
shell check complains on this file.
Add Ci for rocksdb test