Conversation
The Android bridge tests have been failing since March 12, 2026 due to a GitHub Actions runner image update (ubuntu24/20260309.50) that slowed WebView/JS initialization beyond the 5-second MPLatch timeout. Points the android-sdk ref at fix/increase-mplatch-timeout which increases the timeout from 5s to 30s. Should be switched back to main once mParticle/mparticle-android-sdk#695 is merged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR SummaryLow Risk Overview No product/runtime code changes are introduced in this repo; this is purely a workflow ref update to stabilize failing tests. Reviewed by Cursor Bugbot for commit c49f1a5. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c49f1a5. Configure here.
| with: | ||
| repository: mParticle/mparticle-android-sdk | ||
| ref: main | ||
| ref: fix/increase-mplatch-timeout |
There was a problem hiding this comment.
Workflow points at temporary branch that will be deleted
High Severity
The ref is set to fix/increase-mplatch-timeout, a temporary feature branch in mparticle-android-sdk. The PR's own test plan has an unchecked item acknowledging this needs to be changed back to main before merge. Once mparticle-android-sdk#695 is merged and the branch is deleted, every push to this repo will fail the Android Bridge Tests workflow because the referenced branch no longer exists.
Reviewed by Cursor Bugbot for commit c49f1a5. Configure here.
|
|
This PR was just a test to confirm if the proposed fix in mParticle/mparticle-android-sdk#695 works or not. and it appears to, so I am closing this PR |





Summary
fix/increase-mplatch-timeoutbranch inmparticle-android-sdk, which increases theMPLatchtimeout from 5s to 30subuntu24/20260309.50) that slowed WebView/JS initialization beyond the 5-second timeoutRoot cause investigation
We verified the following:
mparticle.js) passes on runner image20260302.42, fails on20260309.50MPLatchtimeout from 5s to 30s fixes it (verified: https://github.com/mParticle/mparticle-web-sdk/actions/runs/24104711064)Dependencies
refin this workflow should be switched back fromfix/increase-mplatch-timeouttomainTest plan
mainbefore merging this PR🤖 Generated with Claude Code