Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
Cluster Scalability
-
ALL
-
5
Description
When findAndModify throws staleConfig, it will not return a value field in the response with the document that the concurrency test expects to be present to confirm that a doc was upsertedĀ here. Change this logic to only check the upserted document value when res.value is defined and not null.