Skip to content

Merge branch 'develop' into feature/communication/reference-faq-in-me… #1566

Merge branch 'develop' into feature/communication/reference-faq-in-me…

Merge branch 'develop' into feature/communication/reference-faq-in-me… #1566

GitHub Actions / Junit Results failed Nov 18, 2024 in 0s

Junit Results

Junit Results ran 8413 in 1150.4269999999983 seconds 0 Errored, 1 Failed, 2 Skipped

Annotations

Check failure on line 0 in test

See this annotation in the file changed.

@github-actions github-actions / Junit Results

test#L0

Junit Results ran 8413 in 1150.4269999999983 seconds 0 Errored, 1 Failed, 2 Skipped

Check failure on line 50 in /home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/core/DatabaseQueryCountTest.java

See this annotation in the file changed.

@github-actions github-actions / Junit Results

testGetAllCoursesForDashboardRealisticQueryCount()

Junit test testGetAllCoursesForDashboardRealisticQueryCount() failed org.opentest4j.AssertionFailedError: Expected <12> queries, but <13> were performed.
Raw output
org.opentest4j.AssertionFailedError: Expected <12> queries, but <13> were performed.
	at app//de.tum.cit.aet.artemis.core.DatabaseQueryCountTest.testGetAllCoursesForDashboardRealisticQueryCount(DatabaseQueryCountTest.java:80)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at [email protected]/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)