Files
mongo/buildscripts/resmokeconfig/suites/query_cbr_sampling_aggregation_passthrough.yml
auto-revert-app[bot] 55df290836 Revert "SERVER-100621 Create property-based test to assert basic behavior of agg stages (#32357)" (#32697)
Co-authored-by: auto-revert-processor <devprod-si-team@mongodb.com>
GitOrigin-RevId: 9a13722d740be50f916cf531f68e16744d2146f4
2025-04-09 21:57:49 +00:00

29 lines
840 B
YAML

# This is equivalent to the aggregation suite, but runs with CBR with sampling CE enabled.
test_kind: js_test
selector:
roots:
- jstests/aggregation/**/*.js
exclude_files:
- jstests/aggregation/extras/*.js
- jstests/aggregation/data/*.js
# TODO SERVER-92589: Fails in all feature flags variant because SBE explain not supported
- jstests/aggregation/optimization/use_query_sort.js
exclude_with_any_tags:
# Profiler entries will have different shape in CBR
- requires_profiling
executor:
config:
shell_options:
eval: await import("jstests/libs/override_methods/detect_spawning_own_mongod.js");
fixture:
class: MongoDFixture
mongod_options:
set_parameters:
enableTestCommands: 1
planRankerMode: "samplingCE"
internalQuerySamplingBySequentialScan: true