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

Logging with Panache: allow usage in tests outside of Quarkus #33700

Merged
merged 1 commit into from
May 31, 2023

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented May 30, 2023

Fixes #33210

@Ladicek Ladicek requested a review from stuartwdouglas May 30, 2023 14:45
@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented May 31, 2023

Failing Jobs - Building 27de8b5

Status Name Step Failures Logs Raw logs
✔️ Maven Tests - JDK 11
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Maven Tests - JDK 11 Windows #

📦 integration-tests/maven

io.quarkus.maven.it.DevMojoIT.testResourcesFromClasspath line 1223 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with io.quarkus.maven.it.DevMojoIT was not fulfilled within 20 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

io.quarkus.maven.it.DevMojoIT.testResourcesFromClasspath line 1223 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with io.quarkus.maven.it.DevMojoIT was not fulfilled within 20 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@Ladicek
Copy link
Contributor Author

Ladicek commented May 31, 2023

DevMojoIT.testResourcesFromClasspath is known flaky, gonna merge this.

@Ladicek Ladicek merged commit 226252b into quarkusio:main May 31, 2023
@Ladicek Ladicek deleted the logging-with-panache-during-tests branch May 31, 2023 07:47
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone May 31, 2023
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.

io.quarkus.logging.Log breaks unit tests
2 participants