Skip to content

Merge 'develop' into feature/course/attachment-pdf-editing #646

Merge 'develop' into feature/course/attachment-pdf-editing

Merge 'develop' into feature/course/attachment-pdf-editing #646

Triggered via push September 30, 2024 19:07
Status Success
Total duration 54s
Artifacts
Check if windfiles and scripts match
45s
Check if windfiles and scripts match
Fit to window
Zoom out
Zoom in

Annotations

19 errors
test#L0
Junit Results ran 7704 in 1172.2789999999982 seconds 0 Errored, 9 Failed, 3 Skipped
testAll_asStudent(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/assessment/ParticipantScoreIntegrationTest.java#L169
Junit test testAll_asStudent() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest was not fulfilled within 10 seconds.
testDeleteModelingExerciseWithCompetency(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/modeling/ModelingExerciseIntegrationTest.java#L409
Junit test testDeleteModelingExerciseWithCompetency() failed Wanted but not invoked: competencyProgressService.updateProgressByCompetencyAsync( de.tum.cit.aet.artemis.atlas.domain.competency.Competency@106 ); -> at de.tum.cit.aet.artemis.atlas.service.competency.CompetencyProgressService.updateProgressByCompetencyAsync(CompetencyProgressService.java:123) Actually, there were zero interactions with this mock.
testDeleteProgrammingExercise(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/ProgrammingExerciseLocalVCLocalCIIntegrationTest.java#L217
Junit test testDeleteProgrammingExercise() failed Wanted but not invoked: competencyProgressService.updateProgressByCompetencyAsync( de.tum.cit.aet.artemis.atlas.domain.competency.Competency@127 ); -> at de.tum.cit.aet.artemis.atlas.service.competency.CompetencyProgressService.updateProgressByCompetencyAsync(CompetencyProgressService.java:123) Actually, there were zero interactions with this mock.
testCannotFindResults(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalCIIntegrationTest.java#L282
Junit test testCannotFindResults() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 20 seconds.
testCommitHashNull(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalCIIntegrationTest.java#L248
Junit test testCommitHashNull() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
testSubmitViaOnlineEditor(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalCIIntegrationTest.java#L135
Junit test testSubmitViaOnlineEditor() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
testStaticCodeAnalysis(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalCIIntegrationTest.java#L365
Junit test testStaticCodeAnalysis() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
testBuildLogs(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalCIIntegrationTest.java#L406
Junit test testBuildLogs() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
testUserTriesToDeleteBranch(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCIntegrationTest.java#L217
Junit test testUserTriesToDeleteBranch() failed org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #4: File does not exist: /tmp/SHORT35F6FA2B06326047630A306033968EA25505TSTEXC/short35f6fa2b06326047630a306033968ea25505tstexc-localvclocalciintegrationstudent1.git/gc.log.lock]
de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest ► testAll_asStudent(): src/test/java/de/tum/cit/aet/artemis/assessment/ParticipantScoreIntegrationTest.java#L147
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest was not fulfilled within 10 seconds.
de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest ► testDeleteModelingExerciseWithCompetency(): src/main/java/de/tum/cit/aet/artemis/atlas/service/competency/CompetencyProgressService.java#L123
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest.xml Error: Wanted but not invoked:
de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest ► testCannotFindResults(): src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 20 seconds.
de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest ► testCommitHashNull(): src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest ► testSubmitViaOnlineEditor(): src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest ► testStaticCodeAnalysis(): src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest ► testBuildLogs(): src/test/java/de/tum/cit/aet/artemis/programming/localvcci/LocalVCLocalCITestService.java#L575
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalCIIntegrationTest.xml Error: org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.programming.localvcci.LocalVCLocalCITestService was not fulfilled within 10 seconds.
de.tum.cit.aet.artemis.programming.localvcci.LocalVCIntegrationTest ► testUserTriesToDeleteBranch(): src/test/java/de/tum/cit/aet/artemis/programming/util/LocalRepository.java#L122
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.localvcci.LocalVCIntegrationTest.xml Error: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #4: File does not exist: /tmp/SHORT35F6FA2B06326047630A306033968EA25505TSTEXC/short35f6fa2b06326047630a306033968ea25505tstexc-localvclocalciintegrationstudent1.git/gc.log.lock]
de.tum.cit.aet.artemis.programming.ProgrammingExerciseLocalVCLocalCIIntegrationTest ► testDeleteProgrammingExercise(): src/main/java/de/tum/cit/aet/artemis/atlas/service/competency/CompetencyProgressService.java#L123
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.ProgrammingExerciseLocalVCLocalCIIntegrationTest.xml Error: Wanted but not invoked: