Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1874#discussion_r169117936
--- Diff:
artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
---
@@ -365,8 +365,6 @@ public void setUp() throws Exception {
InVMRegistry.instance.clear();
// checkFreePort(TransportConstants.DEFAULT_PORT);
-
- logAndSystemOut("#test " + getName());
--- End diff --
This one I actually think it's important. When looking at failures this
will correlate logs with the test. Not having this will make it harder to find
what tests are failing because of a bad logging.
---