eclipse / microprofile-lra

microprofile-lra
Apache License 2.0
101 stars 30 forks source link

issue6 Timeout tests #267

Closed mmusgrov closed 4 years ago

mmusgrov commented 4 years ago

6

The issue called for 3 different tests. I implemented the first one TckTests#timeLimitWithPreConditionFailed The second test is very similar to TckTests#timeLimit so I have not added a one for that. The third test that was asked for was to verify that the time limit is respected after a system crash. But we already have a test for that (see TckRecoveryTests#testCancelWhenParticipantIsUnavailable).