You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: