Skip to content

Merge branch 'develop' into chore/exercise-groups-client-migration #1229

Merge branch 'develop' into chore/exercise-groups-client-migration

Merge branch 'develop' into chore/exercise-groups-client-migration #1229

GitHub Actions / H2 Tests failed Jan 31, 2025 in 0s

8391 passed, 1 failed and 0 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 719 in src/test/java/de/tum/cit/aet/artemis/atlas/learningpath/LearningPathIntegrationTest.java

See this annotation in the file changed.

@github-actions github-actions / H2 Tests

de.tum.cit.aet.artemis.atlas.learningpath.LearningPathIntegrationTest ► testGetLearningObjectsForCompetencyMultipleObjects()

Failed test found in:
  build/test-results/test/TEST-de.tum.cit.aet.artemis.atlas.learningpath.LearningPathIntegrationTest.xml
Error:
  java.lang.AssertionError: 
Raw output
java.lang.AssertionError: 
Expecting actual:
  [LearningPathNavigationObjectDTO[id=773, completed=false, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false],
    LearningPathNavigationObjectDTO[id=774, completed=true, name=006288f3-7864-426b-975b-418c4afbe436, competencyId=305, type=EXERCISE, unreleased=false],
    LearningPathNavigationObjectDTO[id=775, completed=true, name=53e0ab85-ae56-4656-bfaf-3369e95177c8, competencyId=305, type=EXERCISE, unreleased=false]]
to contain exactly in any order:
  [LearningPathNavigationObjectDTO[id=773, completed=true, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false],
    LearningPathNavigationObjectDTO[id=774, completed=true, name=006288f3-7864-426b-975b-418c4afbe436, competencyId=305, type=EXERCISE, unreleased=false],
    LearningPathNavigationObjectDTO[id=775, completed=true, name=53e0ab85-ae56-4656-bfaf-3369e95177c8, competencyId=305, type=EXERCISE, unreleased=false]]
elements not found:
  [LearningPathNavigationObjectDTO[id=773, completed=true, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false]]
and elements not expected:
  [LearningPathNavigationObjectDTO[id=773, completed=false, name=8ce0fc24-33e3-4789-b24d-c6c1a22982f3, competencyId=305, type=EXERCISE, unreleased=false]]

	at de.tum.cit.aet.artemis.atlas.learningpath.LearningPathIntegrationTest.testGetLearningObjectsForCompetencyMultipleObjects(LearningPathIntegrationTest.java:719)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)