Files
mongo/buildscripts/smoke_tests/server_programmability.yml
Binh Vo 61b3edad3a SERVER-72901 Move remaining top-level core jstests to subdirectories (#30813)
GitOrigin-RevId: 0d2fb90192f7a0074b635f2707a482e8fe238cd2
2025-04-09 20:11:18 +00:00

28 lines
1.2 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:
# bazel test --test_tag_filters=server-programmability //...
# bazel build install-devcore && python buildscripts/run_smoke_tests.py --suites=server_programmability
suites:
core:
- jstests/core/testing/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
# The test below can fail depending on the host's configured ulimits, so it's not included.
# - 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