fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

Is Bulk writes supported? #354

Open phoenixnebula opened 6 years ago

phoenixnebula commented 6 years ago

I have been trying to write to fongo db using bulkwrites, initializeUnorderedBulkOperation .. the writer fails if there is an exception while writing , but doesnot continue to process other documents in the batch.

Is this issue with mongo or fongo?