diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2020-03-02 22:11:36 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-03-03 03:29:45 +0000 |
commit | 6580304d0211f406566514ec68d5865a6a9e7810 (patch) | |
tree | 22b9d1710b387e9e880f96a26b4315c6f52ed049 /jstests/noPassthrough | |
parent | 33ba055bad586903038902825c14948038ad495e (diff) | |
download | mongo-6580304d0211f406566514ec68d5865a6a9e7810.tar.gz |
SERVER-46219 Unittests should log with JSON format
Diffstat (limited to 'jstests/noPassthrough')
-rw-r--r-- | jstests/noPassthrough/latency_includes_lock_acquisition_time.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/latency_includes_lock_acquisition_time.js b/jstests/noPassthrough/latency_includes_lock_acquisition_time.js index 30204ed7cb6..fa59f6e39d5 100644 --- a/jstests/noPassthrough/latency_includes_lock_acquisition_time.js +++ b/jstests/noPassthrough/latency_includes_lock_acquisition_time.js @@ -68,7 +68,7 @@ function runTests() { : "insert test.lock_acquisition_time") : (conn.writeMode() === "commands" ? /"ns":"test.lock_acquisition_time".*"command":{"insert"/ - : "insert test.lock_acquisition_time")); + : /"type":"insert","ns":"test.lock_acquisition_time/)); // Test that update profiler/logs include lock acquisition time. runWithWait(hangMillis, function() { |