Move changes from build script to Windfile #736
check-aeolus-scripts.yml
on: push
Check if windfiles and scripts match
48s
Annotations
5 errors
test#L0
Junit Results ran 8234 in 1173.2480000000007 seconds 0 Errored, 2 Failed, 2 Skipped
|
testAll_asStudent():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/assessment/ParticipantScoreIntegrationTest.java#L162
Junit test testAll_asStudent() failed org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest was not fulfilled within 10 seconds.
|
testDeleteModelingExerciseWithCompetency():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/modeling/ModelingExerciseIntegrationTest.java#L409
Junit test testDeleteModelingExerciseWithCompetency() failed Wanted but not invoked:
competencyProgressService.updateProgressByCompetencyAsync(
de.tum.cit.aet.artemis.atlas.domain.competency.Competency@34
);
-> at de.tum.cit.aet.artemis.atlas.service.competency.CompetencyProgressService.updateProgressByCompetencyAsync(CompetencyProgressService.java:123)
Actually, there were zero interactions with this mock.
|
de.tum.cit.aet.artemis.assessment.ParticipantScoreIntegrationTest ► testAll_asStudent():
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.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.modeling.ModelingExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|