Skip to content
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

Bug 1771169 - Swift: Separate endpoints for tests #2121

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

badboy
Copy link
Member

@badboy badboy commented Jul 18, 2022

This is trying to deploy an idea @travis79 had: Use test-specific endpoints so that different tests don't share endpoints. In theory then no requests will ever overlap and we wouldn't need to deal with overdue ping uploads in subsequent tests.

However this still fails occasionally for me with hard crashes, so it's definitely far from done.


Maybe something more like I did for Android could work: a way to hook into the lifecylce (#2116) so that in tests we can wait for the right things?
Creating a draft PR, so that I can delegate this maybe.

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.

1 participant