Commit bbd6514
committed
fix(gates): forward storage features in G11/G12 cargo-test shell-outs
NodeState::open now opens a backend per config.storage_backend; running
`cargo test -p bitcoin-rs-node --test {crash_recovery,shutdown}` with
the node crate's empty default features therefore fails at runtime.
Pass `--no-default-features --features rocksdb,fjall,redb` from the
gate wrappers so the shelled-out cargo invocation matches the bin's
own compiled feature set.
Op: correct
Restores: test:g11_crash_recovery, test:g12_graceful_shutdown1 parent faa01ee commit bbd6514
2 files changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| |||
0 commit comments