Andreas Fackler
Andreas Fackler
We doubled the test's era height in https://github.com/casper-network/casper-node/pull/1935, so nodes have more time to detect the equivocation.
Looks like that didn't work; it failed again.
Closing this, until it shows up again.
…and it did: https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/2692/3/3 So Alice failed to equivocate again: [reactor/participating/tests.rs#L361](https://github.com/casper-network/casper-node/blob/15aa3cb8f678554d9e0c50f1c925c1cd405f17e0/node/src/reactor/participating/tests.rs#L361)
And another one: https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/3082/3/3
As discussed I will remove the `#[ignore]` and temporarily disable only the flaky assertion for now.
To give some more context about the test in general: This is meant to simulate an equivocation, by having Alice run two nodes, as well as inactivity (on `feat-fast-sync-v2`), by...
(To fix the tests you'll need to apply `cargo insta`.)
In the title, did you mean to write this? > Make the `ethereum-tracker` example application work
@MathieuDutSik: Did you add a comment somewhere, why this specific revision is needed? ```toml alloy = { git = "https://github.com/alloy-rs/alloy", rev = "b79db21734cffddc11753fe62ba571565c896f42", default-features = false } ```