We run tests nightly and they are now timing out every night. Something appears to be hanging.
https://github.com/apache/pekko/actions/workflows/nightly-builds.yml
The tests failed on July 14 after passing on July 13 but have hung every night since July 15.
We are seeing tests taking crazy long times to complete
[07-22 05:19:55.084] [info] - must work with a massive chain of maps (4 hours, 7 minutes, 49 seconds)
The big issues appear to start when org.apache.pekko.stream.impl.fusing.InterpreterStressSpec runs. After that starts, most of the logging is thread dumps and GC stats. Very few tests appear to complete.
We run tests nightly and they are now timing out every night. Something appears to be hanging.
https://github.com/apache/pekko/actions/workflows/nightly-builds.yml
The tests failed on July 14 after passing on July 13 but have hung every night since July 15.
We are seeing tests taking crazy long times to complete
The big issues appear to start when org.apache.pekko.stream.impl.fusing.InterpreterStressSpec runs. After that starts, most of the logging is thread dumps and GC stats. Very few tests appear to complete.