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

Test failures while running test-operator-hub test suite on ppc64le #3512

Closed
sarveshtamba opened this issue Jul 8, 2020 · 7 comments
Closed
Labels
area/System-PZ Issues related to IBM System Z and System P area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering

Comments

@sarveshtamba
Copy link
Contributor

I have made changes to the scripts/openshiftci-presubmit-all-tests.sh and scripts/configure-installer-tests-cluster.sh for Power on the lines of the Z changes.
Also done the setup required like creating the secret to pull redhat registry images. Currently I am trying to run the scripts/openshiftci-presubmit-all-tests.s and seeing the below issues for test-operator-hub test suite:

Summarizing 7 Failures:

[Fail] odo service command tests for OperatorHub When using from-file option [JustBeforeEach] should fail to create service if metadata doesn't exist or is invalid
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub JSON output [JustBeforeEach] listing catalog of services
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub When operator backed services are created [JustBeforeEach] should list the services if they exist
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub When creating an operator backed service [JustBeforeEach] should be able to create EtcdCluster from its alm example
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub When experimental mode is enabled [JustBeforeEach] should list operators installed in the namespace
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub When using from-file option [JustBeforeEach] should be able to create a service
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

[Fail] odo service command tests for OperatorHub When using dry-run option to create operator backed service [JustBeforeEach] should only output the definition of the CR that will be used to start service
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_generic.go:41

Ran 7 of 7 Specs in 453.812 seconds
FAIL! -- 0 Passed | 7 Failed | 0 Pending | 0 Skipped
--- FAIL: TestOperatorhub (453.81s)
FAIL

Ginkgo ran 1 suite in 7m38.47119071s
Test Suite Failed
make: *** [Makefile:353: test-operator-hub] Error 1

Attaching detailed test run and some post failure investigation steps -
odo_test-operator-hub_failures_ppc64le.txt

@sarveshtamba
Copy link
Contributor Author

/area system-pz

@openshift-ci-robot openshift-ci-robot added the area/System-PZ Issues related to IBM System Z and System P label Jul 8, 2020
@sarveshtamba
Copy link
Contributor Author

cc:- @amitkrout ^^

@kadel
Copy link
Member

kadel commented Jul 8, 2020

/area test

@openshift-ci-robot
Copy link
Collaborator

@kadel: The label(s) area/test cannot be applied, because the repository doesn't have them

In response to this:

/area test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@kadel
Copy link
Member

kadel commented Jul 8, 2020

/kind test

@amitkrout
Copy link
Contributor

Running oc with args [oc get csv]
[oc] No resources found in yrofhaucfo namespace.

@sarveshtamba You need to setup operator in ./scripts/configure-installer-tests-cluster.sh otherwise it won't get the required resource.

For your reference you can check how it has been done - https://github.com/openshift/odo/blob/master/scripts/configure-installer-tests-cluster.sh#L56

@kadel kadel added area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering and removed kind/test labels Jul 10, 2020
@sarveshtamba
Copy link
Contributor Author

This is not supported on Z for lack of executable format and removed from Z as well ( 960a6d4 ). Closing this issue for now, will revisit if required later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/System-PZ Issues related to IBM System Z and System P area/testing Issues or PRs related to testing, Quality Assurance or Quality Engineering
Projects
None yet
Development

No branches or pull requests

4 participants