-
Notifications
You must be signed in to change notification settings - Fork 123
chore: get tests running with node24 #393
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
base: main
Are you sure you want to change the base?
Conversation
node24 does not accept certificates which are expired, bypass the reject
WalkthroughUpdated tests to replace deprecated directory removals ( Changes
Sequence Diagram(s)(omitted — changes are configuration and test cleanup only, no control-flow or feature-level modifications warranting a sequence diagram) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧬 Code graph analysis (1)test/index.spec.js (2)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
test/index.spec.js (1)
474-485: TLS ciphers override is reasonable for tests; consider keeping EXPLICIT/IMPLICIT configs alignedThe added
ciphers: "DEFAULT:@SECLEVEL=0"on the test server’stlsoptions is a pragmatic way to keep the legacy test certs working on newer Node/OpenSSL stacks while still scoping the weaker settings to test-only code. No functional issues here from the test perspective.As a small future-proofing tweak, you might want to mirror the same
ciphersoverride in the skipped#IMPLICITsuite’stlsconfig so it doesn’t unexpectedly start failing on Node 24+ if someone re-enables those tests later.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
test/index.spec.js(1 hunks)
|
@iamart that should fix all problems regarding the build & node 24 |
node24 does not accept certificates which are expired, bypass the reject by the added option
Acceptance Checklist
Review Checklist
Summary by CodeRabbit
Tests
Chores