Skip to content

Conversation

stalep
Copy link
Member

@stalep stalep commented Mar 19, 2019

With this change we can correctly run SubstrateTests with Gradle. - there is a difference between Gradle and Maven regarding tests however. Gradle will by default try to run everything it can in the src/test/javafolder. The common way of splitting up integration tests in Gradle is to put the integration tests in a different folder, eg: src/integTest/java.
In the current state (with this fix), if a user tries to run the quickstarts with gradle (with a correct build file) either the QuarkusTest or SubstrateTest will fail. Depending on what he have built. - just a fyi for further discussions :)

@Sanne Sanne added this to the 0.12.0 milestone Mar 19, 2019
@Sanne Sanne merged commit cc7a6c0 into quarkusio:master Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants