Communication
: Add FAQs to Artemis
#59341
Annotations
9 errors
test#L0
Junit Results ran 7719 in 1120.099 seconds 0 Errored, 4 Failed, 4 Skipped
|
updateFileUploadExerciseForExam_asInstructor():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/exercise/fileupload/FileUploadExerciseIntegrationTest.java#L451
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:145)
Actually, there were zero interactions with this mock.
|
testDeleteFileUploadExerciseWithCompetency():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/exercise/fileupload/FileUploadExerciseIntegrationTest.java#L370
Junit test testDeleteFileUploadExerciseWithCompetency() failed Wanted but not invoked:
competencyProgressService.updateProgressByCompetencyAsync(
de.tum.cit.aet.artemis.atlas.domain.competency.Competency@177
);
-> 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/exercise/programming/ProgrammingExerciseLocalVCLocalCIIntegrationTest.java#L215
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.
|
testConnectOverSshAndReceivePack():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/localvcci/LocalVCSshIntegrationTest.java#L111
Junit test testConnectOverSshAndReceivePack() failed java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
|
de.tum.cit.aet.artemis.exercise.fileupload.FileUploadExerciseIntegrationTest ► updateFileUploadExerciseForExam_asInstructor():
src/main/java/de/tum/cit/aet/artemis/exam/service/ExamLiveEventsService.java#L145
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.exercise.fileupload.FileUploadExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|
de.tum.cit.aet.artemis.exercise.fileupload.FileUploadExerciseIntegrationTest ► testDeleteFileUploadExerciseWithCompetency():
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.exercise.fileupload.FileUploadExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|
de.tum.cit.aet.artemis.exercise.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.exercise.programming.ProgrammingExerciseLocalVCLocalCIIntegrationTest.xml
Error:
Wanted but not invoked:
|
de.tum.cit.aet.artemis.localvcci.LocalVCSshIntegrationTest ► testConnectOverSshAndReceivePack():
src/main/java/de/tum/cit/aet/artemis/programming/service/localvc/ssh/SshGitCommand.java#L103
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.localvcci.LocalVCSshIntegrationTest.xml
Error:
java.lang.NullPointerException: Cannot invoke "org.apache.sshd.server.ExitCallback.onExit(int, String)" because "cb" is null
|