-
Notifications
You must be signed in to change notification settings - Fork 172
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
not very basic maintenance #1004
Conversation
I think that that e2e is just flaky, you probably need to rerun CI in order for this to pass. |
Looks good, any thoughts on the failing test? |
just should need to click the button that runs it again. It is likely a "flaky test" -- these are common with interchaintest, which doesn't generally pass its own test suite due to flakiness |
@JakeHartnell good example of flaky tests: this didn't pass, again. But it didn't pass on different tests. Please note that in the first run, pfm failed. In the second run, clock and upgrade failed. Why? ictest isn't consistent Let's try again for fun |
oops this time it was feepay might as well add another godoc |
oh snap now it is ibchooks let's do a 4th |
If we follow the same approach as is used in the ibctest upstream, and keep spamming with commits that change nothing, it should eventually pass. Of course it means that all of the failures were meaningless.... or were they? |
Ah, pfm doesn't work again |
Remember changes to comments do not actually change what the code does, what you're seeing is the level of flakiness in the IC tests |
Clock again |
"but sometimes clock doesn't poop the bed" Yes |
Pfm too |
good news is that it is probably not the modules themselves, just the code that tests them doing a 6th test run ...btw probably the way they passed in the past is whomever was maintaining just clicked the button to run them till they all passed Don't really know another way actually |
oop, ictest-basic this time |
go.mod is much cleaner now anyhow, and comet is the same version on the chain and in the tests, and a few other libs as a result of that. |
oops tests need to be rewritten |
|
@JakeHartnell tl;dr here:
....so that's what is up with the failed test BTW if you'd like to put proof behind the above assertions, just recreate the scenario of any recent pull request. If the check mark isn't green right away just click that magic button a few times Since we are working with tests it is actually important to prove this kinda thing. Unfortunately. Also from looking at some of the logs, it could be that there's code baked into the image server at SL that we don't have but now that needs to be updated, to be quite honest I'm not really sure at this point. I just don't know of anywhere where ICT works in a consistent manner. |
|
@JakeHartnell - wrt this pr and that test:
Maybe just figure that:
|
@JakeHartnell I have no idea if these work or ever worked better than clicking the button for em 20 times. I will try and check some more. |
Don't pass in CI
|
cwhooks passes locally but not in ci |
this is good to go, guess need to either add a delay to the cwhooks test (something with firing up the image) or just run it locally. |
ci passed now. instead of re-run all tests, re running only failed ones gives an higher success rate we should migrate away from ict thanks for handling this! |
This PR originally set out to do basic maintenance on Juno.
Trouble is that tests would fail at random.
....so this PR upgrades numerous libraries used in Juno, as well as its test suite.