Skip to content

Conversation

erayaydin
Copy link
Contributor

Made the functional test script simpler. We no longer compare visitorId between recent and oldest events.

✏️ What Changed?

  • Compare old vs new events by request_id only (removed visitor_id check) so repeated visitors don't fail the check.
  • Standardize error output by using stderr for error messages.
  • Use SDK imports directly.
  • Wrap script in main() function with explicit sys.exit codes.

Drop `visitorId` comparison to avoid flakes, check `requestId` only.
Standardize error output with using `stderr`. Use SDK imports directly.
Wrap script in `main()` function with explicit `sys.exit` codes.

Related-Task: INTER-1473
@erayaydin erayaydin self-assigned this Sep 28, 2025
Copy link
Contributor

⚠️ This PR doesn't contain any changesets. If there are user-facing changes, don't forget to run:

pnpm exec changeset

to create a changeset.

Copy link
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
5857 4927 84% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 9f9a603 by action🐍

@erayaydin erayaydin marked this pull request as ready for review September 29, 2025 13:13
@erayaydin erayaydin merged commit 3cfd726 into main Sep 29, 2025
21 checks passed
@erayaydin erayaydin deleted the feat/remove-visitorId-comparison-inter-1473 branch September 29, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants