summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSiddhartha Mahajan <siddhartha.mahajan8899@mongodb.com>2022-11-04 00:16:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-04 00:45:59 +0000
commit71484cf3e09afb78aa8f53e28571b826c3b780c8 (patch)
treef5e248952413aeffe4d88bdead6d18a0146a848b /src
parentec0a745cf145e45aec53a9ec1962e4b9d6b38e49 (diff)
downloadmongo-71484cf3e09afb78aa8f53e28571b826c3b780c8.tar.gz
Import wiredtiger: 45ee228ac017ac931cbe8e2f516bd91862504628 from branch mongodb-master
ref: c94c5bb7ed..45ee228ac0 for: 6.2.0-rc0 WT-10097 Fix test/format's live recording option flag generation
Diffstat (limited to 'src')
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/format/format.sh5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 55fa4d99856..2ef19f90c3c 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": "c94c5bb7edf9174d3e517541f55fb15adf151193"
+ "commit": "45ee228ac017ac931cbe8e2f516bd91862504628"
}
diff --git a/src/third_party/wiredtiger/test/format/format.sh b/src/third_party/wiredtiger/test/format/format.sh
index dbe094d53be..cc8cb5198a5 100755
--- a/src/third_party/wiredtiger/test/format/format.sh
+++ b/src/third_party/wiredtiger/test/format/format.sh
@@ -560,6 +560,7 @@ format()
count_jobs=$(($count_jobs + 1))
dir="$home/RUNDIR.$count_jobs"
log="$dir.log"
+ live_record_command=""
args=""
if [[ $smoke_test -ne 0 ]]; then
@@ -586,10 +587,10 @@ format()
# This script is typically left running until a failure is hit. To avoid filling up the
# disk, we should avoid keeping recordings from successful runs.
if [[ ! -z $live_record_binary ]]; then
- live_record_binary="$live_record_binary --save-on error"
+ live_record_command="$live_record_binary --save-on error"
fi
- cmd="$live_record_binary $format_binary -c "$config" -h "$dir" $trace $args quiet=1"
+ cmd="$live_record_command $format_binary -c "$config" -h "$dir" $trace $args quiet=1"
msg "$cmd"
# Disassociate the command from the shell script so we can exit and let the command