bank: Prune older epoch stakes (bp #7668) (#7676)

automerge
This commit is contained in:
mergify[bot]
2020-01-04 09:32:16 -08:00
committed by Grimes
parent 63cd452ab5
commit 001f5fbb6b
4 changed files with 85 additions and 12 deletions

View File

@@ -111,7 +111,7 @@ test-move)
;;
test-local-cluster)
_ cargo +"$rust_stable" build --release --bins ${V:+--verbose}
_ cargo +"$rust_stable" test --release --package solana-local-cluster ${V:+--verbose} -- --nocapture
_ cargo +"$rust_stable" test --release --package solana-local-cluster ${V:+--verbose} -- --nocapture --test-threads=1
exit 0
;;
*)