ywcb00 commented on pull request #1421: URL: https://github.com/apache/systemds/pull/1421#issuecomment-954216164
The _LineageFedReuseAlg_ test was failing because the execution of the test _without lineage_ reuse has overwritten the local _DMLScript.LINEAGE_ flag of the federated workers, which caused the federated workers to create the execution map without lineage object for the coordinator of the actual test _with lineage_ reuse. Since this problem can only occur with a single-process setup because otherwise each instance has its own DMLScript flags, I simply changed the execution order of the test so that the test without reuse gets executed last. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
