-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: assert - fixed assert error messages to match the tests being run #6241
Conversation
The build failure was due to net connection timeout in an unrelated Is the intermittent connection timeout a known issue with the Jenkins build? |
@Trott how did you trigger the build? Does it need special access to |
LGTM |
@suryagh ... the failure is a known flaky test. |
LGTM |
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
Landed in aa4d2ae |
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
PR-URL: nodejs#6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
PR-URL: #6241 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
Checklist
Affected core subsystem(s)
test
Description of change
Few of the assert error messages for the
assert
tests were not matching the tests in question. Fixed the strings to better reflect the corresponding tests.