You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
…nifests (#4478)
Workaround for #4492.
This PR:
1. Describes the issue with introduced by
#2283 in comments in the source
code (check FIXMEs and TODOs)
2. Temporarily disables the validator set oscillations in the generated
manifest, used in nightly runs
Item 2. has the side effect that not only the validator set oscillations
but also the consensus params oscillations are disabled, while we are
only aware of issues in the former.
---
#### PR checklist
- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments
---------
Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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 text was updated successfully, but these errors were encountered: