Merge branch 'develop' into feature/general/see-previous-courses #614
check-aeolus-scripts.yml
on: push
Check if windfiles and scripts match
48s
Annotations
7 errors
test#L0
Junit Results ran 7690 in 1088.455999999999 seconds 0 Errored, 3 Failed, 4 Skipped
|
updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/entitylistener/ResultListenerIntegrationTest.java#L0
Junit test updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false failed org.opentest4j.AssertionFailedError:
expected: 200.0
but was: 20.0
|
testDeleteModelingExerciseWithCompetency():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/exercise/modeling/ModelingExerciseIntegrationTest.java#L407
Junit test testDeleteModelingExerciseWithCompetency() failed Wanted but not invoked:
competencyProgressService.updateProgressByCompetencyAsync(
de.tum.cit.aet.artemis.atlas.domain.competency.Competency@106
);
-> 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.entitylistener.ResultListenerIntegrationTest ► updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
src/test/java/de/tum/cit/aet/artemis/entitylistener/ResultListenerIntegrationTest.java#L128
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.entitylistener.ResultListenerIntegrationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
de.tum.cit.aet.artemis.exercise.modeling.ModelingExerciseIntegrationTest ► testDeleteModelingExerciseWithCompetency():
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.modeling.ModelingExerciseIntegrationTest.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
|