-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
test: verify tracePromise does not do runStores #47349
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: verify tracePromise does not do runStores #47349
Conversation
Fast-track has been requested by @Qard. Please 👍 to approve. |
test/parallel/test-diagnostics-channel-tracing-channel-promise-run-stores.js
Outdated
Show resolved
Hide resolved
…-run-stores.js Co-authored-by: Rich Trott <rtrott@gmail.com>
Commit Queue failed- Loading data for nodejs/node/pull/47349 ✔ Done loading data for nodejs/node/pull/47349 ----------------------------------- PR info ------------------------------------ Title test: verify tracePromise does not do runStores (#47349) Author Stephen Belanger (@Qard) Branch Qard:improve-tracing-channel-run-stores-tests -> nodejs:main Labels test, fast-track, needs-ci, diagnostics_channel Commits 2 - test: verify tracePromise does not do runStores - Update test/parallel/test-diagnostics-channel-tracing-channel-promise… Committers 2 - Stephen Belanger - GitHub PR-URL: https://github.com/nodejs/node/pull/47349 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Rich Trott ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/47349 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Rich Trott -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 31 Mar 2023 18:41:01 GMT ✔ Approvals: 3 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/47349#pullrequestreview-1367513775 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/47349#pullrequestreview-1367567448 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/47349#pullrequestreview-1367811162 ℹ This PR is being fast-tracked ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-04-02T06:02:27Z: https://ci.nodejs.org/job/node-test-pull-request/50807/ - Querying data for job/node-test-pull-request/50807/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 47349 From https://github.com/nodejs/node * branch refs/pull/47349/merge -> FETCH_HEAD ✔ Fetched commits as 85705a47958c..e9a266754cac -------------------------------------------------------------------------------- [main 20fcf19366] test: verify tracePromise does not do runStores Author: Stephen Belanger Date: Fri Mar 31 11:39:10 2023 -0700 1 file changed, 11 insertions(+), 4 deletions(-) [main 6fb6ce54ab] Update test/parallel/test-diagnostics-channel-tracing-channel-promise-run-stores.js Author: Stephen Belanger Date: Fri Mar 31 22:44:09 2023 -0700 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4)https://github.com/nodejs/node/actions/runs/4589696191 |
Landed in cf83cae |
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs/node#47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs/node#47349 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Just improving the test for this slightly. Chose to do a follow-up PR so as to not tempt fate with CI so soon before release cut-off. Requesting fast-track for this.