e2e: The new e2e tests found 2 scenarios where CometBFT is not respecting ABCI 1.0 grammar. · Issue #1581 · cometbft/cometbft · GitHub
More Web Proxy on the site http://driver.im/
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
The new e2e tests (#902, #930) that verify whether CometBFT respects the ABCI grammar disclosed two scenarios in which this is not the case. Specifically, the scenarios were observed while running ci.toml testnet and they are the following:
One of the validator nodes is calling init_chain even though it runs in a recovery mode and not in a clean-start mode.
One of the full nodes is not calling init_chain in the beginning.
The same can be reproduced by running e2e tests with ci.toml testnet. Please remember to enable ABCI tests by setting abci_tests_enabled = true in ci.toml file.
The text was updated successfully, but these errors were encountered:
Problem explanation
The new e2e tests (#902, #930) that verify whether CometBFT respects the ABCI grammar disclosed two scenarios in which this is not the case. Specifically, the scenarios were observed while running
ci.toml
testnet and they are the following:init_chain
even though it runs in arecovery
mode and not in aclean-start
mode.init_chain
in the beginning.The same can be reproduced by running e2e tests with
ci.toml
testnet. Please remember to enable ABCI tests by settingabci_tests_enabled = true
inci.toml
file.The text was updated successfully, but these errors were encountered: