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

Closed
fabiobrz opened this issue Sep 26, 2024 · 0 comments · Fixed by #206
Assignees
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
@fabiobrz fabiobrz moved this to Todo in Intersmash library Sep 26, 2024
@dosubot dosubot bot added bug Something isn't working CI This issue affects or is related to the automation labels Sep 26, 2024
@fabiobrz fabiobrz self-assigned this Nov 22, 2024
@fabiobrz fabiobrz moved this from Todo to In Progress in Intersmash library Nov 22, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Intersmash library Nov 25, 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

Successfully merging a pull request may close this issue.

1 participant