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

WeeklyRoundupEmailNotificationTestCase fails when run in CI, with "Connection Refused" #361

Open
alexdunnjpl opened this issue Sep 14, 2022 · 0 comments
Labels
bug Something isn't working icebox open.v2.4.0

Comments

@alexdunnjpl
Copy link
Contributor

πŸ› Describe the bug

core.actions.test.roundup_test.WeeklyRoundupEmailNotificationTestCase fails when run in CI

πŸ“œ To Reproduce

Steps to reproduce the behavior:

  1. Disable test skip
  2. Push feature branch to CI

πŸ•΅οΈ Expected behavior

WeeklyRoundupEmailNotificationTestCase tests should pass, assuming they pass when tested locally

🩺 Test Data / Additional context

https://github.com/NASA-PDS/doi-service/actions/runs/3055258403/jobs/4928111199#step:6:744

βš™οΈ Engineering Details

Failure appears related to unavailability of the smtpd DebuggingServer, but this is confusing because another test relies on the same functionality, but does not fail. First thought is that if the tests are run in parallel, only the first server will be able to instantiate correctly (on the given port), but this is not the case afaik. Still worth checking out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working icebox open.v2.4.0
Projects
Status: ToDo
Development

No branches or pull requests

3 participants