OperatorSubscriptionTestCase fails at deploying the WildFly Operator as it seems that the custom CatalogSource which is created by Intersmash needs more than 10 minutes (default timeout) to get ready sometimes.
The fix would be to add a higher timeout via xtf.waiting.timeout to the job which executing the maven build, but this must be verified because WildflyOpenShiftOperatorProvisionerTest should fail as well, instead it's passing.
- Environment:
testsuite/integration-tests module, CI
- Steps to reproduce:
mvn clean test -pl testsuite/integration-tests -Pts.openshift test -pl testsuite/integration-tests -Dtest=OperatorSubscriptionTestCase
OperatorSubscriptionTestCase fails at deploying the WildFly Operator as it seems that the custom
CatalogSourcewhich is created by Intersmash needs more than 10 minutes (default timeout) to get ready sometimes.The fix would be to add a higher timeout via
xtf.waiting.timeoutto the job which executing the maven build, but this must be verified because WildflyOpenShiftOperatorProvisionerTest should fail as well, instead it's passing.testsuite/integration-testsmodule, CImvn clean test -pl testsuite/integration-tests -Pts.openshift test -pl testsuite/integration-tests -Dtest=OperatorSubscriptionTestCase