Skip to content

[Infrastructure] Intermittent 1.3 branch CI failures #2023

@cwperks

Description

@cwperks

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

Metadata

Metadata

Labels

bugSomething isn't workingsprint backlogtriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions