-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2024-09-16
-
0
The fle2_crud.js, fle2_compact.js, and fle2_contention_insert.js tests all check for write conflict errors by calling result.hasWriteError(). However, this may fail with a TypeError since the return type of insert is not always an instance of WriteError.