-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
AggregateFluentTests.Function_should_return_expected_result test is failing on the latest MongoDB variants (v9.0.0-alpha0-a8cf5e03) with the following error:
Executor error during aggregate command on namespace: test.collection :: caused by :: Failed to invoke JS function :: function id = 2: e-runtime message : 'hex_md5 is not defined', file : 'wasm:function', stack : '@wasm:function:1:19
Need to investigate the failure and update the test or escalate the problem.
Here is the simple aggregation pipeline to reproduce the problem:
[
{
$project:
{
a: {
$function: {
body: "function(fl) { return hex_md5(fl) }",
args: ["$key"],
lang: "js"
}
}
}
}
]
- is blocked by
-
SERVER-127318 MozJS WASM: add bridge reuse, bulk BSON I/O, prototype hardening
-
- In Progress
-
- related to
-
SERVER-127318 MozJS WASM: add bridge reuse, bulk BSON I/O, prototype hardening
-
- In Progress
-