Intersmash / intersmash

Intersmash - Cloud-native testing with Java!
Apache License 2.0
5 stars 13 forks source link

WildflyImageProvisionerTestCase fails because new s2i images don't take ARTIFACT_DIR into account anymore #205

Closed fabiobrz closed 1 day ago

fabiobrz commented 2 months ago

Following up on CI checks for https://github.com/Intersmash/intersmash/pull/203#issuecomment-2376493835. The WildflyImageProvisionerTestCase test is failing fails because the new s2i images don't take ARTIFACT_DIR into account anymore. Such environment variable has been deprecated, and the latest WildFly s2i images are now using the `` environment variable as a consequence.

See also https://issues.redhat.com/browse/WFWIP-667

The solution is to replace the environment variable in the application descriptor used by the failing test.