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

Add .debugBytecode() and .traceCategories() to QuarkusUnitTest #43077

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

yrodiere
Copy link
Member

@yrodiere yrodiere commented Sep 6, 2024

To ease debugging of such tests. See javadoc for details.

This PR is based on #43074, which really could have used this in the first place. #43074 must be merged first.

@yrodiere yrodiere added the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Sep 6, 2024
@yrodiere yrodiere requested a review from gsmet September 6, 2024 10:26
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/hibernate-orm Hibernate ORM area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/testing labels Sep 6, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 6, 2024

/cc @gsmet (hibernate-orm)

@yrodiere yrodiere removed area/arc Issue related to ARC (dependency injection) area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure labels Sep 6, 2024
@yrodiere yrodiere marked this pull request as draft September 6, 2024 14:58
@quarkus-bot

This comment has been minimized.

@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure labels Sep 10, 2024
Copy link

github-actions bot commented Sep 11, 2024

🙈 The PR is closed and the preview is expired.

@yrodiere yrodiere marked this pull request as ready for review September 12, 2024 10:00
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 12, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 94176a8.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 12, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 94176a8.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/scheduler/deployment

io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume - History

  • expected: <false> but was: <true> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:63)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)
	at io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume(PausedSchedulerTest.java:47)

@gsmet gsmet merged commit 283f8b1 into quarkusio:main Sep 13, 2024
54 of 55 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/hibernate-orm Hibernate ORM area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/testing triage/flaky-test triage/needs-rebase This PR needs to be rebased first because it has merge conflicts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants