-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Unmute DockerTests#test090SecurityCliPackaging #131303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Unmute DockerTests#test090SecurityCliPackaging #131303
Conversation
This test timed out due to slow security auto-configuration. The elastic#131203 increased timeout from 30s to 45s, which should hopefully be enough. Resolves elastic#131107
@@ -147,7 +147,7 @@ protected void failed(Throwable e, Description description) { | |||
failed = true; | |||
if (installation != null && installation.distribution.isDocker()) { | |||
logger.warn("Test {} failed. Printing logs for failed test...", description.getMethodName()); | |||
FileUtils.logAllLogs(installation.logs, logger); | |||
dumpDebug(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling dumpDebug
method since we need to fetch and log all container logs instead of calling FileUtils.logAllLogs
. I fixed this in all other branches, so including it here as well.
@@ -427,9 +427,6 @@ tests: | |||
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT | |||
method: test {p0=field_caps/40_time_series/Get simple time series field caps} | |||
issue: https://github.com/elastic/elasticsearch/issues/131225 | |||
- class: org.elasticsearch.packaging.test.DockerTests | |||
method: test090SecurityCliPackaging | |||
issue: https://github.com/elastic/elasticsearch/issues/131107 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed it because it got muted after I raised a PR to increase the timeout.
Pinging @elastic/es-security (Team:Security) |
This test timed out due to slow security auto-configuration.
The #131203 increased timeout from 30s to 45s, which should hopefully be enough.
Resolves #131107