Transaction depends on server type#89
Transaction depends on server type#89Olegt0rr wants to merge 6 commits intoart049:transaction-fixfrom Olegt0rr:patch-7
Conversation
Codecov Report
@@ Coverage Diff @@
## master #89 +/- ##
===========================================
- Coverage 100.00% 97.92% -2.08%
===========================================
Files 12 12
Lines 883 914 +31
Branches 143 152 +9
===========================================
+ Hits 883 895 +12
- Misses 0 13 +13
- Partials 0 6 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@art049 , need help! |
|
I will add a new element in the CI array so we can test remotely as well on replicasets and sharded clusters 😄 It would probably be helpful to be able to try it locally as well, an easy way would be to add a new task command to launch a dockerized mongo with other settings instead of the standalone one (keeping both of them): Lines 18 to 23 in 5756ddb I think we could just create a one member replicaset (basically simply adding For testing with mongos locally, it might be more difficult but i will have a look into it. |
|
Yes, sure no problem. Thanks for letting me know 😉 |
Fixes #86
Fixes #87 (added it here as it interfered with the implementation)