eclipse / microprofile-lra

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

Some tests wrongly assume callbacks are delivered with "exactly once" semantics #275

Closed mmusgrov closed 4 years ago

mmusgrov commented 4 years ago

An example is TckContextTests#testForget that asserts that the forget callback is delivered exactly once. For example the notification could reach the participant but the response could be lost which would cause the implementation to reissue the forget call. Our delivery semantics is "at least once".

xstefank commented 4 years ago

@mmusgrov are you going to work on this or can I take it?

mmusgrov commented 4 years ago

@mmusgrov are you going to work on this or can I take it?

I assigned the issue to you, thanks