elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.2k stars 24.85k forks source link

[CI] MultipleAdRealmIT class failing #116627

Open elasticsearchmachine opened 3 days ago

elasticsearchmachine commented 3 days ago

Build Scans:

Reproduction Line:

undefined

Applicable branches: 8.x

Reproduces locally?: N/A

Failure History: See dashboard&_a=(controlGroupState:(initialChildControlState:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:task.keyword,order:0,selectedOptions:!(),title:'GradleTask',type:optionsListControl),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:className.keyword,order:1,selectedOptions:!(org.elasticsearch.xpack.security.authc.ldap.MultipleAdRealmIT),title:'Suite',type:optionsListControl),'144933da-5c1b-4257-a969-7f43455a7901':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:name.keyword,order:2,selectedOptions:!(org.elasticsearch.xpack.security.authc.ldap.MultipleAdRealmIT),title:'Test',type:optionsListControl)))))

Failure Message:

undefined

Issue Reasons:

Note: This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

elasticsearchmachine commented 3 days ago

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

jakelandis commented 15 hours ago

Past 7 days: Image

Past 1 day: Image

This is appears to be an environmental issue and the test didn't actually fail.

Image

The failures are generally:

java.lang.Exception: Suite timeout exceeded (>= 1200000 msec).  
...
WARNING: Suite execution timed out: org.elasticsearch.xpack.security.authc.ldap.ActiveDirectorySessionFactoryTests

or

org.testcontainers.containers.ContainerLaunchException: Container startup failed for image es-smb-fixture:latest    
...
Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not build image: failed to get digest sha256:dfbebc61bf0b18a861a36b37833c0482c4cb752bd7e76a541cbf2fadc0a486d0: open /var/lib/docker/image/overlay2/imagedb/content/sha256/dfbebc61bf0b18a861a36b37833c0482c4cb752bd7e76a541cbf2fadc0a486d0: no such file or directory   

The test is not muted: https://github.com/elastic/elasticsearch/blob/8.x/muted-tests.yml

Since this test is usually executing to success, will categorize this as low risk and will re-assign. (feel free to bounce this back if there is something we can help address)

elasticsearchmachine commented 15 hours ago

Pinging @elastic/es-delivery (Team:Delivery)