Hi Sebastian,

Not at all! It looks like [FederatedTriTest] is failing now with the same
issue after you disabled [FederatedCentralMomentTest].

https://github.com/apache/systemds/actions/runs/7090364627/job/19297142647?pr=1949

Both tests are passing locally for me, which makes me think there's
something funky happening in the CI.

Should I check in my code or disable the failing test? Or maybe just hold
off with my PR for now?


Thanks,
Badrul

On Sat, 2 Dec 2023 at 01:17, <s...@bgaard.dk> wrote:

> Hi Badrul,
>
> Yes one of the test unfortunately became unstable after I updated the
> sparse matrix multiplication.
>
> I will fix it later today.
>
> Sorry for any inconveniences this has coused.
>
> Best regards
> Sebastian
>
> Den 30. november 2023, kl. 07.39 Centraleuropæisk normaltid, skrev Badrul
> Chowdhury <badrulchowdhur...@gmail.com>:
>
> Hi,
>
> I am trying to commit my code, but some unrelated tests are failing in CI-
> any ideas for how to fix them?
>
> Thanks for your help!
>
> CI test failure:
>
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949
>
> Stack Trace:
> Error: Tests run: 6, Failures: 0, Errors: 3, Skipped: 3, Time elapsed:
> 3,005.689 s <<< FAILURE! - in
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest
>
> 288
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:290
> >Error:
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest.federatedCentralMomentCP[0]
> Time elapsed: 1,003.217 s <<< ERROR!
> 289
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:291
> >java.lang.RuntimeException:
> Our tests should run faster than 1000 sec each
> 290
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:292
> >
> at
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest.federatedCentralMoment(FederatedCentralMomentTest.java:130)
>
> 291
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:293
> >
> at
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest.federatedCentralMomentCP(FederatedCentralMomentTest.java:69)
>
> 292
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:294
> >Caused
> by: java.util.concurrent.TimeoutException
> 293
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:295
> >
> at
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest.federatedCentralMoment(FederatedCentralMomentTest.java:130)
>
> 294
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:296
> >##[debug]Re-evaluate
> condition on job cancellation for step:
> '**.functions.federated.primitives.**,**.functions.federated.transform.**'.
> 295
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:297
> >
> at
>
> org.apache.sysds.test.functions.federated.primitives.FederatedCentralMomentTest.federatedCentr
>
> 296
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:298
> >Error:
> The operation was canceled.
> 297
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:299
> >##[debug]System.OperationCanceledException:
> The operation was canceled.
> 298
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:300
> >##[debug]
> at System.Threading.CancellationToken.ThrowOperationCanceledException()
> 299
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:301
> >##[debug]
> at GitHub.Runner.Sdk.ProcessInvoker.ExecuteAsync(String workingDirectory,
> String fileName, String arguments, IDictionary`2 environment, Boolean
> requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel,
> Channel`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean
> keepStandardInOpen, Boolean highPriorityProcess, CancellationToken
> cancellationToken)
> 300
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:302
> >##[debug]
> at GitHub.Runner.Common.ProcessInvokerWrapper.ExecuteAsync(String
> workingDirectory, String fileName, String arguments, IDictionary`2
> environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean
> killProcessOnCancel, Channel`1 redirectStandardIn, Boolean
> inheritConsoleHandler, Boolean keepStandardInOpen, Boolean
> highPriorityProcess, CancellationToken cancellationToken)
> 301
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:303
> >##[debug]
> at
>
> GitHub.Runner.Worker.Container.DockerCommandManager.ExecuteDockerCommandAsync(IExecutionContext
> context, String command, String options, IDictionary`2 environment,
> EventHandler`1 stdoutDataReceived, EventHandler`1 stderrDataReceived,
> CancellationToken cancellationToken)
> 302
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:304
> >##[debug]
> at
>
> GitHub.Runner.Worker.Container.DockerCommandManager.DockerRun(IExecutionContext
> context, ContainerInfo container, EventHandler`1 stdoutDataReceived,
> EventHandler`1 stderrDataReceived)
> 303
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:305
> >##[debug]
> at
>
> GitHub.Runner.Worker.Handlers.ContainerActionHandler.RunAsync(ActionRunStage
> stage)
> 304
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:306
> >##[debug]
> at GitHub.Runner.Worker.ActionRunner.RunAsync()
> 305
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:307
> >##[debug]
> at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step,
> CancellationToken jobCancellationToken)
> 306
> <
> https://github.com/apache/systemds/actions/runs/7037135279/job/19154296306?pr=1949#step:3:308
> >##[debug]Finishing:
> **.functions.federated.primitives.**,**.functions.federated.transform.**
>
>
> Best,
> Badrul
>
>

-- 

Best,
Badrul

Reply via email to