[
https://issues.apache.org/jira/browse/GEODE-9912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen Nichols closed GEODE-9912.
-------------------------------
> 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
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> 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.7#820007)