-
Notifications
You must be signed in to change notification settings - Fork 3.5k
test(ci): exercise full validation suite #5083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
senamakel
merged 22 commits into
tinyhumansai:main
from
senamakel:test/full-suite-20260721
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
db6092d
test(ci): exercise full validation suite
senamakel e3ee735
test(e2e): open notifications main view for section checks
senamakel d9a3f39
test(ci): repair full-suite regressions
senamakel 26c842c
test(e2e): harden cold-start and composer flows
senamakel 69affac
Merge remote-tracking branch 'upstream/main' into test/full-suite-202…
senamakel da075ad
docs(test): limit matrix update to affected brain features
senamakel c953177
test(composio): exercise per-action contract gate
senamakel 22fdc95
test(e2e): probe the full core fallback port range
senamakel e439b6a
test(playwright): realign full web suite
senamakel 85f985b
Merge remote-tracking branch 'upstream/main' into test/full-suite-202…
senamakel 5b88b95
test(playwright): eliminate residual web lane flakes
senamakel 04edf3a
test(playwright): await persisted preferences
senamakel 66f0476
Merge remote-tracking branch 'upstream/main' into test/full-suite-202…
senamakel 935f7da
test(agent): update full-suite prompt fixtures
senamakel c10c0df
test(agent-team): await member cleanup after completion
senamakel 5302d39
Merge remote-tracking branch 'upstream/main' into test/full-suite-202…
senamakel 25b97c8
ci(e2e): split payments and settings shards
senamakel a447c83
Merge remote-tracking branch 'upstream/main' into test/full-suite-202…
senamakel 4c546b7
test(tokenjuice): keep workflow fixture above compaction threshold
senamakel 4a7bc97
test(e2e): rediscover core after reset
senamakel f445d13
test(e2e): bound stale core discovery
senamakel 6528df8
test(e2e): retain observed final answer
senamakel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the cached listener is stale and the restarted embedded core binds near the end of the newly-expanded fallback range (for example, 7798), discovery first pings the cached URL and then probes ports sequentially; with this 750 ms timeout, those probes can exceed
resetApp's 8-secondPromise.racebefore the live port is reached. In that caseresetApptreats a healthy restarted core as “sidecar likely not started” and skips the wipe/re-auth baseline, leaving later desktop E2E shards with stale state. Consider increasing that reset budget or making discovery parallel/shorter per port.Useful? React with 👍 / 👎.