-
Notifications
You must be signed in to change notification settings - Fork 6
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
[1.0.3] Test failure: distributed-transactions-if-test #908
Conversation
…ess block is restarted
This should be: "2. or the second |
I don't think so. The full sentence is: we should have only one |
It is actually the opposite of that. This should be allowed:
This should not be allowed:
|
Thanks @heifner good catch! |
Note:start |
Resolves #848.
This updates the
verifyStartingBlockMessages
check inNode.py
to check that we have only oneStarting block
in the log for any block number unless:Starting block
is for a different block time than the first.I have checked the new regular expression with a small python script against the log and it appears to work fine.
script:
execution: