| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: nodejs#14844
Sorry, something went wrong.
|
This will make the test less flaky but the freeBSD issue will remain. |
Sorry, something went wrong.
@santigimeno Stress tests on FreeBSD show that there the test does not fail except when run in parallel (that is, with -j and --repeat set appropriately). In other words, I believe this will in fact fix the issue on FreeBSD (or at least make it vastly less frequent). |
Sorry, something went wrong.
|
Yeah, I don't disagree. I meant that the underlying issue will still be there though less visible. |
Sorry, something went wrong.
Oh, I see. Yes. If we can find a way to trigger the issue reliably without consuming a ton of resources, we could create a known_issues test for it.... |
Sorry, something went wrong.
test-cluster-send-handle-large-payload is susceptible to failure if it is competing for resources. Move to `sequential` directory so it is not competing with other tests. Fixes: nodejs#14844 PR-URL: nodejs#19311 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
| Back | FazBrowse Home | New Git URL |
test-cluster-send-handle-large-payload is susceptible to failure if it
is competing for resources. Move to sequential directory so it is not
competing with other tests.
Fixes: #14844
Checklist