Add vitest-pool-bun CI: run demo suite and selected Node unit tests in Bun pool (PoC)#801
Merged
peter-leonov-ch merged 2 commits intoJun 3, 2026
Conversation
1 task
|
|
| - name: Install dependencies (clickhouse-js root) | ||
| working-directory: . | ||
| run: | | ||
| npm install |
Copilot
AI
changed the title
[WIP] Add CI workflow for vitest-pool-bun proof of concept
Add vitest-pool-bun CI: run demo suite and selected Node unit tests in Bun pool (PoC)
Jun 3, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
The
vitest-pool-bunproof-of-concept package had no CI coverage. This PR adds a dedicated workflow that now validates both the PoC example suite and a selected subset of repository Node unit tests using the Bun pool runner..github/workflows/vitest-pool-bun.yml, path-scoped tovitest-pool-bun/**(and the workflow file), triggered onpushtomain,pull_request, andworkflow_dispatch.permissions: {}, SHA-pinned actions, concurrency cancel-in-progress).npm run demoinvitest-pool-bun(green PoC suite), then installs root dependencies and runs selected Node unit tests through Bun pool using:vitest-pool-bun/examples/clickhouse-node-unit.config.mjspackages/client-node/__tests__/unit/node_user_agent.test.tspackages/client-node/__tests__/unit/node_default_logger.test.tsChecklist