Files
mongo/buildscripts/smoke_tests/server_programmability.yml
Ryan Berryhill 1b7fd90a9c SERVER-94947 Add Server Programmability smoke test suite (#29379)
GitOrigin-RevId: 89d6c9dd29b0e83e2d920db9c6743ce01ddae4f4
2024-11-22 12:35:50 +00:00

27 lines
1.1 KiB
YAML

# This suite defines the jstest portion of the server programmability smoke tests.
# Running the full set, including both C++ unit tests and jstests can be accomplished by running
# the following commands:
# ninja [ninja-args] prove-server-programmability
# python buildscripts/run_smoke_tests.py server_programmability
suites:
core:
- jstests/core/failcommand_failpoint.js
failpoints:
- jstests/fail_point/*.js
no_passthrough:
- jstests/noPassthrough/reproducible_initializer_order.js
- jstests/noPassthrough/version.js
- jstests/noPassthrough/exit_logging.js
- jstests/noPassthrough/tassert_failpoint.js
- jstests/noPassthrough/pin_code_segments_on_startup.js
- jstests/noPassthrough/utf8_paths.js
- jstests/noPassthrough/bson/*.js
- jstests/noPassthrough/interruption/*.js
- jstests/noPassthrough/server_parameters/*.js
- jstests/noPassthrough/startup_shutdown/*.js
- jstests/noPassthrough/architecture/failcommand_failpoint_maxtimems.js
- jstests/noPassthrough/architecture/failcommand_failpoint_not_parallel.js