Skip to content
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: improve test coverage for eventtarget #33733

Closed
wants to merge 1 commit into from

Conversation

juanarbol
Copy link
Member

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jun 5, 2020
@juanarbol juanarbol added the events Issues and PRs related to the events subsystem / EventEmitter. label Jun 5, 2020
@jasnell jasnell added the eventtarget Issues and PRs related to the EventTarget implementation. label Jun 19, 2020
@juanarbol juanarbol force-pushed the juanarbol/event-tests branch 2 times, most recently from 19fa287 to fd2fa69 Compare September 29, 2020 19:10
@juanarbol juanarbol added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 5, 2020
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 5, 2020
@nodejs-github-bot
Copy link
Collaborator

@juanarbol juanarbol added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 5, 2020
@github-actions github-actions bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Oct 5, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2020

Commit Queue failed
- Loading data for nodejs/node/pull/33733
✔  Done loading data for nodejs/node/pull/33733
----------------------------------- PR info ------------------------------------
Title      test: improve test coverage for eventtarget (#33733)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     juanarbol:juanarbol/event-tests -> nodejs:master
Labels     events, eventtarget, test
Commits    1
 - test: improve test coverage for eventtarget
Committers 1
 - Juan José Arboleda 
PR-URL: https://github.com/nodejs/node/pull/33733
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/33733
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last review:
   ⚠  - test: improve test coverage for eventtarget
   ✔  Last GitHub Actions successful
   ℹ  Last Full PR CI on 2020-10-05T16:27:33Z: https://ci.nodejs.org/job/node-test-pull-request/33403/
- Querying data for job/node-test-pull-request/33403/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
   ℹ  This PR was created on Fri, 05 Jun 2020 02:50:26 GMT
   ✔  Approvals: 2
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/33733#pullrequestreview-425283777
   ✔  - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/33733#pullrequestreview-425307694
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu

@juanarbol juanarbol added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 5, 2020
@github-actions github-actions bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 5, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2020

Commit Queue failed
- Loading data for nodejs/node/pull/33733
✔  Done loading data for nodejs/node/pull/33733
----------------------------------- PR info ------------------------------------
Title      test: improve test coverage for eventtarget (#33733)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     juanarbol:juanarbol/event-tests -> nodejs:master
Labels     events, eventtarget, test
Commits    1
 - test: improve test coverage for eventtarget
Committers 1
 - Juan José Arboleda 
PR-URL: https://github.com/nodejs/node/pull/33733
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/33733
Reviewed-By: James M Snell 
Reviewed-By: Colin Ihrig 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last review:
   ⚠  - test: improve test coverage for eventtarget
   ✔  Last GitHub Actions successful
   ℹ  Last Full PR CI on 2020-10-05T19:21:55Z: https://ci.nodejs.org/job/node-test-pull-request/33403/
- Querying data for job/node-test-pull-request/33403/
✔  Build data downloaded
   ✔  Last Jenkins CI successful
   ℹ  This PR was created on Fri, 05 Jun 2020 02:50:26 GMT
   ✔  Approvals: 2
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/33733#pullrequestreview-425283777
   ✔  - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/33733#pullrequestreview-425307694
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu

@github-actions github-actions bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Oct 5, 2020
@juanarbol juanarbol added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Oct 6, 2020
juanarbol added a commit that referenced this pull request Oct 6, 2020
PR-URL: #33733
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@juanarbol
Copy link
Member Author

Landed in fb2f3cc

@juanarbol juanarbol closed this Oct 6, 2020
@danielleadams danielleadams mentioned this pull request Oct 6, 2020
danielleadams pushed a commit that referenced this pull request Oct 6, 2020
PR-URL: #33733
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
PR-URL: nodejs#33733
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@juanarbol juanarbol deleted the juanarbol/event-tests branch January 19, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. events Issues and PRs related to the events subsystem / EventEmitter. eventtarget Issues and PRs related to the EventTarget implementation. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants