summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Rachev <vlad.rachev@mongodb.com>2022-06-02 09:38:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-06 17:23:39 +0000
commit4505f0e131a46bfceff83540de66bae05c243fe9 (patch)
treee6cebfef8438c8509c74e4f22f4b9b95c5b010a8
parent406b2ed9b40a14c9deb3e8a9342ec169f6fbba8c (diff)
downloadmongo-4505f0e131a46bfceff83540de66bae05c243fe9.tar.gz
SERVER-66955 Remove JSON.send usage in sys-perf and performance
(cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96) (cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f) (cherry picked from commit f9045851c07c52b1a3f486abffa7bfc7eb02cc6d) (cherry picked from commit bc73672d23a82da55da595a4eece4b55a4d594b5) (cherry picked from commit 12c092cbd57bef0b0ed6f6a1b4be36b878f35617)
-rw-r--r--etc/perf.yml6
-rw-r--r--etc/system_perf.yml10
2 files changed, 2 insertions, 14 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index b368cf9e139..eda719761f6 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -15,7 +15,7 @@ variables:
- variant: linux-wt-standalone
name: compile
_real_expansions: &_expansion_updates
- []
+ []
###
###
@@ -162,10 +162,6 @@ functions:
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
f_dsi_post_run:
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: shell.exec
params:
script: ./src/dsi/run-dsi post_run
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 2d347d99da2..7a6d8b24bc5 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -27,9 +27,7 @@ variables:
- name: schedule_global_auto_tasks
variant: task_generation
_real_expansions: &_expansion_updates
- # TODO: Disable in SERVER-57226.
- - key: enable_detect_changes
- value: "true"
+ []
###
###
@@ -188,12 +186,6 @@ functions:
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
f_dsi_post_run:
- # TODO: SERVER-57226 will let us move this json.send to after dsi's post_run.
- # This is preferred to keep DSI execution contiguous.
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: shell.exec
params:
script: ./src/dsi/run-dsi post_run