Home
last modified time | relevance | path

Searched refs:fault_env (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dcolumn_family_test.cc635 std::unique_ptr<FaultInjectionTestEnv> fault_env( in TEST_P() local
637 db_options_.env = fault_env.get(); in TEST_P()
662 fault_env->SetFilesystemActive(false); in TEST_P()
671 fault_env->ResetState(); in TEST_P()
693 db_options_.env = fault_env.get(); in TEST_P()
724 fault_env->SetFilesystemActive(false); in TEST_P()
733 fault_env->ResetState(); in TEST_P()
1084 db_options_.env = fault_env.get(); in TEST_P()
1093 fault_env->SetFilesystemActive(false); in TEST_P()
1102 fault_env->DropUnsyncedFileData(); in TEST_P()
[all …]
Ddb_wal_test.cc873 std::unique_ptr<FaultInjectionTestEnv> fault_env( in TEST_F() local
876 options.env = fault_env.get(); in TEST_F()
892 fault_env->SetFilesystemActive(false); in TEST_F()
894 fault_env->ResetState(); in TEST_F()