You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/04 17:08:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-9912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468746#comment-17468746 ] 

ASF subversion and git services commented on GEODE-9912:
--------------------------------------------------------

Commit 5c767066523ca79cbe313e1f9b0341aeead8a9c6 in geode's branch refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5c76706 ]

GEODE-9912: Add unique identifier to DUnit log lines (#7232)



> 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
>
> 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)