-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
while creating a new scenario, a issue happens when submiting requests to the running quarkus app, the example used was * rules-quarkus-helloworld*
and the behave test added:
Scenario: Verify if the s2i build is finished as expected with non native build Given s2i build https://github.com/kiegroup/kogito-examples.git from rules-quarkus-helloworld using 0.9.x | variable | value | | NATIVE | false | Then check that page is served | property | value | | port | 8080 | | path | /hello | | request_method | POST | | content_type | application/json | | request_body | {"strings":["hello"]} | | wait | 80 | | expected_phrase | ["hello","world"] | And file /home/kogito/bin/rules-quarkus-helloworld-runner.jar should exist And file /home/kogito/ssl-libs/libsunec.so should exist And file /home/kogito/cacerts should exist
On the request scenario step, it returned a http 500 and the logs shows:
Caused by: java.nio.file.AccessDeniedException: ./proc/tty/driver
To fix it just need to set the working dir on the builder image.