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

jewel: tests: improve rbd-mirror test case coverage #9631

Merged
3 commits merged into from Jun 30, 2016
Merged

Conversation

dillaman
Copy link

@dillaman dillaman added this to the jewel milestone Jun 10, 2016
exit $?
if [ -n "${CEPH_REF}" ]; then
wget -O rbd_mirror_helpers.sh "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=qa/workunits/rbd/rbd_mirror_helpers.sh"
. rbd_mirror_helpers.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dillaman Sorry, overlooked this before merging to master, but unfortunately this does not work on theuthology:

qa-proxy.ceph.com/teuthology/trociny-2016-06-11_08:56:35-rbd-wip-mgolub-testing---basic-vps/252017/teuthology.log

2016-06-11T09:18:53.634 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:--2016-06-11 16:18:53--  https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=769695ee2afa360fecce4a7192fcb7f2f2eb0b25;f=qa/workunits/rbd/rbd_mirror_helpers.sh
2016-06-11T09:18:53.640 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:Resolving git.ceph.com (git.ceph.com)... 8.43.84.132
2016-06-11T09:18:53.641 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:Connecting to git.ceph.com (git.ceph.com)|8.43.84.132|:443... connected.
2016-06-11T09:18:53.826 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:HTTP request sent, awaiting response... 200 OK
2016-06-11T09:18:53.826 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:Length: unspecified [text/x-sh]
2016-06-11T09:18:53.826 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:Saving to: Б
2016-06-11T09:18:53.826 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:
2016-06-11T09:18:53.832 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:     0K .......... ......                                      13.5M=0.001s
2016-06-11T09:18:53.833 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:
2016-06-11T09:18:53.833 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:2016-06-11 16:18:53 (13.5 MB/s) - Б saved [16493]
2016-06-11T09:18:53.833 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:
2016-06-11T09:18:53.833 INFO:tasks.workunit.cluster1.client.mirror.vpm121.stderr:/home/ubuntu/cephtest/workunit.cluster1.client.mirror/rbd/rbd_mirror.sh: 12: .: rbd_mirror_helpers.sh: not found

I can't understand why though -- the script is successfully downloaded, and I failed to reproduce locally.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dillaman It looks I found the issue. . looks for the script in $PATH (I failed to reproduce it initially because had current dir in path). I think replacing this to

. ./rbd_mirror_helpers.sh

should fix

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trociny Thanks for that -- I saw that it caused failures in my jewel testing branch. I am rebuilding w/o the improved tests for now so that I can re-run the failures.

Jason Dillaman and others added 3 commits June 14, 2016 07:45
rbd-mirror stress test cases need a way to disable lockdep when
initiated in a vstart environment.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit d5eec7b)
Fixes: http://tracker.ceph.com/issues/16197
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit db3e583)
otherwise it looks in $PATH for the script

Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 698242e)
ghost pushed a commit that referenced this pull request Jun 16, 2016
@ghost ghost self-assigned this Jun 29, 2016
@ghost
Copy link

ghost commented Jun 30, 2016

It passed the rbd suite http://tracker.ceph.com/issues/16344#note-5 (except for a valgrind issue which I believe is unrelated)

@ghost ghost merged commit bb02d3e into ceph:jewel Jun 30, 2016
@ghost ghost changed the title jewel: test: improve rbd-mirror test case coverage jewel: tests: improve rbd-mirror test case coverage Aug 25, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants