test(sandbox): cover typed Fleet state verification - #3672
Merged
Conversation
# Conflicts: # libs/cua-driver/rust/crates/cua-driver-sdk/src/lib.rs
…ver-private-http-20260907
…ped-driver-20260907
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…velope-receiver-20260907
…r-python-channel-20260907
…rivate-http-20260907
Co-authored-by: Francesco Bonacci <195596869+f-trycua@users.noreply.github.com>
…elope-mode-20260908
…ped-driver-20260907
…elope-mode-20260908
…d-verification-20260908
…rivate-http-20260907
* fix(sandbox): bound typed Driver lifecycle and request deadlines * fix(cua-driver): allow explicit unrestricted envelope sessions * docs(sandbox): clarify launcher-selected Driver permissions --------- Co-authored-by: Francesco Bonacci <195596869+f-trycua@users.noreply.github.com>
…rivate-http-20260907
…ped-driver-20260907
This was referenced Sep 9, 2026
f-trycua
changed the base branch from
fix/driver-envelope-mode-20260908
to
feat/sandbox-typed-driver-20260907
September 9, 2026 03:08
…ed-verification-20260908
f-trycua
marked this pull request as ready for review
September 9, 2026 03:09
f-trycua
changed the base branch from
feat/sandbox-typed-driver-20260907
to
main
September 9, 2026 03:14
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.
Scope
Refs #2512, #3654, and #3664. Test-only coverage for generated
CuaDriver.verify_statethroughsandbox.driver.connect(). No public API or runtime behavior changes.Validation
CUA_SANDBOX_REQUIRE_NATIVE_DRIVER=1, zero skipped. Black, Ruff, and whitespace checks pass.43a332a66d8379b4fb9330c6a96f0654cc4afea1includes these tests. Its contract and generated-binding workflow passes, including 237 Sandbox/native bridge regressions.Tests load candidate Sandbox source and matching native bindings. A missing required bridge fails instead of skipping. Final merge checks verify current head, source equivalence after ancestor updates, and review state.
Limits
These tests use synthetic Fleet service responses. They do not prove live guest accessibility/window observation, image qualification, or release readiness. Live typed verification remains a separate qualification gate.
No release, publication, deployment, or host installation is included. This PR changes only
libs/python/cua-sandbox/tests/test_typed_driver_native.py.