Skip to content

Commit 10bcf43

Browse files
authored
Merge pull request #2590 from ljedrz/refactor/simplified_unified_test_storage
[Refactor] simplify and unify the storage setup for tests
2 parents ffa8945 + 555f723 commit 10bcf43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+665
-772
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
resource_class: << pipeline.parameters.medium >>
507507
steps:
508508
- run_serial:
509-
flags: --features=rocks
509+
flags: --release --features=rocks -- --test-threads=2
510510
workspace_member: ledger
511511
cache_key: v1.3.0-rust-1.83.0-snarkvm-ledger-with-rocksdb-cache
512512

@@ -973,8 +973,7 @@ workflows:
973973
- curves
974974
- fields
975975
- ledger
976-
# TODO (howardwu) - Implement `open_testing` on all storage, update to `CurrentConsensusStore::open_testing`, then re-enable.
977-
# - ledger-with-rocksdb
976+
- ledger-with-rocksdb
978977
- ledger-with-valid-solutions
979978
- ledger-authority
980979
- ledger-block

0 commit comments

Comments
 (0)