Lines Matching refs:get
123 test_tmpdir = os.environ.get(_TEST_DIR_ENV_VAR)
209 if dest_params.get("compression_type") != "zstd" or \
210 dest_params.get("compression_max_dict_bytes") == 0:
212 if dest_params.get("allow_concurrent_memtable_write", 1) == 1:
219 if dest_params.get("test_batches_snapshots") == 1 or \
220 dest_params.get("use_txn") == 1:
224 if dest_params.get("unordered_write", 0) == 1:
227 if dest_params.get("disable_wal", 0) == 1:
230 if dest_params.get("open_files", 1) != -1:
235 if dest_params.get("compaction_style", 0) == 2:
245 if dest_params.get("atomic_flush", 0) == 1:
378 if cmd_params.get('disable_wal', 0) == 1:
498 test_tmpdir = os.environ.get(_TEST_DIR_ENV_VAR)