Fix Node.js CI pipeline failures and stabilize GitHub Actions workflow#162
Merged
Fix Node.js CI pipeline failures and stabilize GitHub Actions workflow#162
Conversation
sivaalamp
requested changes
Feb 16, 2026
Collaborator
sivaalamp
left a comment
There was a problem hiding this comment.
Review is completed, the changes are good overall.
packages/vertica-nodejs/test/integration/connection/tls-tests.js
Outdated
Show resolved
Hide resolved
…Error() helper for smoke-test visibility
sivaalamp
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This MR fixes multiple failures in the Node.js CI pipeline by restructuring and stabilizing the GitHub Actions workflow. The update improves environment setup, service orchestration, and test execution reliability across all supported Node.js versions.
Key Changes
Refactored GitHub Actions workflow structure for better clarity and maintainability
Improved Node.js matrix execution across versions 12, 14, 16, 18, 20
Added proper service setup and readiness checks for:
Vertica CE (Docker)
Keycloak (Docker + Kubernetes)
MinIO (Kubernetes)
Implemented reliable wait and retry logic for:
Service startup
Port forwarding
OAuth token retrieval
Improved Kubernetes (KinD) + Helm setup flow
Stabilized test execution by controlling background processes and cleanup steps