-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
My PR build failed with initializationError in above tests due to a missing directory. This seems to have happened once before on August 14th. I can reproduce this locally too.
The error is:
org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT > initializationError FAILED
--
java.nio.file.NoSuchFileException: /var/lib/jenkins/workspace/elastic+elasticsearch+pull-request-2/x-pack/plugin/sql/qa/security/without-ssl/build/classes/java/test
I can reproduct this locally by doing:
./gradlew :x-pack:plugin:sql:qa:security:without-ssl:clean
and then
./gradlew :x-pack:plugin:sql:qa:security:without-ssl:integTestRunner
fails. The test directory referenced above does not exist.
If I instead invoke the check task, it works OK and the directory is created.
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team