Quiz exercises
: Fix an issue when automatically evaluating a live quiz
#6409
Annotations
5 errors and 1 warning
test#L0
Junit Results ran 8503 in 1300.8419999999992 seconds 0 Errored, 2 Failed, 1 Skipped
|
testUpdateModelingExerciseForExam_asInstructor():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/modeling/ModelingExerciseIntegrationTest.java#L258
Junit test testUpdateModelingExerciseForExam_asInstructor() failed Wanted but not invoked:
examLiveEventsService.createAndSendProblemStatementUpdateEvent(
ModelingExercise{id=1458, maxPoints='5.0', diagramType='ClassDiagram', exampleSolutionModel='This is my example solution model', exampleSolutionExplanation='This is my example solution model'},
"notified!",
<any>
);
-> at de.tum.cit.aet.artemis.exam.service.ExamLiveEventsService.createAndSendProblemStatementUpdateEvent(ExamLiveEventsService.java:141)
Actually, there were zero interactions with this mock.
|
initializationError:
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/programming/icl/LocalVCSshSettingsTest.java#L0
Junit test initializationError failed org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "reason.getMessage()" (template: "mail/dataExportFailedAdminEmail" - line 16, col 8)
|
de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest ► testUpdateModelingExerciseForExam_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.modeling.ModelingExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|
de.tum.cit.aet.artemis.programming.icl.LocalVCSshSettingsTest ► initializationError:
src/main/java/de/tum/cit/aet/artemis/communication/service/notifications/MailService.java#L152
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.programming.icl.LocalVCSshSettingsTest.xml
Error:
org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "reason.getMessage()" (template: "mail/dataExportFailedAdminEmail" - line 16, col 8)
|
assign
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|