regenerate scripts #12
check-aeolus-scripts.yml
on: push
Check if windfiles and scripts match
44s
Annotations
5 errors
test#L0
Junit Results ran 7525 in 1232.280000000002 seconds 0 Errored, 2 Failed, 0 Skipped
|
testValidWindfileWithInvalidAction():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/in/www1/artemis/connectors/AeolusTemplateResourceTest.java#L92
Junit test testValidWindfileWithInvalidAction() failed java.lang.AssertionError: Should have thrown an exception as there is no script or platform in the actions object
|
testCreateProgrammingExercise():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/in/www1/artemis/exercise/programmingexercise/ProgrammingExerciseLocalVCLocalCIIntegrationTest.java#L116
Junit test testCreateProgrammingExercise() failed java.lang.AssertionError: Response status expected:<201> but was:<500>
|
de.tum.in.www1.artemis.connectors.AeolusTemplateResourceTest ► testValidWindfileWithInvalidAction():
src/test/java/de/tum/in/www1/artemis/connectors/AeolusTemplateResourceTest.java#L100
Failed test found in:
build/test-results/test/TEST-de.tum.in.www1.artemis.connectors.AeolusTemplateResourceTest.xml
Error:
java.lang.AssertionError: Should have thrown an exception as there is no script or platform in the actions object
|
de.tum.in.www1.artemis.exercise.programmingexercise.ProgrammingExerciseLocalVCLocalCIIntegrationTest ► testCreateProgrammingExercise():
src/test/java/de/tum/in/www1/artemis/util/RequestUtilService.java#L305
Failed test found in:
build/test-results/test/TEST-de.tum.in.www1.artemis.exercise.programmingexercise.ProgrammingExerciseLocalVCLocalCIIntegrationTest.xml
Error:
java.lang.AssertionError: Response status expected:<201> but was:<500>
|