Ci/node version matrix#48
Merged
Merged
Conversation
Reflects the 2.x publisher confirms default in the README's reference table — the Quick Start prose already covered it but the table did not. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Expands the existing RabbitMQ-version matrix with a Node.js axis so every supported Node version (16 — the new floor — through 24) runs the full unit + e2e suite against every supported broker version, all in parallel. fail-fast stays off so one bad combo doesn't mask others. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
PRs now run a single Node version (22) across the full RabbitMQ matrix to keep PR feedback cheap and fast. Pushes to main keep the full Node 16/18/20/22/24 × RabbitMQ matrix. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bump the waitForConsumers timeout in closeConnectionsForQueue from 5s to 20s. The management /api/consumers endpoint is backed by the stats collector, which lags under load when all 12 e2e suites run in parallel — the consumer exists on the broker (the prior message was received) but isn't yet visible via the management API within 5s. Mirrors the timeout already used by waitForFreshConsumer. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Jest 30 calls os.availableParallelism() (added in Node 18.14), breaking the Node 16 leg of the matrix. Pin jest and @types/jest to v29 so the full matrix passes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.