Skip to content

Development: Replace if-else chains with pattern matching #6000

Development: Replace if-else chains with pattern matching

Development: Replace if-else chains with pattern matching #6000

Triggered via pull request September 10, 2024 14:13
Status Success
Total duration 10s
Artifacts

pullrequest-opened.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
test#L0
Junit Results ran 7694 in 1117.725 seconds 0 Errored, 3 Failed, 1 Skipped
testCreateProgrammingExercise(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/in/www1/artemis/exercise/programming/ProgrammingExerciseLocalVCLocalCIIntegrationTest.java#L149
Junit test testCreateProgrammingExercise() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.in.www1.artemis.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
testConnectOverSshAndReceivePack(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/in/www1/artemis/localvcci/LocalVCSshIntegrationTest.java#L111
Junit test testConnectOverSshAndReceivePack() failed java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
testPushDockerImageCleanupInfo(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/in/www1/artemis/localvcci/SharedQueueManagementServiceTest.java#L28
Junit test testPushDockerImageCleanupInfo() failed org.opentest4j.AssertionFailedError: expected: 3 but was: 4
de.tum.in.www1.artemis.exercise.programming.ProgrammingExerciseLocalVCLocalCIIntegrationTest ► testCreateProgrammingExercise(): src/test/java/de/tum/in/www1/artemis/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.in.www1.artemis.exercise.programming.ProgrammingExerciseLocalVCLocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.in.www1.artemis.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
de.tum.in.www1.artemis.localvcci.LocalVCSshIntegrationTest ► testConnectOverSshAndReceivePack(): src/main/java/de/tum/in/www1/artemis/config/icl/ssh/SshGitCommand.java#L103
Failed test found in: build/test-results/test/TEST-de.tum.in.www1.artemis.localvcci.LocalVCSshIntegrationTest.xml Error: java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
de.tum.in.www1.artemis.localvcci.SharedQueueManagementServiceTest ► testPushDockerImageCleanupInfo(): src/test/java/de/tum/in/www1/artemis/localvcci/SharedQueueManagementServiceTest.java#L53
Failed test found in: build/test-results/test/TEST-de.tum.in.www1.artemis.localvcci.SharedQueueManagementServiceTest.xml Error: org.opentest4j.AssertionFailedError:
assign
The following actions use a deprecated Node.js version and will be forced to run on node20: technote-space/assign-author@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/