Development
: Remove unused participation and repository caching from routing modules
#62260
Triggered via pull request
November 27, 2024 20:53
SimonEntholzer
synchronize
#9886
Status
Success
Total duration
9s
Artifacts
–
Annotations
5 errors
test#L0
Junit Results ran 8461 in 1320.7849999999999 seconds 0 Errored, 2 Failed, 2 Skipped
|
testDeleteExamWithStudentExamsAfterConductionAndEvaluation():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/exam/StudentExamIntegrationTest.java#L2259
Junit test testDeleteExamWithStudentExamsAfterConductionAndEvaluation() failed java.lang.AssertionError: Response status expected:<200> but was:<500>
|
[4] hideStudentName=false, zipOutput=false:
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/GitServiceTest.java#L0
Junit test [4] hideStudentName=false, zipOutput=false failed java.io.FileNotFoundException: Source 'repos/server-integration-test/test-repository/.git/gc.log.lock' does not exist
|
de.tum.cit.aet.artemis.exam.StudentExamIntegrationTest ► testDeleteExamWithStudentExamsAfterConductionAndEvaluation():
src/test/java/de/tum/cit/aet/artemis/core/util/RequestUtilService.java#L769
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.exam.StudentExamIntegrationTest.xml
Error:
java.lang.AssertionError: Response status expected:<200> but was:<500>
|
de.tum.cit.aet.artemis.programming.GitServiceTest ► [4] hideStudentName=false, zipOutput=false:
src/main/java/de/tum/cit/aet/artemis/programming/service/GitService.java#L1224
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.GitServiceTest.xml
Error:
java.io.FileNotFoundException: Source 'repos/server-integration-test/test-repository/.git/gc.log.lock' does not exist
|