Files
mongo/buildscripts/resmokeconfig/suites/queryable_wt.yml
Gregory Wlodarek 97ed8da2ce SERVER-94145 Add queryable backup/restore testing (#27551)
GitOrigin-RevId: 0dfa75db7dca55d0bb9e43c327a6e12aee66ac96
2024-09-30 11:28:12 +00:00

24 lines
575 B
YAML

test_kind: js_test
description: |
"Suite that runs a queryable HTTP server in the background allowing WiredTiger snapshots to be
restored using queryable WT."
selector:
roots:
- src/mongo/db/modules/*/jstests/queryable_wt/*.js
# Tests start their own mongod's.
executor:
hooks:
- class: QueryableServerHook
queryable_dbpath: "/data/db/queryable_wt"
config:
shell_options:
global_vars:
TestData:
queryable_dbpath: "/data/db/queryable_wt"
nodb: ""
process_kwargs:
env_vars:
SECRET_KEY: "fake"