Flank: Flank crashes on startup claiming APK on bucket doesn't exist

Created on 7 Sep 2020  路  2Comments  路  Source: Flank/flank

Flank v20.09.0 crashes on startup with my test suit, claiming that one of the apks doesn't exist:

[gs-url] from additional-app-test-apks.app doesn't exist

I redacted the gs url, but it definitely does point to a valid APK, and running the same configurations on flank v20.08.03 allows tests to be ran without this issue.

I use fladle so I can't get the raw yaml being passed to flank until flank gets far enough in its startup sequence, but here's the fladle configs I pass in (minus the specified APKs):

                variant.set("debug")
                serviceAccountCredentials.set(project.rootDir.resolve("firebase.json"))
                testTimeout = "40m"
                recordVideo = false
                performanceMetrics = false
                projectId = GCLOUD_PROJECT_ID
                flankVersion.set("20.09.0")
                shardTime = 120
                resultsBucket = // some bucket
                runTimeout.set("45m")
                ignoreFailedTests.set(false)
                smartFlankDisableUpload = false
                disableSharding = false
                outputStyle.set("single")

                smartFlankGcsPath = // smark flank gcs path
                devices = listOf(mapOf(
                  "model" to "Nexus7",
                  "version" to "22",
                  "locale" to "en_US"
                ))
                useOrchestrator = true
                flakyTestAttempts = 0
                legacyJunitResult.set(true)
Bug Tiger 馃惎

All 2 comments

Thanks for reporting! We'll take a look.

@MatthewTPage this is fixed in v20.09.1 (releasing today)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adamfilipow92 picture adamfilipow92  路  7Comments

bootstraponline picture bootstraponline  路  7Comments

miguelslemos picture miguelslemos  路  3Comments

rolyatwilson picture rolyatwilson  路  5Comments

bootstraponline picture bootstraponline  路  6Comments