-
Notifications
You must be signed in to change notification settings - Fork 358
[Infrastructure] Intermittent 1.3 branch CI failures #2023
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingsprint backlogtriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
The recent update of dependencies in 1.3 took 6 times of the CI running to pass CI.
This was a minor fix to increment dependencies flagged by whitesource as having vulnerabilities and jackson-databind was upgraded to align with 1.x and with core's version.properties.
Some of the tests that failed intermittently include:
-org.opensearch.security.HttpIntegrationTests > testTenantInfo FAILED
java.lang.AssertionError at HttpIntegrationTests.java:685
- org.opensearch.security.auditlog.integration.BasicAuditlogTest > testRestMethod FAILED
java.lang.AssertionError at BasicAuditlogTest.java:854
- org.opensearch.security.auditlog.AuditLogTestSuite > org.opensearch.security.auditlog.sink.WebhookAuditLogTest.postGetHttpTest FAILED
java.net.BindException: Address already in use (Bind failed)
- org.opensearch.security.ssl.SSLTest > testCRL FAILED
java.lang.RuntimeException at SSLTest.java:798
Caused by: org.opensearch.http.BindHttpException at AbstractHttpServerTransport.java:203
Caused by: java.net.BindException at Net.java:-2
- org.opensearch.security.ssl.SSLTest > testTLSv12 FAILED
java.lang.RuntimeException at SSLTest.java:874
Caused by: org.opensearch.http.BindHttpException at AbstractHttpServerTransport.java:203
Caused by: java.net.BindException at Net.java:-2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsprint backlogtriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.