Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1800
@gaohoward I undestand your points you've showed on my questions, but as
@clebertsuconic has pointed
> the ideal world is far from reality.. there are tests that will be
failing forever on the testsuite and people will ignore them
I agree with that and I think we should try to keep more isolated than
possible (if possible) tests (failing or not) just for this reason: just
logging the leaks would be enough for me.
While dealing with very long running tests who will read the test reports
need to rely that 2 different runs are comparable somehow and hiding this
information won't help doing it.
I understand the need to make the process more agile and to aim "0 tests
failures" and I think that just logging would be great.
I hope to have explained better what I'm worried about
---