Skip to content

Commit

Permalink
test: Disable tests due to recovery race
Browse files Browse the repository at this point in the history
Disable:
osd-scrub-repair.sh
test-erasure-eio.sh
test-erasure-code.sh

These test are failing due to race conditions that is exposing
bug http://tracker.ceph.com/issues/13937.

Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed May 20, 2016
1 parent cba7fa2 commit 5bc5533
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion src/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ check_SCRIPTS += \
test/mon/mkfs.sh \
test/mon/mon-scrub.sh \
test/mon/test_pool_quota.sh \
test/osd/osd-scrub-repair.sh \
test/osd/osd-scrub-snaps.sh \
test/osd/osd-config.sh \
test/osd/osd-reuse-id.sh \
Expand Down
3 changes: 0 additions & 3 deletions src/test/erasure-code/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

add_ceph_test(test-erasure-code.sh ${CMAKE_CURRENT_SOURCE_DIR}/test-erasure-code.sh)
add_ceph_test(test-erasure-eio.sh ${CMAKE_CURRENT_SOURCE_DIR}/test-erasure-eio.sh)

add_executable(ceph_erasure_code_benchmark
${CMAKE_SOURCE_DIR}/src/erasure-code/ErasureCode.cc
ceph_erasure_code_benchmark.cc)
Expand Down
4 changes: 1 addition & 3 deletions src/test/erasure-code/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
if ENABLE_SERVER
if WITH_OSD

check_SCRIPTS += \
test/erasure-code/test-erasure-code.sh \
test/erasure-code/test-erasure-eio.sh
check_SCRIPTS =

noinst_HEADERS += \
test/erasure-code/ceph_erasure_code_benchmark.h
Expand Down
1 change: 0 additions & 1 deletion src/test/osd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ add_ceph_test(osd-config.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-config.sh)
add_ceph_test(osd-markdown.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-markdown.sh)
add_ceph_test(osd-reactivate.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-reactivate.sh)
add_ceph_test(osd-reuse-id.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-reuse-id.sh)
add_ceph_test(osd-scrub-repair.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-scrub-repair.sh)
add_ceph_test(osd-scrub-snaps.sh ${CMAKE_CURRENT_SOURCE_DIR}/osd-scrub-snaps.sh)

#osd-copy-from.sh needs to be run out of ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
Expand Down

0 comments on commit 5bc5533

Please sign in to comment.