fix(test): platform/fabric/core/generic/ordering - #1656
Conversation
|
Hey @mbrandenburger 👋 thanks for the PR! This comment updates automatically as you push changes -- think of it as your PR's live scoreboard! PR Checks✅ DCO Sign-off -- All commits have valid sign-offs. Nice work! ❌ GPG Signature -- Heads up! The following commits don't have a verified GPG signature:
You'll need to sign your commits with GPG (e.g. ✅ Merge Conflicts -- No merge conflicts detected. Smooth sailing! ✅ Issue Link -- Linked to #1655 (assigned to you). ⏳ All checks must pass before this PR can be reviewed. You've got this! |
|
Tick the box to add this pull request to the merge queue (same as
|
This commit contains two changes to fix a flaky test in the orderer client. We now set the time to measure the callerDeadline correctly. Additionally we use defer to correctly close sessions in order to avoid hanging go routines in the test. Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
ae771c4 to
2fe461e
Compare
This PR addresses the issue reported in #1655. It contains two changes to fix a flaky test in the orderer client.
We now set the time to measure the
callerDeadlinecorrectly. Additionally we use defer to correctly close sessions in order to avoid hanging go routines in the test.Closes #1655