beats
beats copied to clipboard
Build 12 for 8.5 with status FAILURE
:broken_heart: Tests Failed
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
-
Start Time: 2022-10-06T16:33:45.583+0000
-
Duration: 103 min 58 sec
Test stats :test_tube:
| Test | Results |
|---|---|
| Failed | 1 |
| Passed | 29749 |
| Skipped | 2787 |
| Total | 32537 |
Test errors 
Expand to view the tests failures
Extended / x-pack/filebeat-cloudAWS / test_http_endpoint_missing_auth_value – x-pack.filebeat.tests.system.test_http_endpoint.Test
Expand to view the error details
beat.beat.WaitTimeoutError: Timeout waiting for condition "cond". Waited 20 seconds:
Expand to view the stacktrace
self = <test_http_endpoint.Test testMethod=test_http_endpoint_missing_auth_value>
@unittest.skipIf(os.getenv("CI") is not None and platform.system() == "Darwin", "Flaky test: https://github.com/elastic/beats/issues/30028")
def test_http_endpoint_missing_auth_value(self):
"""
Test http_endpoint input with missing basic auth values.
"""
options = """
basic_auth: true
username: testuser
password:
"""
self.get_config(options)
filebeat = self.start_beat()
> self.wait_until(lambda: self.log_contains(
"username and password required when basicauth is enabled"))
tests/system/test_http_endpoint.py:195:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_http_endpoint.Test testMethod=test_http_endpoint_missing_auth_value>
cond = <function Test.test_http_endpoint_missing_auth_value.<locals>.<lambda> at 0x7f25d82b2158>
max_timeout = 20, poll_interval = 0.1, name = "cond", err_msg = ""
def wait_until(self, cond, max_timeout=20, poll_interval=0.1, name="cond", err_msg=""):
"""
TODO: this can probably be a "wait_until_output_count", among other things, since that could actually use `self`, and this can become an internal function
Waits until the cond function returns true,
or until the max_timeout is reached. Calls the cond
function every poll_interval seconds.
If the max_timeout is reached before cond() returns
true, an exception is raised.
"""
start = datetime.now()
while not cond():
if datetime.now() - start > timedelta(seconds=max_timeout):
raise WaitTimeoutError(
> f"Timeout waiting for condition "{name}". Waited {max_timeout} seconds: {err_msg}")
E beat.beat.WaitTimeoutError: Timeout waiting for condition "cond". Waited 20 seconds:
../../libbeat/tests/system/beat/beat.py:447: WaitTimeoutError
Steps errors 
Expand to view the steps failures
metricbeat-goIntegTest - mage goIntegTest
- Took 31 min 29 sec . View more details here
- Description:
mage goIntegTest
x-pack/filebeat-cloudAWS - mage build test goIntegTest
- Took 6 min 22 sec . View more details here
- Description:
mage build test goIntegTest
Error signal
- Took 0 min 0 sec . View more details here
- Description:
Error "hudson.AbortException: script returned exit code 1"
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
This issue doesn't have a Team:<team> label.