test: add cross-platform connector E2E parity - #215
Open
aseembits93 wants to merge 9 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 19:24 — with
GitHub Actions
Failure
Codex reviewNo high-confidence issues found. |
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 19:31 — with
GitHub Actions
Failure
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 19:37 — with
GitHub Actions
Failure
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 19:43 — with
GitHub Actions
Failure
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 19:56 — with
GitHub Actions
Failure
Collaborator
Author
|
Addressed the connector E2E reliability review in
Focused verification passed: full |
aseembits93
had a problem deploying
to
notion-live-e2e
August 19, 2026 21:03 — with
GitHub Actions
Failure
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
Testing
cargo test -p locality-gmail -p locality-slack -p locality-linear -p locality-granolapython3 tests/live_connector_matrix.py validatepython3 tests/live_connector_matrix_selftest.pypython3 tests/live_provider_connector_scenario_selftest.pyLOCALITY_LIVE_GMAIL_SELFTEST=1 tests/live_gmail_vfs_roundtrip.shLOCALITY_LIVE_COMMON_SELFTEST=1 tests/live_connector_common_selftest.shbash tests/ci_workflow_contract.shcargo fmt --checkgit diff --check origin/main...HEADLive macOS blocker
The signed app builds, installs, registers its extension, and verifies the enabled File Provider domain. Mount registration then fails when filesystem-alias inspection receives macOS
EDEADLKfor the not-yet-materialized CloudStorage child. The failure remains red and blocks the Gmail, Linear, Slack, and Granola macOS scenarios; it is documented in the coverage matrix and tracked by #217.Harness fixes made during investigation ensure credentials stay in isolated CI state, diagnostics redact sensitive values, stale scratch fixtures are swept, and cleanup uses the product-compatible block-delete path.
Notes
Credential-dependent jobs remain gated by their existing secret environments. This PR changes tests, CI, and documentation only; it does not change product code, public APIs, or persisted formats. Gmail non-Linux sending, Slack/Granola writes, and Linear create/delete remain explicitly not applicable rather than coverage gaps.