From 2.13 release tests here there is a failure without security plugin.
This seed is reproducible. I think the issue here is a low waitForCompletionTimeout value. The test fetches a random TimeValue between 1 and 5000 ms and with this seed it is set to 6s.
Test testSubmitAsynchronousSearchWithoutRetainedResponsealso fails with setting this timeout to a similar value.
I dont have a lot of context here but I think setting a min value of 1k here is reasonable? CC @bharath-techie.
From 2.13 release tests here there is a failure without security plugin.
This seed is reproducible. I think the issue here is a low
waitForCompletionTimeout
value. The test fetches a random TimeValue between 1 and 5000 ms and with this seed it is set to 6s.Test
testSubmitAsynchronousSearchWithoutRetainedResponse
also fails with setting this timeout to a similar value.I dont have a lot of context here but I think setting a min value of 1k here is reasonable? CC @bharath-techie.