summaryrefslogtreecommitdiff
path: root/jstests/aggregation
diff options
context:
space:
mode:
authorRishab Joshi <rishab.joshi@mongodb.com>2021-07-12 12:08:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-12 18:59:24 +0000
commit93dccd733fb3998f6f7dce3fedefd33475e272a7 (patch)
treeceea749930562ce7acfd64d25cac15b32e504f4e /jstests/aggregation
parent9f2e4f87ef230db06db82e021e6f569871c56ac1 (diff)
downloadmongo-93dccd733fb3998f6f7dce3fedefd33475e272a7.tar.gz
SERVER-56874 Implement $tsSeconds and $tsIncrement aggregation in SBE
Diffstat (limited to 'jstests/aggregation')
-rw-r--r--jstests/aggregation/expressions/ts_second_increment.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/aggregation/expressions/ts_second_increment.js b/jstests/aggregation/expressions/ts_second_increment.js
index e0d18895f14..038c58ec3ed 100644
--- a/jstests/aggregation/expressions/ts_second_increment.js
+++ b/jstests/aggregation/expressions/ts_second_increment.js
@@ -1,6 +1,8 @@
// Validates the correctness of the '$tsSecond' and the '$tsIncrement' expression in the aggregation
// pipeline.
+load("jstests/libs/sbe_assert_error_override.js"); // Override error-code-checking APIs.
+
(function() {
"use strict";