Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slobodanadamovic
Copy link
Contributor

@slobodanadamovic slobodanadamovic commented Jul 15, 2025

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

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
@slobodanadamovic slobodanadamovic self-assigned this Jul 15, 2025
@slobodanadamovic slobodanadamovic added >test Issues or PRs that are addressing/adding tests Team:Security Meta label for security team :Security/AutoConfiguration Auto Configuration of Security by Default labels Jul 15, 2025
@@ -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();
Copy link
Contributor Author

@slobodanadamovic slobodanadamovic Jul 15, 2025

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
Copy link
Contributor Author

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.

@slobodanadamovic slobodanadamovic marked this pull request as ready for review July 15, 2025 16:37
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Security/AutoConfiguration Auto Configuration of Security by Default Team:Security Meta label for security team >test Issues or PRs that are addressing/adding tests v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] DockerTests test090SecurityCliPackaging failing
2 participants