Skip to content

Commit

Permalink
issue122 extra comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Musgrove <[email protected]>
  • Loading branch information
mmusgrov committed Apr 16, 2019
1 parent 353c15f commit a97db57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ public class ContextTckResource {

/**
* A class to hold all of the metrics gathered in the context of a single LRA.
* We need stats per LRA since a misbehaving test may interfere with subsequent tests
* We need stats per LRA since a misbehaving test may leave an LRA in need of
* recovery which means that the compensate/complete call will continue to be
* called when subsequent tests run - ie it is not possible to fully tear down
* a failing test.
*/
private static class LRAMetric {
String lraId;
Expand Down

0 comments on commit a97db57

Please sign in to comment.