summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt b/src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt
new file mode 100644
index 00000000000..365b40a9ac5
--- /dev/null
+++ b/src/mongo/db/test_output/exec/sbe/s_b_e_fail_test/fail_with_local_bind.txt
@@ -0,0 +1,22 @@
+# Golden test output of SBEFailTest/FailWithLocalBind
+-- INPUT EXPRESSION:
+
+ let [
+ l10.0 = NumberDecimal(123)
+ ]
+ in fail(2, "test")
+
+
+-- COMPILED EXPRESSION:
+[0x0000-0x0021]
+0x0000: pushConstVal(value: NumberDecimal(123));
+0x000a: pushConstVal(value: 2ll);
+0x0014: pushConstVal(value: "test");
+0x001e: fail();
+0x001f: swap();
+0x0020: pop();
+
+
+-- EXECUTE VARIATION:
+EXCEPTION: BadValue: test
+