SDK-325 BCIT Migrate temp domain setup to final custom domain#1050
Draft
joaodordio wants to merge 1 commit intomasterfrom
Draft
SDK-325 BCIT Migrate temp domain setup to final custom domain#1050joaodordio wants to merge 1 commit intomasterfrom
joaodordio wants to merge 1 commit intomasterfrom
Conversation
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.
🔹 Jira Ticket(s) if any
✏️ Description
Migrating the BCIT integration tests off the temporary
tsetester.comdomain and onto the official engineering-ownedbcittesting.com(procured via IT-4410).What changed
integration-tests/src/main/AndroidManifest.xml: the twoautoVerifyintent filters for App Links now usebcittesting.comandlinks.bcittesting.cominstead oftsetester.com/links.tsetester.comDeepLinkIntegrationTest.kt:TEST_APP_LINK_URL,TEST_BROWSER_LINK_URLandTEST_WRAPPED_LINK_URLconstants point at the new domain. The wrapped URL value is stubbed with aTODO_REGENERATE_TOKENplaceholder and aTODO(SDK-325)comment, since the_t/_m/_etokens are tied to the old Iterable project.Why the wrapped URL is a placeholder
The wrapped link tokens are project-scoped, so they will only become valid once SDK-36 (the BCIT project migration to the eng org) lands and we can regenerate the link against the new project. I left a loud
TODO_REGENERATE_TOKENso any test run that uses it fails fast with a 404 instead of silently passing or hitting the old project.Dependencies / sequencing
This PR is intentionally not ready to merge yet. The order is:
links.bcittesting.comresolves and serves AASA / assetlinksassetlinks.jsononlinks.tsetester.comis broken (malformed SHA-256 fingerprints, plus the package name does not matchcom.iterable.integration.tests), so I will regenerate it from scratch with the real signing-key SHA-256TODO_REGENERATE_TOKENin this PR, then merge