-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): gc_sync_after_sync (#3160)
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.
- Loading branch information
1 parent
82501ae
commit c9d37cf
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters