Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dcolumn_family_test.cc188 Status TryOpen(std::vector<std::string> cf, in TryOpen() function in ROCKSDB_NAMESPACE::ColumnFamilyTestBase
223 ASSERT_OK(TryOpen(cf, options));
772 ASSERT_TRUE(TryOpen({"default"}).IsInvalidArgument()); in TEST_P()
1114 ASSERT_OK(TryOpen({"default"})); in TEST_P()
1116 ASSERT_TRUE(TryOpen({"default", "dne"}).IsInvalidArgument()); in TEST_P()
2241 Status s = TryOpen({"one", "two"}); in TEST_P()
2244 s = TryOpen({"default", "one", "two"}); in TEST_P()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_test.cc73 Status TryOpen(BlobDBOptions bdb_options = BlobDBOptions(), in TryOpen() function in ROCKSDB_NAMESPACE::blob_db::BlobDBTest
81 ASSERT_OK(TryOpen(bdb_options, options)); in Open()
1133 ASSERT_TRUE(TryOpen(BlobDBOptions(), options).IsNotSupported()); in TEST_F()