Using inFipsSunJsseJvm() causes failures in ESXPackSmokeClientTestCase and MigrateToolTestCase #52391
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
The title is vague as it is not obvious yet what causes this failures. When attempting to do a static import of
EsTestCase#inFipsSunJsseJvm()
in the two aforementioned classes in order to determine if we're running in Java 8 and in fips mode, the transport client used in the test fails to connect to the node. TheTransportClient
created, has aTransportClientNodesService
that ends up having 0 listed nodes.The failures are reproducible easily locally. Example failure: https://gradle-enterprise.elastic.co/s/yphikcuckyz5e
The workaround for now is to reimplement
inFipsSunJsseJvm()
in these two classes until we can figure out what causes the error.The text was updated successfully, but these errors were encountered: