min-guk commented on PR #2273: URL: https://github.com/apache/systemds/pull/2273#issuecomment-2984362143
I’ve made the following changes. Apologies for the repeated updates, and thank you again for your help in testing. > LicenseCheck Added missing license headers to newly added test scripts. > Documentation / Java Python Test Fixed incorrect annotations for method input parameters in FederatedPlanCostEnumerator. > JavaTest/**.component.e**.**,**.component.f**.**,**.component.m**.** Modified FederatedPlanCostEnumeratorTest to avoid invoking the PythonVisualizer. > JavaTest/ **.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.** > JavaTest/**.functions.federated.primitives.part2.** -Dtest-threadCount=1 -Dtest-forkCount=1 ``` unable to write test matrix (...) : Destination exists and is not a directory ``` This was likely caused by residual files from a previous FederatedPlanCostEnumeratorTest run where output files were not properly deleted. I've updated the test to avoid redirecting terminal output to a file, which should prevent the conflict. -- 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]
