Skip to content

Merge branch 'develop' into chore/communication/faq/migrate-client-to… #2174

Merge branch 'develop' into chore/communication/faq/migrate-client-to…

Merge branch 'develop' into chore/communication/faq/migrate-client-to… #2174

Triggered via push December 9, 2024 13:27
Status Success
Total duration 19s
Artifacts
Check if translation keys are consistent
9s
Check if translation keys are consistent
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test#L0
Junit Results ran 8507 in 1332.872999999999 seconds 0 Errored, 2 Failed, 1 Skipped
testGradedFinalExamSummaryWithPlagiarismAndNotParticipatedBonusExamAsStudent(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/exam/StudentExamIntegrationTest.java#L2211
Junit test testGradedFinalExamSummaryWithPlagiarismAndNotParticipatedBonusExamAsStudent() failed org.mockito.exceptions.misusing.UnfinishedStubbingException: Unfinished stubbing detected here: -> at de.tum.cit.aet.artemis.core.connector.GitlabRequestMockProvider.mockUserExists(GitlabRequestMockProvider.java:478) E.g. thenReturn() may be missing. Examples of correct stubbing: when(mock.isOk()).thenReturn(true); when(mock.isOk()).thenThrow(exception); doThrow(exception).when(mock).someVoidMethod(); Hints: 1. missing thenReturn() 2. you are trying to stub a final method, which is not supported 3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
testUserTriesToDeleteBranch(): /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/icl/LocalVCSshIntegrationTest.java#L0
Junit test testUserTriesToDeleteBranch() failed org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #6: File does not exist: /tmp/SHORTBCC71846062A204179095FC0F830031B6A3ETSTEXC/shortbcc71846062a204179095fc0f830031b6a3etstexc-localvcsshintstudent1.git/gc.log.lock]
de.tum.cit.aet.artemis.exam.StudentExamIntegrationTest ► testGradedFinalExamSummaryWithPlagiarismAndNotParticipatedBonusExamAsStudent(): src/test/java/de/tum/cit/aet/artemis/core/connector/GitlabRequestMockProvider.java#L478
Failed test found in: build/test-results/test/TEST-de.tum.cit.aet.artemis.exam.StudentExamIntegrationTest.xml Error: org.mockito.exceptions.misusing.UnfinishedStubbingException:
de.tum.cit.aet.artemis.programming.icl.LocalVCSshIntegrationTest ► 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.icl.LocalVCSshIntegrationTest.xml Error: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: FileNotFoundException #6: File does not exist: /tmp/SHORTBCC71846062A204179095FC0F830031B6A3ETSTEXC/shortbcc71846062a204179095fc0f830031b6a3etstexc-localvcsshintstudent1.git/gc.log.lock]
Check if translation keys are consistent
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636