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

tests: ceph-helpers.sh reduce get_timeout_delays() verbosity #13257

Merged
merged 1 commit into from Feb 4, 2017

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Feb 4, 2017

set +o prints out the full command line which is echoed if "xtrace" is
enabled. this increases the verbosity of get_timeout_delays().
in this change, we follow the way of kill_daemons() to kill the extra
output. see aefcf6d.

Signed-off-by: Kefu Chai kchai@redhat.com

`set +o` prints out the full command line which is echoed if "xtrace" is
enabled. this increases the verbosity of get_timeout_delays().
in this change, we follow the way of kill_daemons() to kill the extra
output. see aefcf6d.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov tchaikov requested a review from a user February 4, 2017 09:12
@tchaikov
Copy link
Contributor Author

tchaikov commented Feb 4, 2017

/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osd-scrub-repair.sh:2231: TEST_periodic_scrub_replicated:  grep -q 'Regular scrub request, losing deep-scrub details' td/osd-scrub-repair/osd.0.log
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osd-scrub-repair.sh:2231: TEST_periodic_scrub_replicated:  return 1

https://jenkins.ceph.com/job/ceph-pull-requests/17951/consoleFull#163357482340526d21-3511-427d-909c-dd086c0d1034

retest this please.

@tchaikov tchaikov merged commit 6cd8098 into ceph:master Feb 4, 2017
@tchaikov tchaikov assigned ghost Feb 4, 2017
@tchaikov tchaikov deleted the wip-less-verbose-ceph-helper branch February 4, 2017 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant