UID2-6472: Replace opted-out test emails with uidapi.com addresses#136
Open
UID2-6472: Replace opted-out test emails with uidapi.com addresses#136
Conversation
The hash eVvLS/Vg+YZ6+z3i0NOpSXYyQAfEXqCZ7BTpAjFUBUc= (SHA256 of user@example without .com) was opted out in production, causing testV2IdentityMapUnmapped to fail — the test expects only "abc" to be unmapped as "invalid identifier", but the opted-out hash also appeared as unmapped with reason "optout". Replaced with rYsn2sTT1lRlZerX+4DXZMQ+DfcejOXoMVczcF2jCLM= (SHA256 of uid2.e2e.test.user@uidapi.com) in the email_hash entries of identityMapBatchBadEmailArgs in both operator and validator TestData. Co-authored-by: Cursor <cursoragent@cursor.com>
9674581 to
eeb4bfa
Compare
sunnywu
approved these changes
Feb 23, 2026
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.
Summary
The hash
eVvLS/Vg+YZ6+z3i0NOpSXYyQAfEXqCZ7BTpAjFUBUc=was opted out in production, which causedtestV2IdentityMapUnmappedtests to fail with unexpected opt-out results. The new email hash uses a more complex email that is unlikely to be opted out.Replacements
eVvLS/Vg+YZ6+z3i0NOpSXYyQAfEXqCZ7BTpAjFUBUc=rYsn2sTT1lRlZerX+4DXZMQ+DfcejOXoMVczcF2jCLM= 9(uid2.e2e.test.user@uidapi.com)Test plan
testV2IdentityMapUnmappedpasses with the new test emails