kev-inn commented on PR #1628:
URL: https://github.com/apache/systemds/pull/1628#issuecomment-1148791380
As a side note, when I ran all the tests the following testcases fail, but
work when executed in isolation:
- `FederatedWorkerIntegrationCRUDTest.testWorkerAddedForMonitoring`
- `FederatedColAggregateTest.testTernaryColSumDenseMatrix`
- `FederatedCtableTest.federatedCtableSinglenode` (configuration [3])
- `FederatedFullAggregateTest.testTernarySumDenseMatrixCP` (configuration
[0] and [1])
- `FederatedWeightedCrossEntropy` (configuration [0] and [1])
- `federatedWeightedCrossEntropySpark`
- `federatedWeightedCrossEntropySparkEpsilon`
- `federatedWeightedCrossEntropySparkNode`
- `federatedWeightedCrossEntropySparkNodeEpsilon`
- `FederatedWeightedDivMatrixMultTest` all or almost all
- `FederatedWeightedSigmoidTest` all
- `FederatedWeightedSquaredLossTest` all
- `FederatedWeightedUnaryMatrixMultTest` all (both configurations)
I remember that this is a known problem.
`FederatedReuseSlicesTest.testElementWisePlusCP` fails, because
`checkForReuses()` expects `"LinCache writes (Mem/FS/Del): 8/"`, but the
actual value is `"LinCache writes (Mem/FS/Del): 12/"`. I am not sure what the
reason could be here.
--
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]