Expand CI test coverage - #331
Open
elprans wants to merge 4 commits into
Open
Conversation
elprans
force-pushed
the
elprans/fix-ci-workflow
branch
from
August 26, 2026 18:26
96d9869 to
bcbea12
Compare
elprans
force-pushed
the
elprans/fix-ci-workflow
branch
from
August 26, 2026 18:30
5d8a9d3 to
0483506
Compare
scotttrinh
approved these changes
Aug 26, 2026
scotttrinh
left a comment
Collaborator
There was a problem hiding this comment.
Change looks good to me!
elprans
force-pushed
the
elprans/fix-ci-workflow
branch
from
August 26, 2026 19:48
0483506 to
b15440d
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Split lint, type checking, and distribution builds from the test matrix, then run tests on Linux, macOS, and Windows across supported Python versions. Add one CI Overall result for branch protection. Invoke Poe tasks directly and replace shell-only harness behavior with portable Python so Windows exercises the same commands. Preserve GGT failure details, exclude uvloop on Windows, and use GGT 1.5.6. Stabilize the changelog escape-key test under saturated Windows runners by waiting for the UI transition it asserts.
Treat the remote sandbox as Linux regardless of the SDK host. Define the supported process-time fields and signals from that Linux contract so Windows clients do not hide valid sandbox capabilities. Add ProcessSignal while retaining Signals for compatibility, and mark direct Signals use as deprecated. Synchronize the resume race test by waiting until its second acquisition is actually blocked.
Model the Linux workflow runtime explicitly when tests run on Windows, and decode Node CLI output as UTF-8 instead of using the host code page. Avoid GGT and zipimport recursion by returning already-loaded sandbox imports directly and performing third-party spec discovery in the host import context. Module execution and its restrictions remain sandboxed.
Calling force_exit does not wake a Windows server loop that is blocked in I/O. After a bounded graceful shutdown, cancel the actual AnyIO serve task so its thread and event loop unwind deterministically.
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.
Run lint and type checking once instead of repeating them across the
Python matrix, but expand tests and distribution builds to macOS
and Windows. Use
poedirectly instead of calling legacy scripts.