[JBoss JIRA] (JBTM-3308) Some TCK tests pass but leave the LRAs in not finished state
by Michael Musgrove (Jira)
[ https://issues.redhat.com/browse/JBTM-3308?page=com.atlassian.jira.plugin... ]
Michael Musgrove edited comment on JBTM-3308 at 5/5/20 6:01 AM:
----------------------------------------------------------------
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.
was (Author: mmusgrov):
Can you add a reproducer (a simple test that highlights the problem).
> Some TCK tests pass but leave the LRAs in not finished state
> ------------------------------------------------------------
>
> Key: JBTM-3308
> URL: https://issues.redhat.com/browse/JBTM-3308
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.10.4.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It seems that the LRA is correctly closed but the /lra-coordinator still reports it in Active status.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (JBTM-3310) getFailedLRAs reports LRAs which are not in failed states
by Martin Stefanko (Jira)
Martin Stefanko created JBTM-3310:
-------------------------------------
Summary: getFailedLRAs reports LRAs which are not in failed states
Key: JBTM-3310
URL: https://issues.redhat.com/browse/JBTM-3310
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.10.4.Final
Reporter: Martin Stefanko
Assignee: Michael Musgrove
After a full TCK run the output of the following command {{curl http://localhost:8080/lra-recovery-coordinator/failed | jq}}
{code:json}
[
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOn301",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3b0",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_281",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_36a",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_315",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f7",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3f",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#contextCheck",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_198",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_96",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamily3xx",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_35",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_38f",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_291",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamilyDefault5xx",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2a",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_386",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_35c",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamilyDefault4xx",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_25",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#notCancelOnFamily5xx",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3c4",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2df",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_375",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_32c",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_de",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelFromRemoteCall",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e0",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a2",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_234",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1fe",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#async1LRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_175",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_30d",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_338",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_8c",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_181",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_4",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_255",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2d4",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_5c",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_106",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e8",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_219",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource#requiredLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_14c",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_212",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_247",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiresNew",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_19e",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_325",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a1",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1d2",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_c4",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_275",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_110",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3bc",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2be",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_75",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_22c",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_397",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_299",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_cd",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f7",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_29d",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiredLRA",
"closed": false,
"closing": true,
"failedParticipants": [
"<http://localhost:8180/context-tck-resource/forget?method=javax.ws.rs.DELETE>; rel=\"forget\"; title=\"forget URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/leave?method=javax.ws.rs.PUT>; rel=\"leave\"; title=\"leave URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/complete?method=javax.ws.rs.PUT>; rel=\"complete\"; title=\"complete URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/compensate?method=javax.ws.rs.PUT>; rel=\"compensate\"; title=\"compensate URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/status?method=javax.ws.rs.GET>; rel=\"status\"; title=\"status URI\"; type=\"text/plain\""
],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ba",
"recovering": true,
"startTime": 0,
"status": "Closing",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_d4",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34e",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f3",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_215",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_fb",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34a",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_48",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_f1",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_23d",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiresNew",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1a6",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2cc",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_267",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#timeLimitTest2",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_70",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2ff",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a5",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2b6",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2c5",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_16d",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_15e",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ca",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2a8",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_62",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": false
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_37d",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_271",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2e9",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_17b",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20a",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_124",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#async3LRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_159",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_e8",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_289",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant#enlistWithComplete",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13a",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#timeLimit",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b3",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_31d",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_343",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_224",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": false,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#asyncInvocationWithLRA",
"closed": true,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1b4",
"recovering": false,
"startTime": 0,
"status": "Closed",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_259",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
},
{
"active": false,
"cancelled": false,
"cancelling": true,
"clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
"closed": false,
"closing": false,
"failedParticipants": [],
"failedToCancel": false,
"failedToClose": false,
"finishTime": 0,
"httpStatus": 200,
"lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b8",
"recovering": true,
"startTime": 0,
"status": "Cancelling",
"timeNow": 0,
"topLevel": true
}
]
{code}
Contains a lot of LRAs which are not in either FailedToClose or FailedToCancel states.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (JBTM-3308) Some TCK tests pass but leave the LRAs in not finished state
by Martin Stefanko (Jira)
[ https://issues.redhat.com/browse/JBTM-3308?page=com.atlassian.jira.plugin... ]
Martin Stefanko commented on JBTM-3308:
---------------------------------------
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}}
{code:json}
{
"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"
}
{code}
> Some TCK tests pass but leave the LRAs in not finished state
> ------------------------------------------------------------
>
> Key: JBTM-3308
> URL: https://issues.redhat.com/browse/JBTM-3308
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.10.4.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
>
> It seems that the LRA is correctly closed but the /lra-coordinator still reports it in Active status.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (JBTM-3132) Common parent maven module for Narayana quickstarts
by Mayank Kunwar (Jira)
[ https://issues.redhat.com/browse/JBTM-3132?page=com.atlassian.jira.plugin... ]
Mayank Kunwar updated JBTM-3132:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Common parent maven module for Narayana quickstarts
> ---------------------------------------------------
>
> Key: JBTM-3132
> URL: https://issues.redhat.com/browse/JBTM-3132
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Testing
> Affects Versions: 5.9.5.Final
> Reporter: Ondrej Chaloupka
> Assignee: Mayank Kunwar
> Priority: Major
> Fix For: 5.next
>
>
> It would be beneficial to create a common quickstart maven module.
> My intention is to have a one place where we can define:
> * common profiles could be defined (one of such profile is Arquillian JDK9+ which defines JVM arguments needed for smooth run of tests, see https://issues.jboss.org/projects/JBTM/issues/JBTM-3122)
> * common properties like arquillian version. This has benefit that quickstarts will run faster on CI as there won't be multiple versions to be downloaded.
> * common repositories like jboss one
> * unified checkstyle definition for all the quickstarts would be coded in one way which makes them easier to read
> The quickstarts were designed to be independent on each other. The task is not to unified them. The proposal is about creating a place where a common stuff can be placed to. Otherwise the same configuration needs to be copied to multiple places. Which is hard to maintain
> Other projects, e.g. WildFly, use the same approach of common parent, see https://github.com/wildfly/quickstart/blob/master/app-client/pom.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (JBTM-3132) Common parent maven module for Narayana quickstarts
by Mayank Kunwar (Jira)
[ https://issues.redhat.com/browse/JBTM-3132?page=com.atlassian.jira.plugin... ]
Mayank Kunwar updated JBTM-3132:
--------------------------------
Fix Version/s: 5.next
> Common parent maven module for Narayana quickstarts
> ---------------------------------------------------
>
> Key: JBTM-3132
> URL: https://issues.redhat.com/browse/JBTM-3132
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Testing
> Affects Versions: 5.9.5.Final
> Reporter: Ondrej Chaloupka
> Assignee: Mayank Kunwar
> Priority: Major
> Fix For: 5.next
>
>
> It would be beneficial to create a common quickstart maven module.
> My intention is to have a one place where we can define:
> * common profiles could be defined (one of such profile is Arquillian JDK9+ which defines JVM arguments needed for smooth run of tests, see https://issues.jboss.org/projects/JBTM/issues/JBTM-3122)
> * common properties like arquillian version. This has benefit that quickstarts will run faster on CI as there won't be multiple versions to be downloaded.
> * common repositories like jboss one
> * unified checkstyle definition for all the quickstarts would be coded in one way which makes them easier to read
> The quickstarts were designed to be independent on each other. The task is not to unified them. The proposal is about creating a place where a common stuff can be placed to. Otherwise the same configuration needs to be copied to multiple places. Which is hard to maintain
> Other projects, e.g. WildFly, use the same approach of common parent, see https://github.com/wildfly/quickstart/blob/master/app-client/pom.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (JBTM-3122) jbosstm/quickstarts tests can't be run with jdk9+
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3122?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka updated JBTM-3122:
-----------------------------------
Fix Version/s: 5.next
> jbosstm/quickstarts tests can't be run with jdk9+
> -------------------------------------------------
>
> Key: JBTM-3122
> URL: https://issues.redhat.com/browse/JBTM-3122
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.9.3.Final
> Reporter: Ondrej Chaloupka
> Assignee: Mayank Kunwar
> Priority: Major
> Fix For: 5.next
>
>
> Quickstarts do not run tests with JDK9+. We use the Arquillian that starts the WildFly and for the JDK9+ it requires JVM options to add module permissions (and more).
> The quickstarts need to start using a profile, similar how WFLY uses it, that defines jvm args that will be passed to the {{arquillian.xml}}.
> See https://github.com/wildfly/wildfly/blob/16.0.0.Final/pom.xml#L7188
> {code}
> --add-exports=java.base/sun.nio.ch=ALL-UNNAMED
> --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
> --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
> --add-modules=java.se
> {code}
> The trouble in quickstarts is that we have no parent for the quickstarts so we need to add such profile to all the `pom.xml` files all over the quickstarts.
> Maybe we should provide a parent with such settings. We can unify not only this but e.g. ee version used or arquillian version.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months