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-cmd-push test suite on ppc64le #3539

Closed
sarveshtamba opened this issue Jul 10, 2020 · 7 comments
Closed

Test failures while running test-cmd-push test suite on ppc64le #3539

sarveshtamba opened this issue Jul 10, 2020 · 7 comments
Labels
area/System-PZ Issues related to IBM System Z and System P

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-cmd-push test suite:

Summarizing 14 Failures:

[Fail] odo push command tests when .odoignore file exists [It] should create and push the contents of a named component excluding the contents in .odoignore file
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should build when a new file and a new folder is added in the directory
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should build when no changes are detected in the directory and force flag is enabled
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should not build when no changes are detected in the directory and build when a file change is detected
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should not build when changes are detected in a ignored file
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests Test push outside of the current working direcory [It] Push, modify a file and then push outside of the working directory
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when .gitignore file exists [It] should create and push the contents of a named component and include odo-file-index.json path to .gitignore file to exclude the contents
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when .gitignore file does not exist [It] should create and push the contents of a named component and also create .gitignore then include odo-file-index.json path to .gitignore file to exclude the contents
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should be able to create a file, push, delete, then push again propagating the deletions
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests Check for label propagation after pushing [It] Check for labels
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should delete the files from the container if its removed locally
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when running odo push with flag --show-log [It] should be able to spam odo push without anything breaking
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should build when a file and a folder is renamed in the directory
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should push only the modified files
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

Ran 15 of 177 Specs in 1364.927 seconds
FAIL! -- 1 Passed | 14 Failed | 0 Pending | 162 Skipped


Ginkgo ran 1 suite in 22m51.738805835s
Test Suite Failed
make: *** [Makefile:194: test-cmd-push] Error 1

Attaching detailed test run and some post failure investigation steps -
odo_test-cmd-push_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 10, 2020
@sarveshtamba
Copy link
Contributor Author

cc:- @amitkrout ^^

@amitkrout
Copy link
Contributor

Same error has been reported in #3454, #3530 and #3497

@sarveshtamba
Copy link
Contributor Author

Facing the following issues in test-cmd-push test suite:-

Summarizing 9 Failures:

[Fail] odo push command tests when .gitignore file does not exist [It] should create and push the contents of a named component and also create .gitignore then include odo-file-index.json path to .gitignore file to exclude the contents
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests Check for label propagation after pushing [It] Check for labels
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should build when a file and a folder is renamed in the directory
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should push only the modified files
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_http.go:50

[Fail] odo push command tests when .gitignore file exists [It] should create and push the contents of a named component and include odo-file-index.json path to .gitignore file to exclude the contents
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when .odoignore file exists [It] should create and push the contents of a named component excluding the contents and changes detected in .odoignore file
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should be able to create a file, push, delete, then push again propagating the deletions and build
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when push command is executed [It] should build when no changes are detected in the directory and force flag is enabled
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

[Fail] odo push command tests when running odo push with flag --show-log [It] should be able to execute odo push consecutively without breaking anything
/usr/local/go/src/github.com/openshift/odo/tests/helper/helper_run.go:34

Ran 19 of 184 Specs in 461.619 seconds
FAIL! -- 10 Passed | 9 Failed | 0 Pending | 165 Skipped


Ginkgo ran 1 suite in 7m45.996003914s
Test Suite Failed
make: *** [Makefile:207: test-cmd-push] Error 1

Attaching the detailed spec failure log -
odo_test-cmd-push_failures_ppc64le_1.txt

@prietyc123 another candidate for #3754

@sarveshtamba
Copy link
Contributor Author

/reopen

@openshift-ci-robot
Copy link
Collaborator

@sarveshtamba: Reopened this issue.

In response to this:

/reopen

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.

@sarveshtamba
Copy link
Contributor Author

Will track this common issue in #3454 .

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
Projects
None yet
Development

No branches or pull requests

4 participants