Skip to content

WKS Relationship Fixes implementation

Khilesh Sahu requested to merge slb-relationship-cyclic-fix into master

Implemented according to following flow chart.

relationship_cycle

Following was acceptance criteria Scenario1: Cyclic Dependency Given RawWell1 has RawTrajectory1 in its relationship block And RawTrajectory1 has RawWell1 has in its relationship block And WKS for RawTrajectory1 is not created When RawWell1 is picked by WKS for transformation Then WKS for RawWell1 will have in its relationship block

Scenario2: Cyclic Dependency Given RawWell1 has RawTrajectory1 in its relationship block And RawTrajectory1 has RawWell1 has in its relationship block And WKS for RawWell1 is not created When RawTrajectory1 is picked by WKS for transformation Then WKS for RawTrajectory1 will have in its relationship block

Merge request reports