QVAC-20608 test[skiplog]: stabilize sdk e2e bootstrap downloads#2557
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
7573b8d to
8329a4a
Compare
Contributor
QVAC E2E —
|
Contributor
QVAC E2E —
|
Contributor
Contributor
Contributor
simon-iribarren
approved these changes
Jun 12, 2026
Contributor
Tier-based Approval Status |
arun-mani-j
approved these changes
Jun 15, 2026
opaninakuffo
approved these changes
Jun 15, 2026
Contributor
Author
|
/review |
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.
🎯 What problem does this PR solve?
REQUEST_TIMEOUTfailures more likely on slower runners and mobile networks.📝 How does it solve it?
cacheDirectorymerged with e2e-owned registry retry/timeout defaults before SDK initialization.🧪 How was it tested?
npm run buildinpackages/sdk/e2ereports/local-local-1781203047990(100/100passed)reports/local-local-1781203876456(84passed,16expected skipped,0failed)concurrency=6; mobile Android/iOS applied the mobile config and pre-cached 25 constants withconcurrency=4. No bootstrapREQUEST_TIMEOUT,HypercoreError, or final download failures were found.REQUEST_TIMEOUTthat recovered on internal retryattempt 1/5; Windows/iOS failures were later test failures, and the macOS desktop job was cancelled before bootstrap logs were available.