Description
PR #2283 introduced validator and consensus parameter oscillation in our e2e infrastructure (this is part of #2458) . However, at the moment the validator oscillations cause the nightly's to fail on main
. Most likely due to corner case tests that need to be fixed.
We will temporary disable this feature to reduce the noise in testing, see #4478.
This has to be followed up with properly fixing the tests so that the oscillations work. See comments added to #4478.
Quoting @cason:
The problem is that the updates produced by the generator (which are more relevant changes) might conflict with the validator updates produced by the oscillation logic (which just turn on and off a validator, with voting power 1 and 0). The latter has to be fixed.