-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Loading an object variable which is concurrently being deleted can fail if the transaction which deleted both VariableInstanceEntity and ByteArrayEntity starts and commits within the window in after the loading tx fetched the VariableInstanceEntity and before it fetched the ByteArrayEntity
No actual code change, only testcase, fixed with changes made for
CAM-3442