-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix Nayduck test sync_chunks_from_archival (#11759)
This fix is partial. It mostly fixes the serialization/deserialization part. The real issue is that the archival node fails to sync state due to cold storage not initialized properly. To alleviate this problem, we disable GC during the test by increasing the number of epochs to keep. The real fix should be #11752 (or something that forces archival nodes in the tests to be initialized with a cold DB).
- Loading branch information
1 parent
f442d48
commit 5928beb
Showing
4 changed files
with
126 additions
and
61 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
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
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
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