summaryrefslogtreecommitdiff
path: root/evergreen
diff options
context:
space:
mode:
authortrahman1318 <tausif.rahman@mongodb.com>2022-01-14 01:48:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-14 02:21:20 +0000
commita1c1d800daca43a4f85f85b2bf9422beae0d9c66 (patch)
treee5a9be3ea0108f3e9edfafbdbd3f9dc6b8bfa8c5 /evergreen
parent2b9cd37e1f6c43c79d8ff99f800daea5a3bfb01c (diff)
downloadmongo-a1c1d800daca43a4f85f85b2bf9422beae0d9c66.tar.gz
SERVER-62559: Core Dumps & Data Files not available in Antithesis
Diffstat (limited to 'evergreen')
-rw-r--r--evergreen/antithesis_image_build.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/evergreen/antithesis_image_build.sh b/evergreen/antithesis_image_build.sh
index 193af6bbc43..0a67987c97f 100644
--- a/evergreen/antithesis_image_build.sh
+++ b/evergreen/antithesis_image_build.sh
@@ -20,8 +20,11 @@ ldd src/dist-test/bin/mongo | grep libvoidstar
# prepare the image building environment
cp -rf src/buildscripts/antithesis/ antithesis
# due to gitignore, we can't commit a folder called logs, so make it here
-mkdir -p antithesis/topologies/replica_set/logs/{database1,database2,database3,workload}
-mkdir -p antithesis/topologies/sharded_cluster/logs/{database1,database2,database3,database4,database5,database6,configsvr1,configsvr2,configsvr3,mongos,workload}
+mkdir -p antithesis/topologies/replica_set/{logs,data}/database{1,2,3}
+mkdir -p antithesis/topologies/replica_set/{logs,data}/workload
+mkdir -p antithesis/topologies/sharded_cluster/{logs,data}/database{1,2,3,4,5,6}
+mkdir -p antithesis/topologies/sharded_cluster/{logs,data}/configsvr{1,2,3}
+mkdir -p antithesis/topologies/sharded_cluster/{logs,data}/{mongos,workload}
# copy ... to the build context
# resmoke