Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3308

Some TCK tests pass but leave the LRAs in not finished state

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.10.6.Final
    • 5.10.4.Final
    • LRA
    • None

      It seems that the LRA is correctly closed but the /lra-coordinator still reports it in Active status.

            [JBTM-3308] Some TCK tests pass but leave the LRAs in not finished state

            Resolved as done because with commit https://github.com/jbosstm/narayana/commit/ff0f7824d668567091473a4186abc54f5a81479f there are no more open LRAs after the full TCK run.

            Martin Stefanko added a comment - Resolved as done because with commit  https://github.com/jbosstm/narayana/commit/ff0f7824d668567091473a4186abc54f5a81479f  there are no more open LRAs after the full TCK run.

            Martin Stefanko added a comment - - edited

            Martin Stefanko added a comment - - edited I don't see the way how to link different JBTMs. I will keep the list of forked issues in this comment: https://issues.redhat.com/browse/JBTM-3312 https://issues.redhat.com/browse/JBTM-3320 https://issues.redhat.com/browse/JBTM-3326 https://issues.redhat.com/browse/JBTM-3341

            rhn-engineering-mmusgrov Even simple TCK tests like TckTests#closeLRA leave an LRA open so I don't think another test is necessary. I think there are multiple issues that keep the LRAs open. I will open a separate JBTMs and link them to this one as I'll go with the fixes.

            Martin Stefanko added a comment - rhn-engineering-mmusgrov Even simple TCK tests like TckTests#closeLRA leave an LRA open so I don't think another test is necessary. I think there are multiple issues that keep the LRAs open. I will open a separate JBTMs and link them to this one as I'll go with the fixes.

            Michael Musgrove added a comment - - edited

            Can you add a reproducer (a simple test that highlights the problem) so that we can verify that it is not the TCK test itself that is at fault.

            Michael Musgrove added a comment - - edited Can you add a reproducer (a simple test that highlights the problem) so that we can verify that it is not the TCK test itself that is at fault.

            The actual results after a full TCK runs:

            The result of curl http://localhost:8080/lra-coordinator | jq -c '.[] | select(.status | contains("Active") or contains("Closing") or contains("Cancelling"))' | jq

            {
              "active": false,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#nestedLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_185",
              "recovering": true,
              "startTime": 0,
              "status": "Closing",
              "timeNow": 1588679513879,
              "topLevel": false,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20a",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2c5",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_29d",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_343",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_75",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_224",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2be",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_106",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#contextCheck",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_198",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_110",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34a",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2cc",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513879,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_de",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": false,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiredLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ba",
              "recovering": true,
              "startTime": 0,
              "status": "Closing",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_22c",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34e",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_f1",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_124",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2df",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ca",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f7",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_23d",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e0",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_e8",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_375",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_255",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_259",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_d4",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f3",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant#enlistWithComplete",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13a",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_267",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_271",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_275",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_8c",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513880,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_315",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_281",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": false,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#nestedLRAWithClose",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_162",
              "recovering": true,
              "startTime": 0,
              "status": "Closing",
              "timeNow": 1588679513881,
              "topLevel": false,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_38f",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3c4",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": false,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_7b",
              "recovering": true,
              "startTime": 0,
              "status": "Closing",
              "timeNow": 1588679513881,
              "topLevel": false,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_30d",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b8",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_289",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_96",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3bc",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_325",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_291",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a1",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2b6",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_31d",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_4",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_219",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": false,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a5",
              "recovering": true,
              "startTime": 0,
              "status": "Closing",
              "timeNow": 1588679513881,
              "topLevel": false,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_16d",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_299",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            {
              "active": true,
              "cancelled": false,
              "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
              "closed": false,
              "finishTime": 0,
              "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_215",
              "recovering": false,
              "startTime": 0,
              "status": "Active",
              "timeNow": 1588679513881,
              "topLevel": true,
              "zoneOffset": "Z"
            }
            

            Martin Stefanko added a comment - The actual results after a full TCK runs: The result of curl http://localhost:8080/lra-coordinator | jq -c '.[] | select(.status | contains("Active") or contains("Closing") or contains("Cancelling"))' | jq { "active" : false , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#nestedLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_185" , "recovering" : true , "startTime" : 0, "status" : "Closing" , "timeNow" : 1588679513879, "topLevel" : false , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20a" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2c5" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_29d" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_343" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_75" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_224" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2be" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_106" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#contextCheck" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_198" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_110" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34a" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2cc" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513879, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_de" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : false , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiredLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ba" , "recovering" : true , "startTime" : 0, "status" : "Closing" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_22c" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34e" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_f1" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_124" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2df" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ca" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f7" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_23d" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e0" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_e8" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_375" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_255" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_259" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_d4" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f3" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant#enlistWithComplete" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13a" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_267" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_271" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_275" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_8c" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513880, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_315" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_281" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : false , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#nestedLRAWithClose" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_162" , "recovering" : true , "startTime" : 0, "status" : "Closing" , "timeNow" : 1588679513881, "topLevel" : false , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_38f" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3c4" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : false , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_7b" , "recovering" : true , "startTime" : 0, "status" : "Closing" , "timeNow" : 1588679513881, "topLevel" : false , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_30d" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b8" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_289" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_96" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3bc" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_325" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_291" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a1" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2b6" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_31d" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_4" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_219" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : false , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a5" , "recovering" : true , "startTime" : 0, "status" : "Closing" , "timeNow" : 1588679513881, "topLevel" : false , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_16d" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_299" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" } { "active" : true , "cancelled" : false , "clientId" : "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA" , "closed" : false , "finishTime" : 0, "lraId" : "http: //localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_215" , "recovering" : false , "startTime" : 0, "status" : "Active" , "timeNow" : 1588679513881, "topLevel" : true , "zoneOffset" : "Z" }

            Actually it seems that a lot of TckTests leave the status in Closing or Active.

            Martin Stefanko added a comment - Actually it seems that a lot of TckTests leave the status in Closing or Active.

              mstefank Martin Stefanko
              mstefank Martin Stefanko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: