We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
macOs 14.16.1
3e86d7b (in #5087)
Occured while re-implementing test network #5087, test connected_peers.rs integration test suite
connected_peers.rs
Sometimes one of the remaining peers may panic:
thread 'sumeragi' panicked at crates/iroha_core/src/sumeragi/main_loop.rs:626:38: index out of bounds: the len is 6 but the index is 6
At this index access:
https://github.com/hyperledger/iroha/blob/7144f4e83d405bda553a99d7177c5a189452221e/crates/iroha_core/src/sumeragi/main_loop.rs#L626
Expected to not panic at any time.
https://pastebin.com/LXtRDLNe
@0x009922
Used release target of Iroha.
release
The text was updated successfully, but these errors were encountered:
SamHSmith
Successfully merging a pull request may close this issue.
OS and Environment
macOs 14.16.1
GIT commit hash
3e86d7b (in #5087)
Minimum working example / Steps to reproduce
Occured while re-implementing test network #5087, test
connected_peers.rs
integration test suiteActual result
Sometimes one of the remaining peers may panic:
At this index access:
https://github.com/hyperledger/iroha/blob/7144f4e83d405bda553a99d7177c5a189452221e/crates/iroha_core/src/sumeragi/main_loop.rs#L626
Expected result
Expected to not panic at any time.
Logs
https://pastebin.com/LXtRDLNe
Who can help to reproduce?
@0x009922
Notes
Used
release
target of Iroha.The text was updated successfully, but these errors were encountered: