Closed nabriski closed 3 years ago
Thanks for reporting this. I'll look into this during the weekend.
M.
Ok, so an update - bit late, but still.
There was an issue with all tests when one timeout just stopped all subsequent tests and exited the test runner with exitCode &eq; 0
.
I can confirm the issue and this should be fixed - there's a similar problem in flatMap I already solved, so this should be fairly simple.
Thanks for the update, I have a workaround right now but I'll update to the fix once it's released.
No probs @nabriski. Can you confirm the fix in v4.35.17
?
confirmed, thanks!
Describe the bug When calling
toJSONArray
on an empty stream, an exception is thrown. I tried it both with an empty array and with a mongo db cursor for a query returning no records.To Reproduce
Causes:
Expected behavior The string "[]" should be outputted to stdout
System:
Thanks, Itamar