Improve bitrise e2e output - prevent hung runs - #699
Open
kieran-osgood-shopify wants to merge 1 commit into
Open
Improve bitrise e2e output - prevent hung runs#699kieran-osgood-shopify wants to merge 1 commit into
kieran-osgood-shopify wants to merge 1 commit into
Conversation
Install this buildOpen Tophat, select your target device, then click Install. Links open on the Mac running Tophat.
Checkout Kit E2E results
FailuresCaution These E2E checks are not yet required, so they do not block merging — but a failure may still indicate a real issue to resolve before merging.
Android — react-native-android
Android — kotlin-android
|
kieran-osgood-shopify
force-pushed
the
e2e-failed-hang
branch
from
August 28, 2026 08:08
2607b47 to
7d27781
Compare
kieran-osgood-shopify
force-pushed
the
e2e-failed-hang
branch
from
August 28, 2026 09:54
7d27781 to
22ea35e
Compare
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 changes are you making?
I noticed that on occasion if all tests fail for a given suite eg or Swift or React Native. What will happen is the bitrise Job will hang and during the polling phase which looks like this

In this case the Kotlin tests all failed due to a browser stack flake where a retry passed
What happened was all four tests reported completed, but the polling wasn't checking for that state. it was looking for failed or passed. so I've updated things to detect that now to prevent this case
Additionally I improved the formatting of the bitrise output so that going forwards these bitrise runs will output more information currently they are only output in the URL after success or failure or timeout which means you couldn't look into an app of running sweet until it had finished
How to test
Watch this bitrise run: https://github.com/Shopify/checkout-kit/pull/699/checks?check_run_id=98477125606
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/README.md(major version only)Releasing a new Embedded Checkout Protocol version?
embeddedCheckoutProtocolAndroidinplatforms/android/gradle/libs.versions.tomlprotocol/languages/kotlin/embedded-checkout-protocol/api/embedded-checkout-protocol.apiif the public API changedReleasing a new Android version?
checkoutKitAndroidinplatforms/android/gradle/libs.versions.tomlplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.