-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestCCUpgrade is flaky #3621
Comments
It's now flaky for a different reason. Specifically, filecoin-project/go-fil-markets#614. Basically, payment channel creation fails because we create the payment channel create message on one side of an upgrade, then execute the message on the other. The fix is to either:
|
Alternatively, stop abusing this test? I mean, we're testing CC upgrades, CC upgrades over network upgrades, and retrieval deals. |
Hey! Closing this issue as CC-upgrades / mark-for-upgrade has been deprecated as of Lotus 1.15.0. |
It has been deprecated in lotus, but the tests are still there and are still flaky (causing CI to fail, etc.). |
Closing this issue since it seems like TestCCUpgrade is not flaky anymore. We will open a new issue, if we see it being flaky in master again! |
See https://app.circleci.com/pipelines/github/filecoin-project/lotus/8846/workflows/aa7988b5-a336-462d-af3a-7d5e0bda2c00/jobs/54713
The text was updated successfully, but these errors were encountered: