ParseObject.get has side effects for pending operations on nested fields #1365
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
Pending operations on nested fields of depth at least two get re-done for every call to .get()
Steps to reproduce
Actual Outcome
The first assert succeeds, the second fails with 35 != 20
Note that without the call to
.save()
, even the first assert fails with 15 != 20, which might be a separate issue.Expected Outcome
Both asserts should succeed
Environment
Server
4.5.0
Ubuntu 20.04
local
Database
MongoDB
v4.4.5
local
Client
master
as of 14 MayLogs
The text was updated successfully, but these errors were encountered: