Skip to content

Commit

Permalink
Merge pull request hyperledger#1459 from skhoroshavin/bump-plenum
Browse files Browse the repository at this point in the history
INDY-2223: Bump plenum version
  • Loading branch information
skhoroshavin authored Sep 30, 2019
2 parents 43afddf + d90b357 commit 60e67a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indy_node/test/pool_restart/test_pool_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_pool_restart_in_view_change(sdk_pool_handle, sdk_wallet_trustee, looper
if node.view_changer is None:
node.view_changer = FakeSomething(view_change_in_progress=True)
else:
node.view_changer.view_change_in_progress = True
node.master_replica._consensus_data.waiting_for_new_view = True

pool_restart_now(sdk_pool_handle, sdk_wallet_trustee, looper,
tdir, tconf, START)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def fake_node(tdir, tconf):
node = FakeNode(tdir, config=tconf)
node.unpackClientMsg = functools.partial(Node.unpackClientMsg, node)
node.is_request_need_quorum = functools.partial(Node.is_request_need_quorum, node)
node.view_changer.view_change_in_progress = True
node.master_replica._consensus_data.waiting_for_new_view = True
fake_node.postToClientInBox = lambda a, b: None
return node

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum==1.10.0.dev911',
install_requires=['indy-plenum==1.10.0.dev914',
'timeout-decorator==0.4.0',
'distro==1.3.0'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 60e67a3

Please sign in to comment.