Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Unit test running in REPL did not clean up resources and used up all disk space #478

Open
nsinkov opened this issue Oct 19, 2018 · 0 comments

Comments

@nsinkov
Copy link
Contributor

nsinkov commented Oct 19, 2018

After running unit tests in waiter/test/waiter/scheduler/composite_test.clj using the REPL in Intellij, some process kept logging to waiter/log/waiter.log.2018-10-18 until all disk space was used up

tail of waiter/log/waiter.log:

...
2018-10-19 09:47:51,751 INFO  waiter.scheduler.composite [async-dispatch-17] -  sending 0 services along scheduler-state-chan
2018-10-19 09:47:51,751 INFO  waiter.scheduler.composite [async-dispatch-17] -  ipsum state chan has been closed
2018-10-19 09:47:51,751 INFO  waiter.scheduler.composite [async-dispatch-17] -  sending 0 services along scheduler-state-chan
2018-10-19 09:47:51,751 INFO  waiter.scheduler.composite [async-dispatch-17] -  ipsum state chan has been closed
...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant