b2network / b2-node

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
3 stars 7 forks source link

Failed to pass integration-tests #121

Open any0Ne1010 opened 4 months ago

any0Ne1010 commented 4 months ago

After the new module is added, integration-tests cannot be passed. From the CI log, we can see that the following two tests reported errors:

FAILED test_debug_trace.py::test_trace_blk - AssertionError: assert 1 == 2
FAILED test_upgrade.py::test_cosmovisor_upgrade - TimeoutError: wait for bloc...

I tried to reproduce this problem in a linux environment, but when I ran the test, I had the following problem:

image

The cause of the above problems cannot be determined at this time.