-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Ensure that the manifest of the generated jar is the first entry #5409
Conversation
no backport? |
We could add it for sure, but I don't think it's terribly critical. I'll let others decide if we want to backport it or not. |
There might a windows issue with this... I restarted the tests to see if it was just a flake |
I just ran the entire build and tests on my Linux machine and it worked. I'll restart the Windows stuff and in case it's a flake. Otherwise I might need some help from someone with a Windows machine. |
The windows failure looks related. |
ecc43fa
to
d9b2848
Compare
The Windows test does seem to fail consistently... Unfortunately there are no logs nor do I have access to a Windows machine. @jaikiran IIRC you did look into some related Windows things in the past? Mind taking a look at this one please? |
9037afc
to
cf3086d
Compare
Hello @geoand, sorry was away and am just catching up with the messages.
Certainly, I'll take a look at this one along with the other Windows issue that I was planning to look into. I expect to get access to a Windows system tomorrow, so should be able to see what's going on.
For now, I'll just pull in your commit locally during testing. |
Thanks a ton @jaikiran! |
Hello @geoand, I was able to look into this and figure out what's going on. It turns out an issue within the test case itself. Can you give me write permissions on this PR/branch(?) so that I can push a commit which will fix it and retrigger the CI? |
@jaikiran thanks a lot! You should have received an invitation to collaborate on my fork |
Thank you @geoand. So the reason why this PR was failing on Windows was due to the following exception (which wasn't accessible easily in the CI infrastructure)
This was because the newly added method As for the changes in this PR itself, they look good to me. |
@jaikiran thanks for getting to the bottom of this! Also feel free to add yourself as a co-author of the commit if you haven't done so already. |
@stuartwdouglas does this look good to you? |
@jaikiran seems to still be failing in Windows |
Let me just rerun this whole branch against a Windows OS locally. Will get the results in a few minutes. |
@jaikiran hm... I deleted my branch locally and then pulled your change. |
…putStream Fixes: quarkusio#5399 Co-authored-by: Jaikiran Pai <[email protected]>
Pushed the correct change. Thanks again @jaikiran |
All tests pass and this was verified also by @jaikiran (which I thank for his Windows fix), so I'll merge it |
Fixes: #5399