Skip to content
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

"precommit" on SQL security "with-ssl" and "without-ssl" projects fails after a "gradle clean" #41264

Closed
astefan opened this issue Apr 16, 2019 · 1 comment · Fixed by #41321
Assignees
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team

Comments

@astefan
Copy link
Contributor

astefan commented Apr 16, 2019

To reproduce this:

  1. gradlew clean
  2. gradlew :x-pack:plugin:sql:qa:security:without-ssl:precommit --parallel
    or
    gradlew :x-pack:plugin:sql:qa:security:with-ssl:precommit --parallel

This will fail with

> Task :x-pack:plugin:sql:qa:security:without-ssl:testingConventions FAILED
Expected at least one test class included in task :x-pack:plugin:sql:qa:security:without-ssl:integTestRunner, but found none.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':x-pack:plugin:sql:qa:security:without-ssl:testingConventions'.
> Testing conventions are not honored

Digging into this a bit, it seems the PR that fixed #40550 seems to be the one that introduced the behavior above.

CC @mark-vieira @atorok

@astefan astefan added the :Delivery/Build Build or test infrastructure label Apr 16, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants