Skip to content
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

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

Open
fabiobrz opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working CI This issue affects or is related to the automation good first issue Good for newcomers hacktoberfest

Comments

@fabiobrz
Copy link
Member

fabiobrz commented Sep 26, 2024

Following up on CI checks for #203 (comment).
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.

  • Environment: Intersmash testsuite module
  • Steps to reproduce: mvn clean install -DskipTests ; mvn test -pl testsuite/integration-tests -Dtest=WildflyImageProvisionerTestCase
@dosubot dosubot bot added bug Something isn't working CI This issue affects or is related to the automation labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI This issue affects or is related to the automation good first issue Good for newcomers hacktoberfest
Projects
Development

No branches or pull requests

1 participant