ywcb00 commented on a change in pull request #1487:
URL: https://github.com/apache/systemds/pull/1487#discussion_r772423039



##########
File path: 
src/test/java/org/apache/sysds/test/functions/federated/multitenant/FederatedMultiTenantTest.java
##########
@@ -104,11 +104,10 @@ public void testSumSameWorkersSP() {
                runMultiTenantSameWorkerTest(OpType.SUM, 4, ExecMode.SPARK);
        }
 
-//FIXME still runs into blocking
-//     @Test
-//     public void testSumSharedWorkersSP() {
-//             runMultiTenantSharedWorkerTest(OpType.SUM, 3, 9, 
ExecMode.SPARK);
-//     }
+       @Test
+       public void testSumSharedWorkersSP() {
+               runMultiTenantSharedWorkerTest(OpType.SUM, 3, 9, 
ExecMode.SPARK);
+       }

Review comment:
       @mboehm7 I wasn't able to reproduce the error you mentioned. Is the 
blocking state of this test caused by the not set 
_DMLScript.USE_LOCAL_SPARK_CONFIG_ flag or is there another problem? :thinking: 




-- 
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]


Reply via email to