diff options
| author | Maria Prinus <maria.prinus@mongodb.com> | 2023-09-08 17:23:11 +0000 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-09-08 18:02:57 +0000 |
| commit | b8250ec3ea62dd9f1b0ea49525a7a33389534e27 (patch) | |
| tree | 5cd00af363f467e05df80dc304c55ecf7fdf0e35 | |
| parent | 3b4677e14e2198751facb8cd762cdb40f6d55aaf (diff) | |
SERVER-80740 Delete streams and benchmarks_streams tests from 7.0r7.0.2-rc1
| -rw-r--r-- | buildscripts/resmokeconfig/suites/benchmarks.yml | 2 | ||||
| -rw-r--r-- | buildscripts/resmokeconfig/suites/benchmarks_streams.yml | 14 | ||||
| -rw-r--r-- | etc/evergreen.yml | 4 | ||||
| -rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 19 | ||||
| -rw-r--r-- | etc/evergreen_yml_components/variants/misc_release.yml | 1 |
5 files changed, 0 insertions, 40 deletions
diff --git a/buildscripts/resmokeconfig/suites/benchmarks.yml b/buildscripts/resmokeconfig/suites/benchmarks.yml index 9483673289a..4c4c4a32c84 100644 --- a/buildscripts/resmokeconfig/suites/benchmarks.yml +++ b/buildscripts/resmokeconfig/suites/benchmarks.yml @@ -26,8 +26,6 @@ selector: - build/install/bin/sbe_expression_bm* # These benchmarks are being run as part of the benchmarks_abt.yml test suite. - build/install/bin/abt_translation_bm* - # These benchmarks are being run as part of the benchmarks_streams.yml test suite. - - build/install/bin/streams_operator_dag_bm* # These benchmarks are only run when modifying or upgrading the immutable library. - build/install/bin/absl_comparison_bm* # These benchmarks are being run as part of the benchmarks_replication.yml test suite. diff --git a/buildscripts/resmokeconfig/suites/benchmarks_streams.yml b/buildscripts/resmokeconfig/suites/benchmarks_streams.yml deleted file mode 100644 index 9cfe0537ca4..00000000000 --- a/buildscripts/resmokeconfig/suites/benchmarks_streams.yml +++ /dev/null @@ -1,14 +0,0 @@ -# This benchmark measures the performance of basic stream execution. -test_kind: benchmark_test - -selector: - root: build/benchmarks.txt - include_files: - # The trailing asterisk is for handling the .exe extension on Windows. - - build/**/system_resource_canary_bm* - - build/install/bin/streams_operator_dag_bm* - -executor: - config: {} - hooks: - - class: CombineBenchmarkResults diff --git a/etc/evergreen.yml b/etc/evergreen.yml index d4ca7323623..5c997dd090c 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1188,7 +1188,6 @@ buildvariants: - name: server_selection_json_test_TG distros: - rhel80-xlarge - - name: streams - name: vector_search - name: vector_search_auth - name: vector_search_ssl @@ -1323,7 +1322,6 @@ buildvariants: - name: secondary_reads_passthrough_gen - name: .shard_split - name: .shard_merge - - name: streams - name: telemetry_passthrough - name: vector_search - name: vector_search_auth @@ -2221,7 +2219,6 @@ buildvariants: - name: sasl - name: secondary_reads_passthrough_gen - name: session_jscore_passthrough - - name: streams - name: .sharding .jscore !.wo_snapshot - name: .sharding .common !.csrs - name: .serverless @@ -2458,7 +2455,6 @@ buildvariants: - name: .serverless distros: - rhel80-xlarge - - name: streams - name: generate_buildid_to_debug_symbols_mapping - name: &enterprise-rhel80-no-latch-64-bit enterprise-rhel80-no-latch-64-bit diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index f53ce4d7164..ff098e900b8 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -3610,18 +3610,6 @@ tasks: resmoke_jobs_max: 1 - func: "send benchmark results" -- <<: *benchmark_template - name: benchmarks_streams - tags: ["benchmarks"] - commands: - - func: "do benchmark setup" - - func: "run tests" - vars: - suites: benchmarks_streams - exec_timeout_secs: 18000 # 5 hour timeout. - resmoke_jobs_max: 1 - - func: "send benchmark results" - - <<: *run_jepsen_template name: jepsen_register_findAndModify tags: ["jepsen"] @@ -8046,13 +8034,6 @@ tasks: - func: "do setup" - func: "run tests" -- <<: *task_template - name: streams - tags: [] - commands: - - func: "do setup" - - func: "run tests" - - name: shared_scons_cache_pruning tags: [] exec_timeout_secs: 7200 # 2 hour timeout for the task overall diff --git a/etc/evergreen_yml_components/variants/misc_release.yml b/etc/evergreen_yml_components/variants/misc_release.yml index 720bbee5f17..98c27e7dbfb 100644 --- a/etc/evergreen_yml_components/variants/misc_release.yml +++ b/etc/evergreen_yml_components/variants/misc_release.yml @@ -483,7 +483,6 @@ buildvariants: - name: .sharding .common - name: sharding_max_mirroring_opportunistic_secondary_targeting_ese_gcm_gen - name: sharded_multi_stmt_txn_jscore_passthrough - - name: streams - name: .updatefuzzer - name: vector_search - name: vector_search_auth |
