We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
RHEL 9/CentOS 9:
$ mvn clean verify -Ptestsuite-builder-image -Dtest=RuntimesSmokeTest#quarkusEncodingIssues -Dquarkus.version=3.15.1 -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17 -Dquarkus.native.container-runtime=podman -Drootless.container-runtime=true -Dpodman.with.sudo=true | tee log.log
-Dpodman.with.sudo=false same, -Drootless.container-runtime=true same.
-Dpodman.with.sudo=false
-Drootless.container-runtime=true
It correctly builds and starts Quarkus app and then it hangs in WebPageTester on
try (Scanner scanner = new Scanner(c.getInputStream(), StandardCharsets.UTF_8)) {
in readBytes of FileInputStream. It is likely something stupid, but I don't see it right now.
readBytes
The text was updated successfully, but these errors were encountered:
I still don't have a fix, because when I run it in a debugger, it works :-) :-) :-)
i.e. the c.getInputStream() indeed contains the expected bytes the Scanner reads and all is fine. If I don't use debugger, it hangs.
c.getInputStream()
Sorry, something went wrong.
Karm
Successfully merging a pull request may close this issue.
Steps to reproduce:
RHEL 9/CentOS 9:
-Dpodman.with.sudo=false
same,-Drootless.container-runtime=true
same.It correctly builds and starts Quarkus app and then it hangs in WebPageTester on
in
readBytes
of FileInputStream. It is likely something stupid, but I don't see it right now.The text was updated successfully, but these errors were encountered: