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

Actually run the Redis Dev Services tests #26834

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jul 20, 2022

They were not run at all until now.
Also reformat the pom file to follow our conventions and remove a test
that can't work: we cannot have the Quarkus server failing in a
QuarkusTest.

They were not run at all until now.
Also reformat the pom file to follow our conventions and remove a test
that can't work: we cannot have the Quarkus server failing in a
QuarkusTest.
Comment on lines +90 to +116
<profiles>
<!-- Note: the container is started via Dev Services -->
<profile>
<id>test-redis</id>
<activation>
<property>
<name>test-containers</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual change. Until now tests were disabled always.

@gsmet gsmet requested a review from machi1990 July 20, 2022 08:52
Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

let's see what CI says


</project>
</project>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</project>
</project>

@machi1990 machi1990 requested a review from cescoffier July 20, 2022 09:33
@gsmet gsmet merged commit 1f0c40a into quarkusio:main Jul 20, 2022
@quarkus-bot quarkus-bot bot added this to the 2.12 - main milestone Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants