From: Josh Durgin Date: Thu, 13 Mar 2014 16:50:16 +0000 (-0700) Subject: test-upgrade-firefly: skip watch-notify system test X-Git-Tag: v0.67.8~39 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2daed5ff99dab238b696da5aba3816c4f5d763e8;p=ceph.git test-upgrade-firefly: skip watch-notify system test This also fails on mixed version clusters due to watch on a non-existent object returning ENOENT in firefly and 0 in dumpling. Reviewed-by: Sage Weil Signed-off-by: Josh Durgin --- diff --git a/qa/workunits/rados/test-upgrade-firefly.sh b/qa/workunits/rados/test-upgrade-firefly.sh index d7a90546e0410..40f317968c86f 100755 --- a/qa/workunits/rados/test-upgrade-firefly.sh +++ b/qa/workunits/rados/test-upgrade-firefly.sh @@ -19,6 +19,9 @@ ceph_test_rados_api_cmd ceph_test_rados_list_parallel ceph_test_rados_open_pools_parallel ceph_test_rados_delete_pools_parallel -ceph_test_rados_watch_notify + +# skip this watch/notify test due to the change in firefly to return ENOENT for +# a watch on a non-existent object +# ceph_test_rados_watch_notify exit 0