Skip to content

Commit

Permalink
Merge pull request ceph#60330 from JonBailey1993/JonBailey1993/ceph_t…
Browse files Browse the repository at this point in the history
…est_rados_io_sequence_inject_error

common/io_exerciser: Add support to ceph_test_rados_io_sequence injecting errors for testing how erasure coding deals with error scenarios

Reviewed-by: Ronen Friedman <[email protected]>
  • Loading branch information
JonBailey1993 authored Jan 9, 2025
2 parents 46a6f8e + 8fb7829 commit 3383af5
Show file tree
Hide file tree
Showing 34 changed files with 4,211 additions and 2,388 deletions.
1 change: 1 addition & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if(WIN32)
endif()

add_subdirectory(io_exerciser)
add_subdirectory(json)
add_subdirectory(options)

set(common_srcs
Expand Down
4 changes: 3 additions & 1 deletion src/common/io_exerciser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ add_library(object_io_exerciser STATIC
Model.cc
ObjectModel.cc
RadosIo.cc
EcIoSequence.cc
)

target_link_libraries(object_io_exerciser
librados
librados
global
json_structures
)
Loading

0 comments on commit 3383af5

Please sign in to comment.