-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-1898] Turn on event tracking integration testing #3631
Comments
4 tasks
leahwicz
added
the
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
label
Jul 28, 2021
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest; add a comment to notify the maintainers. |
29 tasks
github-actions
bot
changed the title
Turn on event tracking integration testing
[CT-1898] Turn on event tracking integration testing
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We turned off event-tracking integration tests because of non-deterministic behavior leading to flakey tests. We should set up the tests so that they confirm event tracking is working properly and handle the fact that sometimes different events are fired randomly.
AC
Select a single tracking event and re-write the test harness in such a fashion that it's reliable (using Python's built-in web server and overriding the Tracker Emitter endpoint as one idea).
An additional ticket will be made to test additional events in the same way.
The text was updated successfully, but these errors were encountered: