File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
from test_framework .messages import uint256_to_string
10
10
from test_framework .test_framework import DashTestFramework
11
- from test_framework .util import assert_equal , satoshi_round
11
+ from test_framework .util import assert_equal , force_finish_mnsync , satoshi_round
12
12
13
13
class DashGovernanceTest (DashTestFramework ):
14
14
def set_test_params (self ):
@@ -132,6 +132,9 @@ def run_test(self):
132
132
133
133
self .log .info ("Reconnect isolated node and confirm the next ChainLock will let it sync" )
134
134
self .reconnect_isolated_node (5 , 0 )
135
+ # Force isolated node to be fully synced so that it would not request gov objects when reconnected
136
+ assert_equal (self .nodes [5 ].mnsync ("status" )["IsSynced" ], False )
137
+ force_finish_mnsync (self .nodes [5 ])
135
138
self .nodes [0 ].generate (1 )
136
139
self .bump_mocktime (156 )
137
140
self .sync_blocks ()
You can’t perform that action at this time.
0 commit comments