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

CLI: add an option to generate a simple build report #35318

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Aug 11, 2023

@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Aug 11, 2023
@mkouba mkouba requested review from ebullient and gsmet August 11, 2023 08:43
@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Works as advertised but I suggested a few improvements.

@gsmet gsmet added triage/waiting-for-ci Ready to merge when CI successfully finishes and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Aug 11, 2023
@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

@mkouba
Copy link
Contributor Author

mkouba commented Aug 14, 2023

@gsmet Is the Native Tests - Security2 failure a known flaky test?

@quarkus-bot

This comment has been minimized.

@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 15, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 15, 2023

Failing Jobs - Building 2aef8e9

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs
JVM Tests - JDK 20 Build ⚠️ Check → Logs Raw logs
Native Tests - Security2 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/grpc/deployment 
! Skipped: extensions/micrometer-registry-prometheus/deployment extensions/micrometer/deployment extensions/opentelemetry/deployment and 52 more

📦 extensions/grpc/deployment

io.quarkus.grpc.server.MutinyGrpcServiceWithSSLTest.testEmptyWithMutinyClient - More details - Source on GitHub

io.smallrye.mutiny.TimeoutException
	at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:64)
	at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)

⚙️ Native Tests - Security2 #

- Failing: integration-tests/oidc 

📦 integration-tests/oidc

io.quarkus.it.keycloak.BearerTokenAuthorizationInGraalITCase.testSecureAccessSuccessWithCors - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <404>.

@mkouba
Copy link
Contributor Author

mkouba commented Aug 15, 2023

I'm going to merge this pull request since the BearerTokenAuthorizationInGraalITCase from the Native Tests - Security2 seems to fail in other PRs as well and the failure in JVM Tests - JDK 17 Windows is a timeout.

@mkouba mkouba merged commit a34ab27 into quarkusio:main Aug 15, 2023
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Aug 15, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 15, 2023
@quarkus-bot quarkus-bot bot added this to the 3.4 - main milestone Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI - add an option to generate the build report
4 participants