Skip to content

Conversation

@sfc-gh-pcyrek
Copy link
Contributor

Description

SNOW-2208205: Testing support for RHEL9

Checklist

  • Create tests which fail without the change (if possible)
  • Make all tests (unit and integration) pass (npm run test:unit and npm run test:integration)
  • Extend the types in index.d.ts file (if necessary)
  • Extend the README / documentation and ensure is properly displayed (if necessary)
  • Provide JIRA issue id (if possible) or GitHub issue id in commit message

@sfc-gh-pcyrek sfc-gh-pcyrek requested a review from a team as a code owner November 3, 2025 12:38
@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.54%. Comparing base (d7c4f57) to head (a6865cb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1196      +/-   ##
==========================================
+ Coverage   89.49%   89.54%   +0.04%     
==========================================
  Files          91       91              
  Lines        8043     8043              
  Branches      119      119              
==========================================
+ Hits         7198     7202       +4     
+ Misses        829      825       -4     
  Partials       16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

child.on('exit', () => {});
const wireMock = new WireMockRestClient(`http://localhost:${port}`, {
// Use 127.0.0.1 instead of localhost to avoid IPv6/IPv4 resolution issues on Node.js 18 + RHEL9
const wireMock = new WireMockRestClient(`http://127.0.0.1:${port}`, {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps we can just pass a port and concatenate in constructor to avoid someone unknowingly providing localhost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants