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
Closes#4005 .
This PR adds:
- ~~one more test to confirm that the when lanes are disabled, the order
of gossip and reaping is the same as in the old mempool version~~ (done
in #4008)
- a config flag for the e2e manifests to disable lanes. That way we can
run a network that has lanes disabled on top of this version of Comet
and make sure it works and its performance is not degraded by it.
---------
Co-authored-by: hvanz <hernan.vanzetto@gmail.com>
Co-authored-by: Hernán Vanzetto <15466498+hvanz@users.noreply.github.com>
Co-authored-by: Sergio Mena <sergio@informal.systems>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
The e2e application now takes the lane from the transaction's payload. All e2e tests have lanes enabled by default.
We need some e2e tests with an app that don't implement lanes, that is, it returns nil lane values on Info and CheckTx requests.
Tasks:
no_lanes = true
, so that the app does not implement lanes.no_lanes
option to the e2e generator, so that nightly tests run also with no lanes (in particular, combined withabci_protocol = "tcp"
).lanes=[..]
option to allow for custom lanes to be added to the manifest.The text was updated successfully, but these errors were encountered: