Skip to content

Commit

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

src/test/osd: create ceph_test_rados_io_sequence testing tool

Reviewed-by: Ronen Friedman <[email protected]>
  • Loading branch information
JonBailey1993 authored Oct 7, 2024
2 parents 86227c0 + 4371aab commit 54e0865
Show file tree
Hide file tree
Showing 17 changed files with 3,602 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if(WIN32)
add_library(dlfcn_win32 STATIC win32/dlfcn.cc win32/errno.cc)
endif()

add_subdirectory(io_exerciser)
add_subdirectory(options)

set(common_srcs
Expand Down
13 changes: 13 additions & 0 deletions src/common/io_exerciser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
add_library(object_io_exerciser STATIC
DataGenerator.cc
IoOp.cc
IoSequence.cc
Model.cc
ObjectModel.cc
RadosIo.cc
)

target_link_libraries(object_io_exerciser
librados
global
)
Loading

0 comments on commit 54e0865

Please sign in to comment.