Skip to content

Commit e5c3be7

Browse files
committed
INDY-1545: refactoring test test_checkpoints_removal_in_view_change.py
Signed-off-by: toktar <[email protected]>
1 parent 707968f commit e5c3be7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

plenum/test/checkpoints/test_checkpoints_removal_in_view_change.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,3 @@ def last_ordered_check(nodes, last_ordered, instance_id=None):
103103
if instance_id is None \
104104
else n.replicas[instance_id].last_ordered_3pc
105105
assert last_ordered_3pc == last_ordered
106-
107-
108-
def check_view_no(nodes, view_no):
109-
for n in nodes:
110-
assert n.viewNo == view_no
111-
112-
113-
def test_tmp(txnPoolNodeSet, looper):
114-
for node in txnPoolNodeSet:
115-
node.view_changer.on_master_degradation()
116-
ensureElectionsDone(looper, txnPoolNodeSet)

0 commit comments

Comments
 (0)