Skip to content

Communication: Replace sidebar with new design in messages #55334

Communication: Replace sidebar with new design in messages

Communication: Replace sidebar with new design in messages #55334

GitHub Actions / PostgreSQL Tests failed Jun 20, 2024 in 0s

7494 passed, 1 failed and 3 skipped

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

Annotations

Check failure on line 79 in src/main/java/de/tum/in/www1/artemis/service/scheduled/ScheduleService.java

See this annotation in the file changed.

@github-actions github-actions / PostgreSQL Tests

de.tum.in.www1.artemis.exercise.programming.ProgrammingExerciseScheduleServiceTest ► cancelAllSchedulesOnRemovingExerciseDueDate()

Failed test found in:
  build/test-results/test/TEST-de.tum.in.www1.artemis.exercise.programming.ProgrammingExerciseScheduleServiceTest.xml
Error:
  Argument(s) are different! Wanted:
Raw output
Argument(s) are different! Wanted:
scheduleService.scheduleTask(
    ProgrammingExercise{id=13, templateRepositoryUri='http://some.test.url/scm/SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC/short2345d76c0bc570426d0b59e0465a57e4c299tstexc-exercise.git', solutionRepositoryUri='http://some.test.url/scm/SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC/short2345d76c0bc570426d0b59e0465a57e4c299tstexc-solution.git', templateBuildPlanId='SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC-BASE', solutionBuildPlanId='SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC-SOLUTION', allowOnlineEditor='true', programmingLanguage='JAVA', packageName='de.test', testCasesChanged='false'},
    DUE,
    <any java.lang.Runnable>
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.scheduleTask(ScheduleService.java:79)
Actual invocations have different arguments at positions [1, 2]:
scheduleService.scheduleTask(
    ProgrammingExercise{id=13, templateRepositoryUri='http://some.test.url/scm/SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC/short2345d76c0bc570426d0b59e0465a57e4c299tstexc-exercise.git', solutionRepositoryUri='http://some.test.url/scm/SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC/short2345d76c0bc570426d0b59e0465a57e4c299tstexc-solution.git', templateBuildPlanId='SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC-BASE', solutionBuildPlanId='SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC-SOLUTION', allowOnlineEditor='true', programmingLanguage='JAVA', packageName='de.test', testCasesChanged='false'},
    RELEASE,
    [Tuple[x=2024-06-21T19:34:50.541Z, y=de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService$$Lambda/0x00007f049e51d210@1da41570]]
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleTemplateCommitCombination(ProgrammingExerciseScheduleService.java:305)
scheduleService.cancelScheduledTaskForLifecycle(
    13L,
    RELEASE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.scheduleTask(ScheduleService.java:110)
scheduleService.cancelScheduledTaskForLifecycle(
    13L,
    DUE
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleCourseExercise(ProgrammingExerciseScheduleService.java:287)
scheduleService.cancelScheduledTaskForLifecycle(
    13L,
    BUILD_AND_TEST_AFTER_DUE_DATE
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleCourseExercise(ProgrammingExerciseScheduleService.java:295)
scheduleService.cancelAllScheduledParticipationTasks(
    13L,
    54L
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleParticipationTasks(ProgrammingExerciseScheduleService.java:345)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    54L,
    DUE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.cancelAllScheduledParticipationTasks(ScheduleService.java:185)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    54L,
    BUILD_AND_TEST_AFTER_DUE_DATE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.cancelAllScheduledParticipationTasks(ScheduleService.java:185)
scheduleService.cancelAllScheduledParticipationTasks(
    13L,
    55L
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleParticipationTasks(ProgrammingExerciseScheduleService.java:345)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    55L,
    DUE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.cancelAllScheduledParticipationTasks(ScheduleService.java:185)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    55L,
    BUILD_AND_TEST_AFTER_DUE_DATE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.cancelAllScheduledParticipationTasks(ScheduleService.java:185)
scheduleService.scheduleParticipationTask(
    ProgrammingExerciseStudentParticipation{id=56, repositoryUri='http://some.test.url/scm/SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC/short2345d76c0bc570426d0b59e0465a57e4c299tstexc-programmingexercisescheduleservicestudent3.git', buildPlanId='SHORT2345D76C0BC570426D0B59E0465A57E4C299TSTEXC-PROGRAMMINGEXERCISESCHEDULESERVICESTUDENT3', initializationState='INITIALIZED', initializationDate='2024-06-20T19:35:06.785Z', individualDueDate=2024-06-20T19:35:07.495Z', presentationScore=null},
    DUE,
    de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService$$Lambda/0x00007f049e5dd768@2ed2143a
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleAfterDueDateForParticipation(ProgrammingExerciseScheduleService.java:376)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    56L,
    DUE
);
-> at de.tum.in.www1.artemis.service.scheduled.ScheduleService.scheduleParticipationTask(ScheduleService.java:123)
scheduleService.cancelScheduledTaskForParticipationLifecycle(
    13L,
    56L,
    BUILD_AND_TEST_AFTER_DUE_DATE
);
-> at de.tum.in.www1.artemis.service.scheduled.ProgrammingExerciseScheduleService.scheduleParticipationWithIndividualDueDate(ProgrammingExerciseScheduleService.java:371)

	at app//de.tum.in.www1.artemis.service.scheduled.ScheduleService.scheduleTask(ScheduleService.java:79)
	at app//de.tum.in.www1.artemis.exercise.programming.ProgrammingExerciseScheduleServiceTest.cancelAllSchedulesOnRemovingExerciseDueDate(ProgrammingExerciseScheduleServiceTest.java:466)
	at [email protected]/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at app//org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at app//org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at app//org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at app//org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at app//org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
	at app//org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at app//org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	at app//org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172)
	at app//org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at app//org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at app//org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at app//org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at app//org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202)
	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)