Lines Matching refs:flush_opts
231 FlushOptions flush_opts; in TEST_F() local
232 ASSERT_OK(dbfull()->Flush(flush_opts)); in TEST_F()
296 FlushOptions flush_opts; in TEST_F() local
297 flush_opts.wait = false; in TEST_F()
298 ASSERT_OK(db_->Flush(flush_opts)); in TEST_F()
348 FlushOptions flush_opts; in TEST_F() local
349 flush_opts.allow_write_stall = true; in TEST_F()
350 ASSERT_NOK(dbfull()->TEST_FlushMemTable(cfd, flush_opts)); in TEST_F()
435 FlushOptions flush_opts; in TEST_F() local
436 flush_opts.wait = false; in TEST_F()
437 ASSERT_OK(db_->Flush(flush_opts)); in TEST_F()
545 FlushOptions flush_opts; in TEST_P() local
546 flush_opts.wait = false; in TEST_P()
547 ASSERT_OK(dbfull()->Flush(flush_opts, handles_)); in TEST_P()
625 FlushOptions flush_opts; in TEST_P() local
626 flush_opts.wait = true; in TEST_P()
627 ASSERT_OK(dbfull()->Flush(flush_opts, handles_)); in TEST_P()
685 FlushOptions flush_opts; in TEST_P() local
686 flush_opts.wait = false; in TEST_P()
687 ASSERT_OK(dbfull()->Flush(flush_opts, handles_)); in TEST_P()
691 ASSERT_OK(dbfull()->Flush(flush_opts)); in TEST_P()
735 FlushOptions flush_opts; in TEST_P() local
736 flush_opts.allow_write_stall = true; in TEST_P()
738 flush_opts)); in TEST_P()
765 FlushOptions flush_opts; in TEST_P() local
766 Status s = db_->Flush(flush_opts, handles_); in TEST_P()