-
Notifications
You must be signed in to change notification settings - Fork 626
Add logic to use the apk hash #2994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (4b739051) is created by Prow via merging commits: 9815e45 889d14e. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (4b739051) is created by Prow via merging commits: 9815e45 889d14e. |
/retest |
} | ||
} | ||
|
||
private AppDistributionReleaseInternal.Builder getTestNewRelease() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I modified this test to use the pattern described in: https://testing.googleblog.com/2018/02/testing-on-toilet-cleanly-create-test.html
/retest |
1 similar comment
/retest |
Update the SDK to use the apk zip hash returned by the backend. Fall back to the map of the external code hash until we've backfilled the apk hash in our backend.
Also renames some functions and variables for clarity.