Lines Matching refs:opts

80   Options opts;  in TEST_F()  local
81 opts.env = env.get(); in TEST_F()
82 opts.create_if_missing = true; in TEST_F()
86 ASSERT_OK(DB::Open(opts, dbname, &db)); in TEST_F()
107 LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
260 Options opts; in TEST_F() local
261 opts.env = env.get(); in TEST_F()
262 opts.create_if_missing = true; in TEST_F()
266 ASSERT_OK(DB::Open(opts, dbname, &db)); in TEST_F()
312 LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
315 FileChecksumTestHelper fct_helper(opts, db, dbname); in TEST_F()
328 FileChecksumTestHelper fct_helper_ac(opts, db, dbname); in TEST_F()
332 LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
344 Options opts; in TEST_F() local
345 opts.env = env.get(); in TEST_F()
346 opts.create_if_missing = true; in TEST_F()
349 opts.file_checksum_gen_factory.reset(file_checksum_gen_factory); in TEST_F()
353 ASSERT_OK(DB::Open(opts, dbname, &db)); in TEST_F()
399 LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
402 FileChecksumTestHelper fct_helper(opts, db, dbname); in TEST_F()
415 FileChecksumTestHelper fct_helper_ac(opts, db, dbname); in TEST_F()
419 LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
430 Options opts; in TEST_F() local
431 opts.env = TryLoadCustomOrDefaultEnv(); in TEST_F()
438 args, opts, LDBOptions(), nullptr); in TEST_F()
455 args, opts, LDBOptions(), nullptr); in TEST_F()
470 Options opts; in TEST_F() local
471 opts.env = env.get(); in TEST_F()
472 opts.create_if_missing = true; in TEST_F()
476 ASSERT_OK(DB::Open(opts, dbname, &db)); in TEST_F()
517 0, LDBCommandRunner::RunCommand(3, argv, opts, LDBOptions(), nullptr)); in TEST_F()
550 0, LDBCommandRunner::RunCommand(4, argv, opts, LDBOptions(), nullptr)); in TEST_F()