Closed mmorel-35 closed 2 weeks ago
Hi @mmorel-35. Thanks for your PR.
I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/assign @ahrtr
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.74%. Comparing base (
995027f
) to head (c464b61
).:exclamation: Current head c464b61 differs from pull request most recent head 7e7b7d5
Please upload reports for the commit 7e7b7d5 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
/ok-to-test
/test pull-etcd-robustness-arm64
Pasted more context for others reference...
The point of the check is that, according to the documentation, functions leading to t.FailNow (essentially to runtime.GoExit) must only be used in the goroutine that runs the test. Otherwise, they will not work as declared, namely, finish the test function.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ahrtr, ivanvc, mmorel-35
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This fixes go-require rule from testifylint
Closes #18719