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
Currently, there are multiples test in the e2e test suit that are flakey due to some of the recent changes introduced in core. Investigate and fix flakey tests.
The text was updated successfully, but these errors were encountered:
Closes#1611
## Description
This PR forces no tracing, removes experiment disconnections, and
removes unused abilities in the e2e tests such as pyroscope.
Tracing isn't super useful for small networks, and pyroscope is only
useful in we're looking at a node in real network with sustained load.
Removing these things allow the e2e pass on my local machine (existing
v0.34.x-celestia does not) therefore I think it makes sense that also
makes the e2e less flakey.
This PR does not fix the refused connections that started popping up a
month or two ago, I'm not 100% of the cause of that, but it doesn't
occur in cometBFT. I tried using other docker images, but since we're
using comet-db v0.7, we're stuck with needing bullseye, which uses old
versions of rocksdb.
closes: #1611#1537#1231#1230
Description
Currently, there are multiples test in the e2e test suit that are flakey due to some of the recent changes introduced in core. Investigate and fix flakey tests.
The text was updated successfully, but these errors were encountered: