-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Dev mode: fix HotDeploymentWatchedFileBuildItem predicate #36520
Conversation
mkouba
commented
Oct 17, 2023
- also mention the glob pattern in HotDeploymentWatchedFileBuildItem javadoc and optimize glob pattern processing
- fixes HotDeploymentWatchedFileBuildItem predicate not working when auto-build is enabled (vscode) #36472
I will have a look early next week thanks @mkouba, don't hesitate to remind me if I don't.. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
@cescoffier the VT tests are really getting in the way. Not sure why they are so unstable but it's concerning. Could you have a look or ask someone to have a look? |
I can try to take a look. Hopefully, it's not caused by the #36466 🤦. |
This comment has been minimized.
This comment has been minimized.
@gsmet It seems that the tests fail because: "You weren't able to create an executor that spawns virtual threads, the default blocking executor will be used, please check that your JDK is compatible with virtual threads". @cescoffier Do we specify |
@cescoffier this is in progress on my side but somehow we have a disk space issue when the runner is using Java 21. I'm slowly diagnosing it but it takes time, given each round takes ~4-6 hours... |
This comment has been minimized.
This comment has been minimized.
This pull request is ready to merge but let's wait for Andy's approval... |
Ah ah, I removed the I will try to get the Java 21 thing in ASAP. |
Ping @ia3andy ;-) |
Thanks @mkouba :), It's on my today's daily tasks. I had a few urgent things to do as I am just back from a conf trip. I am having a look now ! |
Ok it's still not working, I am debugging... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment has been minimized.
This comment has been minimized.
Hey @mkouba, I've tested it in the situation that caused the issue and it now works as expected 🎉 This part of the code seems to have grown a bit too tentaculous, my concern is more on the fact you are not confident with your commit (which is a good improvement already), maybe we should create an issue and expand on those concerns? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mkouba
Yes, we should definitely create a tracking issue to refactor this area. |
The test failures seem to be related. Investigating... |
74365b7
to
cfb4f27
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It seems that some of the failures are related. Investigating again... |
f7b9a80
to
93480e9
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- also mention the glob pattern in HotDeploymentWatchedFileBuildItem javadoc and optimize glob pattern processing - fixes quarkusio#36472
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building fc1b83f
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/hibernate-orm-compatibility-5.6/mariadb integration-tests/hibernate-orm-compatibility-5.6/postgresql
📦 integration-tests/hibernate-orm-compatibility-5.6/mariadb✖
📦 integration-tests/hibernate-orm-compatibility-5.6/postgresql✖
⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/hibernate-orm-compatibility-5.6/mariadb integration-tests/hibernate-orm-compatibility-5.6/postgresql
📦 integration-tests/hibernate-orm-compatibility-5.6/mariadb✖
📦 integration-tests/hibernate-orm-compatibility-5.6/postgresql✖
⚙️ JVM Tests - JDK 21 #- Failing: integration-tests/hibernate-orm-compatibility-5.6/mariadb integration-tests/hibernate-orm-compatibility-5.6/postgresql
📦 integration-tests/hibernate-orm-compatibility-5.6/mariadb✖
📦 integration-tests/hibernate-orm-compatibility-5.6/postgresql✖
|
testing... |
@mkouba it works... thanks!! |
Test failures are unrelated - merging... |