Development
: Remove redundant e2e test
#63179
Annotations
5 errors and 1 warning
test#L0
Junit Results ran 8553 in 1272.1469999999986 seconds 0 Errored, 2 Failed, 1 Skipped
|
getCourseScores_asInstructorOfCourse_shouldReturnCourseScores():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/assessment/ParticipantScoreIntegrationTest.java#L209
Junit test getCourseScores_asInstructorOfCourse_shouldReturnCourseScores() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest was not fulfilled within 10 seconds.
|
updateFileUploadExerciseForExam_asInstructor():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/fileupload/FileUploadExerciseIntegrationTest.java#L411
Junit test updateFileUploadExerciseForExam_asInstructor() failed Wanted but not invoked:
examLiveEventsService.createAndSendProblemStatementUpdateEvent(
<any>,
<any>,
<any>
);
-> at de.tum.cit.aet.artemis.exam.service.ExamLiveEventsService.createAndSendProblemStatementUpdateEvent(ExamLiveEventsService.java:141)
Actually, there were zero interactions with this mock.
|
de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest ► getCourseScores_asInstructorOfCourse_shouldReturnCourseScores():
src/test/java/de/tum/cit/aet/artemis/assessment/ParticipantScoreIntegrationTest.java#L140
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.fileupload.FileUploadExerciseIntegrationTest ► updateFileUploadExerciseForExam_asInstructor():
src/main/java/de/tum/cit/aet/artemis/exam/service/ExamLiveEventsService.java#L141
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.fileupload.FileUploadExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|
label
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|