Revision 3fc2eaf5612de7077446a55a00ba80744ccd0ce6 authored by Akanksha Mahajan on 07 April 2022, 17:31:50 UTC, committed by Facebook GitHub Bot on 07 April 2022, 17:31:50 UTC
Summary:
Since all plaftorms don't support io_uring. So updated the unit
test to take that into consideration when testing async reads in unit tests.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9819

Test Plan:
valgrind --error-exitcode=2 --leak-check=full ./prefetch_test
--gtest_filter=PrefetchTest2.ReadAsyncWithPosixFS
CircleCI jobs

Reviewed By: pdillinger

Differential Revision: D35469959

Pulled By: akankshamahajan15

fbshipit-source-id: b170459ec816487fc0a13b1d55dbbe4f754b2eba
1 parent 7ea26ab
History
File Mode Size
proto
.gitignore -rw-r--r-- 60 bytes
Makefile -rw-r--r-- 2.8 KB
README.md -rw-r--r-- 7.6 KB
db_fuzzer.cc -rw-r--r-- 5.7 KB
db_map_fuzzer.cc -rw-r--r-- 3.5 KB
sst_file_writer_fuzzer.cc -rw-r--r-- 7.1 KB
util.h -rw-r--r-- 1.0 KB

README.md

back to top