ethstorage / es-node

Golang implementation of the EthStorage node.
Other
1.15k stars 77 forks source link

fix unit test bug: TestSaveAndLoadSyncStatus would randomly fail #294

Closed ping-ke closed 5 months ago

ping-ke commented 5 months ago

unit test TestSaveAndLoadSyncStatus would randomly fail as the syncCl.tasks may not sort by shard id, which is caused by the test case failure. so add sort task after tasks loaded.