Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-M13
-
None
Description
ClientAbandonRequestTest.testAbandonSearch() fails occasionally on Jenkins. To demonstrate it I added the MulitThreadedMultiInvoker, please run the test with system properties "-Dmtmi.invocations=1000 -Dmtmi.trace=true" which runs each test method multiple times. The problem is that sometimes the abandon request has no effect but the client receives all search result. I'm not sure if it is a problem is located in the client API or on the server side.