-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] JdbcSqlSpecIT and JdbcCsvSpecIT initializationError #45866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-core-infra |
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Aug 22, 2019
The sql project uses a common set of security tests, which are run in subprojects. Currently these are shared through a shared directory, but this is not setup correctly to ensure it is built before tests run. This commit changes the test classes to be an artifact of the sql/qa/security project and makes the test runner use the built artifact (a directory of classes) for tests. closes elastic#45866
rjernst
added a commit
that referenced
this issue
Sep 11, 2019
The sql project uses a common set of security tests, which are run in subprojects. Currently these are shared through a shared directory, but this is not setup correctly to ensure it is built before tests run. This commit changes the test classes to be an artifact of the sql/qa/security project and makes the test runner use the built artifact (a directory of classes) for tests. closes #45866
rjernst
added a commit
that referenced
this issue
Sep 11, 2019
The sql project uses a common set of security tests, which are run in subprojects. Currently these are shared through a shared directory, but this is not setup correctly to ensure it is built before tests run. This commit changes the test classes to be an artifact of the sql/qa/security project and makes the test runner use the built artifact (a directory of classes) for tests. closes #45866
rjernst
added a commit
that referenced
this issue
Sep 30, 2019
The sql project uses a common set of security tests, which are run in subprojects. Currently these are shared through a shared directory, but this is not setup correctly to ensure it is built before tests run. This commit changes the test classes to be an artifact of the sql/qa/security project and makes the test runner use the built artifact (a directory of classes) for tests. closes #45866
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Delivery/Build
Build or test infrastructure
Team:Delivery
Meta label for Delivery team
>test-failure
Triaged test failures from CI
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:
I can reproduct this locally by doing:
and then
fails. The
test
directory referenced above does not exist.If I instead invoke the
check
task, it works OK and the directory is created.The text was updated successfully, but these errors were encountered: