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

Fix tests in CI #241

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Fix tests in CI #241

merged 2 commits into from
Mar 2, 2023

Conversation

chvp
Copy link
Member

@chvp chvp commented Feb 27, 2023

No description provided.

@chvp chvp added bug Something isn't working chore Maintenance labels Feb 27, 2023
@chvp chvp force-pushed the fix/ci-tests branch 9 times, most recently from 8b16bc2 to d1b95c9 Compare February 27, 2023 19:45
@chvp
Copy link
Member Author

chvp commented Feb 27, 2023

I understand the actual problem. The mails are delivered "too late". Adding a sleep fixes it, because that allows the future that "delivers" the mail to finish.

@chvp chvp force-pushed the fix/ci-tests branch 7 times, most recently from 1e36e64 to 2ba2084 Compare February 27, 2023 20:17
@chvp chvp marked this pull request as ready for review February 27, 2023 20:20
@chvp chvp requested a review from rien February 27, 2023 20:20
@chvp chvp removed the chore Maintenance label Feb 27, 2023
@chvp
Copy link
Member Author

chvp commented Feb 28, 2023

Changed the fix to assert delivery of the mails that were delivered late. This still sleeps under the hood but makes more semantic sense and should result in clearer errors should the sleep turn out to be insufficient.

@rien rien merged commit c874f41 into main Mar 2, 2023
@chvp chvp deleted the fix/ci-tests branch March 2, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants