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
While working on writing a snapshot test for Savanna transition, I noticed getLatestSnapshot and removeState were implemented in nodeos_irreversible_mode_test.py, nodeos_snapshot_diff_test.py, and ship_streamer_test.py. One of the implementation missed the snapshot schedule config check.
We should move those two functions to Node class so that they can be reused by different tests.
The text was updated successfully, but these errors were encountered:
While working on writing a snapshot test for Savanna transition, I noticed
getLatestSnapshot
andremoveState
were implemented innodeos_irreversible_mode_test.py
,nodeos_snapshot_diff_test.py
, andship_streamer_test.py
. One of the implementation missed the snapshot schedule config check.We should move those two functions to
Node
class so that they can be reused by different tests.The text was updated successfully, but these errors were encountered: