-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indy 1256 propagare primary #641
Indy 1256 propagare primary #641
Conversation
Signed-off-by: dsurnin <[email protected]>
… zero view Signed-off-by: dsurnin <[email protected]>
assert (new_primary.name == old_primary.name) | ||
|
||
# check ppSeqNo the same | ||
_get_ppseqno(txnPoolNodeSet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have assert old_ppseqno == _get_ppseqno(txnPoolNodeSet) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is almost the same - this call will check that ppSeqNo is the same in all nodes and will raise exception otherwise
assert (new_primary.name == old_primary.name) | ||
|
||
# check ppSeqNo the same | ||
_get_ppseqno(txnPoolNodeSet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have assert old_ppseqno == _get_ppseqno(txnPoolNodeSet)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is almost the same - this call will check that ppSeqNo is the same in all nodes and will raise exception otherwise
Signed-off-by: dsurnin <[email protected]>
test this please |
3 similar comments
test this please |
test this please |
test this please |
Signed-off-by: dsurnin <[email protected]>
Signed-off-by: dsurnin <[email protected]>
test this please |
tert this please |
test this please |
test this please |
Signed-off-by: dsurnin <[email protected]>
test this please |
* use libindy 454 Signed-off-by: dsurnin <[email protected]> * Add from current state flag to be able to process veiw change done on zero view Signed-off-by: dsurnin <[email protected]> * Extend testing timeout Signed-off-by: dsurnin <[email protected]> * Fix pyt5est collect on jenkins Signed-off-by: dsurnin <[email protected]> * Revert changes Signed-off-by: dsurnin <[email protected]> * Fix current_state processing Signed-off-by: dsurnin <[email protected]>
No description provided.