]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test-upgrade-firefly: skip watch-notify system test
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 13 Mar 2014 16:50:16 +0000 (09:50 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 13 Mar 2014 16:50:34 +0000 (09:50 -0700)
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 <sage.weil@inktank.com>
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
qa/workunits/rados/test-upgrade-firefly.sh

index d7a90546e0410cc8543c3bcdbe5e0b0b8145e90c..40f317968c86fca38987c24d218d78ab707d911e 100755 (executable)
@@ -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