near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.31k stars 615 forks source link

fix: fix test gc_sync_after_sync #11787

Closed Trisfald closed 2 months ago

Trisfald commented 2 months ago

Attempt to fix the failing test gc_sync_after_sync.py. Example: https://nayduck.nearone.org/#/test/62087

The reasoning here is to disable database storage checks in both instances when node is restarted; previously it was done only in one of the two restarts.