Lines Matching refs:dbPath
394 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME)
400 sstFilePath = my_check_output("ls %s" % os.path.join(dbPath, "*.sst"),
418 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME)
422 self.assertTrue(self.dumpLiveFiles("--db=%s" % dbPath, dumpFilePath))
426 self.assertTrue(self.dumpLiveFiles("--db=%s" % dbPath, dumpFilePath))
442 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME)
453 manifest_files = self.getManifests(dbPath)
456 self.assertRunOKFull(cmd % dbPath, expected_pattern,
459 manifest_files = self.getManifests(dbPath)
462 self.assertRunFAILFull(cmd % dbPath)
465 % (dbPath, manifest_files[1]),
479 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME)
488 sst_files = self.getSSTFiles(dbPath)
499 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME)
508 wal_files = self.getWALFiles(dbPath)
527 dbPath = os.path.join(self.TMP_DIR, self.DB_NAME) # noqa: F841 T25377293 Grandfathered in
564 dbPath = os.path.join(self.TMP_DIR, "db1")
567 % dbPath,
569 self.assertRunOK("scan --db=%s" % dbPath,
576 % dbPath,
583 % dbPath,
588 % dbPath,
590 self.assertRunOKFull("scan --db=%s" % dbPath,