Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3-fifo cache eviction algorithm #14759

Merged
merged 11 commits into from
Nov 8, 2023
1 change: 1 addition & 0 deletions src/v/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ endforeach()

# libraries
add_subdirectory(test_utils)
add_subdirectory(io)
add_subdirectory(ssx)
add_subdirectory(finjector)
add_subdirectory(hashing)
Expand Down
1 change: 1 addition & 0 deletions src/v/io/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(tests)