You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (Jira)" <ji...@apache.org> on 2022/01/03 20:50:00 UTC

[jira] [Created] (GEODE-9912) Add unique identifier to DUnit log lines

Jens Deppe created GEODE-9912:
---------------------------------

             Summary: Add unique identifier to DUnit log lines
                 Key: GEODE-9912
                 URL: https://issues.apache.org/jira/browse/GEODE-9912
             Project: Geode
          Issue Type: Test
          Components: tests
            Reporter: Jens Deppe


Adding an arbitrary random string to DUnit log lines allows to distinguish individual test output for repeated tests. In such cases tests run in parallel and individual test log lines are interleaved making debugging very difficult. So log lines would look something like:
{noformat}
[vm0-51ec] [info 2021/12/24 15:43:54.367 UTC  <RMI TCP Connection(1)-10.138.0.70>; tid=0x1d] Reinitializing JarDeploymentService with new working directory: null

[vm0-47b7] [info 2021/12/24 15:43:54.416 UTC  <RMI TCP Connection(1)-10.138.0.70> tid=0x1d] Reinitializing JarDeploymentService with new working directory: null

[vm1-47b7] [info 2021/12/24 15:43:54.431 UTC  <RMI TCP Connection(1)-10.138.0.70> tid=0x1d] Received method: org.apache.geode.test.dunit.internal.IdentifiableCallable.call with 0 args on object: IdentifiableCallable(0:start locator in vm0)
 {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)