-
Notifications
You must be signed in to change notification settings - Fork 629
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
bug: test failure ./tests/sanity/restaked.py
#5503
Comments
git log
|
|
|
Fixes the issue. |
Routing table calculation used to happen every time a new edge gets added. Now it happens every second. That broke the test. |
I make a fix for that issue. It seems that the test is no longer failing. See branch
Here are stats from master:
|
I scheduled 100 runs on nayduck http://nayduck.near.org/#/run/2291 with command
|
Status | FAILED:7 / PASSED:93 |
I am surprised you got 93% success to be honest. I get much worse results. I actually have a fix for the Unknown Epoch failure: #5775 |
The test is quite flaky and it’s been decided that deleting it is the best way forward since its value isn’t that high. Fixes: near#5503
The test is quite flaky and it’s been decided that deleting it is the best way forward since its value isn’t that high. Fixes: #5503
Test
pytest/tests/sanity/restacked.py
fails,Build got broken somewhere between
b0a80d9e9a0ba0cbc008b05634e6a21de024c9d3
commitand
b0a80d9e9a0ba0cbc008b05634e6a21de024c9d3~200
.Need to write a script to automatically find the issue.
works:
doesn't
The text was updated successfully, but these errors were encountered: