summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-12-28 02:23:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-28 02:53:39 +0000
commita6e1647309a4b9f9939b82da85d114922cf6cd7a (patch)
treec647ac2e3cd4bcec0fd7832ab5eb91dc16d53176 /buildscripts
parent9a59a1f675d7346ba103510d5d48f5505c8947cf (diff)
downloadmongo-a6e1647309a4b9f9939b82da85d114922cf6cd7a.tar.gz
SERVER-71408 Create telemetry passthrough suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/telemetry_passthrough.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/telemetry_passthrough.yml b/buildscripts/resmokeconfig/suites/telemetry_passthrough.yml
new file mode 100644
index 00000000000..797a80522a0
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/telemetry_passthrough.yml
@@ -0,0 +1,32 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - jstests/aggregation/**/*.js
+ - jstests/core/**/*.js
+ - jstests/telemetry/**/*.js
+ exclude_files:
+ # Excluding tests involving transactions due to "Transaction numbers are only allowed on a
+ # replica set member or mongos" error
+ - jstests/core/txns/**/*.js
+ exclude_with_any_tags:
+ # Excluding tests involving transactions due to "Transaction numbers are only allowed on a
+ # replica set member or mongos" error
+ - uses_transactions
+ # Temporarily exclude tests that are failing
+ - exclude_from_telemetry_passthrough
+
+executor:
+ archive:
+ hooks:
+ - ValidateCollections
+ hooks:
+ - class: ValidateCollections
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ set_parameters:
+ enableTestCommands: 1
+ internalQueryConfigureTelemetrySamplingRate: 2147483647