-
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
[v18 backport] test: add v8-updates/test-linux-perf-logger #52925
Closed
lukealbao
wants to merge
2
commits into
nodejs:v18.x-staging
from
lukealbao:gh-51308-add-test-linux-perf-logger-to-v18x
Closed
[v18 backport] test: add v8-updates/test-linux-perf-logger #52925
lukealbao
wants to merge
2
commits into
nodejs:v18.x-staging
from
lukealbao:gh-51308-add-test-linux-perf-logger-to-v18x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cherry-picked from 9c714d8 PR-URL: nodejs#50352 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
nodejs-github-bot
added
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
v18.x
Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
labels
May 9, 2024
richardlau
approved these changes
May 9, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
May 9, 2024
targos
approved these changes
May 10, 2024
Landed in 351ef18. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v18 bullet point from #51308
This patch backports the test/v8-updates/test-linux-perf-logger.js test from #50352 to the v18 branch.
Related to #50079, this test suite includes the same assertions as those done in
test/v8-updates/test-linux-perf.js
. The difference is that this suite doesn't requireperf(1)
to be available to CI workers. To that end, it may be the case that this test could simplify and replace the perf integration test. /cc @richardlau