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

openshift ex validate node-config fails #9840

Closed
bparees opened this issue Jul 14, 2016 · 2 comments
Closed

openshift ex validate node-config fails #9840

bparees opened this issue Jul 14, 2016 · 2 comments
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@bparees
Copy link
Contributor

bparees commented Jul 14, 2016

Running hack/test-cmd.sh:232: executing 'openshift ex validate node-config /tmp/openshift/test-cmd//openshift.local.config/node-172.18.13.130/node-config.yaml' expecting success and text 'SUCCESS'...
FAILURE after 0.612s: hack/test-cmd.sh:232: executing 'openshift ex validate node-config /tmp/openshift/test-cmd//openshift.local.config/node-172.18.13.130/node-config.yaml' expecting success and text 'SUCCESS': the output content test failed
Standard output from the command:
SUCCESS: Validation succeded for file: /tmp/openshift/test-cmd//openshift.local.config/node-172.18.13.130/node-config.yaml

Standard error from the command:
Command "node-config" is deprecated, This command is deprecated and will be removed. Use 'oadm diagnostics NodeConfigCheck --node-config=path/to/config.yaml' instead.
[ERROR] PID 16383: hack/lib/cmd.sh:230: `return "${return_code}"` exited with status 1.
[INFO]      Stack Trace: 
[INFO]        1: hack/lib/cmd.sh:230: `return "${return_code}"`
[INFO]        2: hack/test-cmd.sh:232: os::cmd::expect_success_and_text
[INFO]   Exiting with code 1.
[INFO] Stacked plot for log subset "iops" written to /tmp/openshift/test-cmd//logs/iops.pdf
[INFO] Stacked plot for log subset "paging" written to /tmp/openshift/test-cmd//logs/paging.pdf
[INFO] Stacked plot for log subset "cpu" written to /tmp/openshift/test-cmd//logs/cpu.pdf
[INFO] Stacked plot for log subset "queue" written to /tmp/openshift/test-cmd//logs/queue.pdf
[INFO] Stacked plot for log subset "memory" written to /tmp/openshift/test-cmd//logs/memory.pdf
[INFO] Dumping etcd contents to /tmp/openshift/test-cmd//artifacts/etcd_dump.json

seems like we're getting the string we expected but maybe a bad return code because of the deprecation warning? certainly doesn't seem like something that should be a flake though... @stevekuznetsov any ideas?

@bparees bparees added priority/P2 kind/test-flake Categorizes issue or PR as related to test flakes. labels Jul 14, 2016
@bparees
Copy link
Contributor Author

bparees commented Jul 14, 2016

actually the message implies the output content test failed which is even weirder since the output looks to contain SUCCESS.

@stevekuznetsov
Copy link
Contributor

I think this is a dupe of #9371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Projects
None yet
Development

No branches or pull requests

2 participants