Commit graph

5 commits

Author SHA1 Message Date
Kibana Machine
313e1b55a4
[package testing] Stabilize status api test (#129228) (#129247)
There appears to be a brief moment after kibana starts where we are
listening for http connections but immediately closing requests to the
status API.  The return code by ansible here is -1, so this adds that as
a valid response to retry.

(cherry picked from commit f2654802a5)

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-04-01 13:17:31 -07:00
Kibana Machine
d9f632d615
[package testing] Update networking profile to account for virtualbox update (#127298) (#127320)
With a recent virtualbox update, we're getting failures in CI with:

> The IP address configured for the host-only network is not within the
> allowed ranges. Please update the address used to be within the allowed
> ranges and run the command again.

This updates the IP range used to be compatible.

(cherry picked from commit ab109db73f)

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-03-09 12:25:48 -07:00
Brian Seeders
7a70f857f3
[package-testing] Fix docker testing (#123249) 2022-01-18 13:03:24 -05:00
Jonathan Budzenski
da25960022
[package testing] Bump status page timeout (#107813)
The socket timeout for testing whether the status page is available or
not is currently 30 seconds.  This test was disabled for being flaky.
Reproducing this locally hasn't been straight forward, but I am seeing
an average of ~20 seconds, which is close enough to the timeout that I'd
like to rule out machine differences.  This gives the status check 120
seconds before dropping the connection.

Related to #106749 and #107300

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-16 10:55:32 -07:00
Jonathan Budzenski
f0e11bcd1b
Automated package testing (#88900)
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-27 13:37:43 -05:00