cargo test --package solana-gossip --release test_push_votes_with_tower occasionally fails because with --release all votes are generated at the same wallclock (milliseconds resolution) and so the new ones will not necessarily override existing entries in the table. The commit ensures that the new vote is pushed with a wallclock later than existing entries. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |