x/vuln/internal/worker: TestTemplates consistently failing on Android builders #50013
Labels
FrozenDueToAge
mobile
Android, iOS, and x/mobile
NeedsFix
The path to resolution is known, but the work has not been done.
okay-after-beta1
Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Testing
An issue that has been verified to require only test changes, not just a test failure.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
Milestone
The problem here is that the Android test-runner script only copies in the
testdata
directories and subtree from the package under test to the root of the repo, whereas this test is loading data from its ownstatic
subdirectory.Some viable options to fix the test include:
go:embed
for static assets, so that neither theworker
package nor its test binary needs to load the static assets dynamically at all.x/vuln
repo on mobile builders entirely.internal/worker
directory.The text was updated successfully, but these errors were encountered: