Skip to content

test: reduce the use of private symbols in test-events-once.js - #58685

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
kt3k:test-reduce-use-of-private-symbol
Jun 15, 2025
Merged

test: reduce the use of private symbols in test-events-once.js#58685
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
kt3k:test-reduce-use-of-private-symbol

Conversation

@kt3k

@kt3kkt3k commented Jun 12, 2025

Copy link
Copy Markdown
Contributor

This PR reduces the usage of private symbol kEvents in test/parallel/test-events-once.js.

It'd be good to avoid using private items to make future refactoring easier

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jun 12, 2025
@kt3kkt3k changed the title test: reduce the use of private symbols in test/parallel/test-events-once.jstest: reduce the use of private symbols in test-events-once.jsJun 12, 2025
@kt3k
kt3kforce-pushed the test-reduce-use-of-private-symbol branch from 8286ec8 to 69252edCompareJune 12, 2025 03:10
@codecov

codecovBot commented Jun 12, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.16%. Comparing base (5e1537c) to head (69252ed).
Report is 18 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #58685 +/- ##
=======================================
Coverage 90.16% 90.16% =======================================
Files 637 637 Lines 188098 188098 Branches 36905 36896 -9 =======================================
+ Hits 169601 169605 +4 - Misses 11231 11236 +5 + Partials 7266 7257 -9 

see 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Ethan-ArrowoodEthan-Arrowood added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 14, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 14, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jun 15, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 15, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 139c2e1 into nodejs:mainJun 15, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 139c2e1

@kt3k
kt3k deleted the test-reduce-use-of-private-symbol branch June 16, 2025 00:57
targos pushed a commit that referenced this pull request Jun 16, 2025
PR-URL: #58685
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 21, 2025
PR-URL: #58685
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
aduh95 pushed a commit that referenced this pull request Jul 24, 2025
PR-URL: #58685
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kt3k@nodejs-github-bot@aduh95@Ethan-Arrowood