CI check for the pre-release test workflow (fork only) - #1
Closed
isc-klu wants to merge 2 commits into
Closed
Conversation
- Bump @vscode/test-electron to 3.x: 2.x looks for Contents/MacOS/Electron, which VS Code 1.110+ renamed, so every run failed with ENOENT on macOS. Its typings need skipLibCheck with our pinned @types/node. - Drop the `-n` launch arg, which Electron rejects when the runner spawns it directly. - Unset ELECTRON_RUN_AS_NODE, inherited from extension-spawned terminals, which made the downloaded VS Code run as plain Node and try to execute the workspace file. - Use a fresh user-data-dir per run so cached state can't leak between runs. - Make the mocha runner's promise settle when the tests finish instead of immediately, so failures actually fail the run. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Replaces the placeholder test with a suite that opens a multi-root workspace whose folders connect to one iris-community container by each supported mechanism (objectscript.conn host/port, docker-compose port resolution, intersystems.servers entry, isfs), plus an inactive folder pointing at an unreachable host. The container's /api/atelier session timeout is 10 s so expired-session recovery is exercised. Runs from a new prepare-release.yml workflow on PRs from prepare-* branches and on manual dispatch; the old npm test step is removed from the per-PR workflows. Closes intersystems-community#1863 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
isc-klu
force-pushed
the
prepare-ci-check
branch
from
September 10, 2026 20:57
871a16d to
1219d08
Compare
Owner
Author
|
Workflow verified green on the fork (run 34529443459); closing. |
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.
Throwaway PR on the fork so the prepare-* workflow from intersystems-community#1870 runs in GitHub CI.