summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-04-08 01:32:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-08 02:01:06 +0000
commitf95245f1cb5bb16d58ed9b6aeca57034971620a5 (patch)
tree5ed4966898411f52fdf8d2b3dc136dc992906cae /src
parent20268a6f18954f7eb817b2a13b7c0720a596563c (diff)
downloadmongo-f95245f1cb5bb16d58ed9b6aeca57034971620a5.tar.gz
Import wiredtiger: 2a20e7cd4b75aaccc40eb7d0009548b92dc1aa81 from branch mongodb-master
ref: bae3dc34a7..2a20e7cd4b for: 6.0.0-rc0 WT-8860 Save the mongod logs as a test artifact in many-collection-test
Diffstat (limited to 'src')
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index b13e036700f..b1ec828e57c 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-master",
- "commit": "bae3dc34a7ecab80cba1707a32c0c65d6b94943b"
+ "commit": "2a20e7cd4b75aaccc40eb7d0009548b92dc1aa81"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 66c7a27cc4e..f24a5e7c27c 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -2790,7 +2790,7 @@ tasks:
virtualenv -p python3 venv
source venv/bin/activate
pip3 install "pymongo[srv]==3.12.2"
- res_dir=`find ./ -type d -name "many-collection-[0-9]*" -print`
+ res_dir=`find ./ -type d -name "many-collection-artifacts" -print`
./upload-results-atlas.py ${atlas_wt_perf_test_user} ${atlas_wt_perf_pass} wt-perf-tests many-collection-test ${branch_name} $res_dir/results/results.json
- name: cyclomatic-complexity
@@ -4014,8 +4014,8 @@ buildvariants:
WT_TOPDIR=$(git rev-parse --show-toplevel)
WT_BUILDDIR=$WT_TOPDIR/cmake_build
LD_LIBRARY_PATH=$WT_BUILDDIR:$WT_TOPDIR/TCMALLOC_LIB/lib
- upload_source_dir: mongo-tests/largescale/many-collection/dbpath/diagnostic.data
- upload_filename: diagnostic.data.tgz
+ upload_source_dir: mongo-tests/largescale/many-collection-artifacts
+ upload_filename: many-collection.tgz
tasks:
- name: many-collection-test
distros: ubuntu2004-wt-large