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

Prevent attempt to create Vert.x caching dir caching is disabled #28142

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Sep 22, 2022

Closes: #28094

@cescoffier cescoffier added the kind/bug Something isn't working label Sep 22, 2022
@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 22, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 22, 2022

Failing Jobs - Building 2652931

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 17 MacOS M1
✔️ JVM Tests - JDK 18

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: integration-tests/oidc-code-flow 

📦 integration-tests/oidc-code-flow

io.quarkus.it.keycloak.CodeFlowTest.testTokenAutoRefresh line 509 - More details - Source on GitHub

com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 401 Unauthorized for http://localhost:8081/tenant-autorefresh?state=729dd98b-f061-4013-aff5-742bd4789543&session_state=55c7bdbe-9bb6-4cae-9d8c-b50aea721f12&code=11ba87d8-6408-4a7d-ab9c-61e4a0d25f01.55c7bdbe-9bb6-4cae-9d8c-b50aea721f12.db9522d2-98a8-422b-b0a1-7d4fa792dbfa
	at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:701)
	at com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2452)

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/resteasy-reactive/rest-client-reactive/deployment 
! Skipped: extensions/keycloak-admin-client-reactive/deployment extensions/oidc-client-reactive-filter/deployment extensions/oidc-token-propagation-reactive/deployment and 17 more

📦 extensions/resteasy-reactive/rest-client-reactive/deployment

io.quarkus.rest.client.reactive.timeout.BuilderReadTimeoutTest.shouldNotTimeoutOnFastResponse line 53 - More details - Source on GitHub

javax.ws.rs.ProcessingException: The timeout period of 1000ms has been exceeded while executing GET /fast for server localhost:8081
	at org.jboss.resteasy.reactive.client.impl.InvocationBuilderImpl.unwrap(InvocationBuilderImpl.java:220)
	at org.jboss.resteasy.reactive.client.impl.InvocationBuilderImpl.method(InvocationBuilderImpl.java:321)

@geoand geoand merged commit 1e1320a into quarkusio:main Sep 22, 2022
@geoand geoand deleted the #28094 branch September 22, 2022 10:49
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 22, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 22, 2022
@sberyozkin
Copy link
Member

OIDC test failure can be ignored, looking at the build log, will disable by Monday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarkus initializing VertX cache even with vertx caching disabled
4 participants