-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v4.4
-
Execution Team 2020-06-29
-
7
The pseudo_commands.js test chooses opId '1234' to test proper authorization privileges. Unfortunately, the test can end up killing an internal thread by mistake causing an invariant in the server. A suitable fix for this could be to use the maximum possible opId (2^31 - 1).