-
Notifications
You must be signed in to change notification settings - Fork 24
Ensure that tests terminate #35
Copy link
Copy link
Closed
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: housekeepingRepo-related things (e.g. fixing CI) that need to be done.Repo-related things (e.g. fixing CI) that need to be done.
Metadata
Metadata
Assignees
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: housekeepingRepo-related things (e.g. fixing CI) that need to be done.Repo-related things (e.g. fixing CI) that need to be done.
Currently, CI fails (as described in #33) because the the tests leave servers running until they are manually torn down. This results in timeout failures as in this failed run. We should fix the tests so that they terminate.