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

Skip non-existing directory when watching for changes #36799

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

cescoffier
Copy link
Member

Fix #32092.
The issue was not specific to Gradle.
It was problematic with Gradle, as it was configuring the watcher on not existing directories.

This comment has been minimized.

@cescoffier
Copy link
Member Author

I'm a bit worried by the failures. Most probably unrelated, but let me rebase first.

Fix quarkusio#32092.
The issue was not specific to Gradle.
It was problematic with Gradle, as it was configuring the watcher on not existing directories.
Copy link

quarkus-bot bot commented Nov 2, 2023

Failing Jobs - Building efd5a54

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 21

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 Windows #

- Failing: integration-tests/vertx-http 

📦 integration-tests/vertx-http

io.quarkus.it.vertx.UploadUnlimitedTestCase.uploadSizeLimitedByConfig line 55 - More details - Source on GitHub

java.net.SocketException: An established connection was aborted by the software in your host machine
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:330)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)

@cescoffier cescoffier merged commit d4c91a3 into quarkusio:main Nov 3, 2023
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Nov 3, 2023
@cescoffier cescoffier deleted the fix-32092 branch November 5, 2023 06:42
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.

Quarkus watches wrong protobuf directory
3 participants