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
gc_sync_after_sync_* tests fail for the following reasons:
1) fork_tail is not properly maintained. A node resets fork tail after state sync but we allowed it to go back on epoch change.
2) in #3099 I didn't account for the fact that we can have chunk in storage whose height is higher than the current head.
Fixes#3133.
Test plan
----------
Run each of the gc_sync_after_sync_* tests 30 tests and observe that there is 0 failure.
Often fail with connection refused, e.g:
gc_after_sync.py (connection refused):
http://52.149.162.182:3000/#/test/7746
http://52.149.162.182:3000/#/test/7626
gc_after_sync1.py (rpc timeout)
http://52.149.162.182:3000/#/test/4627
gc_sync_after_sync.py (connection refused):
http://52.149.162.182:3000/#/test/7748
http://52.149.162.182:3000/#/test/7628
http://52.149.162.182:3000/#/test/7508
The text was updated successfully, but these errors were encountered: