Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.hazelcast.jet.pipeline.test.AssertionsTest.test_assertOrdered_not_terminal_should_fail[0: mode=member] [HZ-4682] #26314

Closed
sumnerib opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
Module: Jet Issues/PRs for Jet Source: Internal PR or issue was opened by an employee Team: Core to-jira Type: Test-Failure
Milestone

Comments

@sumnerib
Copy link
Contributor

master (commit 078dd919faf529cb0e9aa9c30f44c0a59ecff930)

Failed on zing-17: https://jenkins.hazelcast.com/job/Hazelcast-master-ZingJDK17/49/testReport/junit/com.hazelcast.jet.pipeline.test/AssertionsTest/test_assertOrdered_not_terminal_should_fail_0__mode_member_/

Stacktrace:
java.lang.AssertionError: expected:<4> but was:<0>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at com.hazelcast.jet.pipeline.test.AssertionsTest.test_assertOrdered_not_terminal_should_fail(AssertionsTest.java:97)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:115)
	at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:107)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.lang.Thread.run(Thread.java:891)

Standard output:
Finished Running Test: test_assertAnyOrder_duplicate_entry_only_in_assert_should_fail[0: mode=member] in 0.034 seconds.
Started Running Test: test_assertOrdered_not_terminal_should_fail[0: mode=member]
08:02:21,251  INFO |test_assertOrdered_not_terminal_should_fail[0: mode=member]| - [CacheService] Time-limited test - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Added cache config: CacheConfig{name='journaledMap.4d39388e-7a9c-4f79-a544-78a3431370cc', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}, userCodeNamespace=null}
08:02:21,251  INFO || - [CacheService] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-1 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Added cache config: CacheConfig{name='journaledMap.4d39388e-7a9c-4f79-a544-78a3431370cc', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}, userCodeNamespace=null}
08:02:21,258 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Creating job classLoader for job 0b8b-270d-6c9e-0001
08:02:21,258 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Create processor classloader map for job 0b8b-270d-6c9e-0001
08:02:21,258 DEBUG || - [Planner] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - Watermarks in the pipeline will be throttled to 1000
08:02:21,259  INFO || - [JobCoordinationService] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Starting job 0b8b-270d-6c9e-0001 based on submit request
08:02:21,260  INFO || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Didn't find any snapshot to restore for job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,260  INFO || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Start executing job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001, execution graph in DOT format:
digraph DAG {
	"items" [localParallelism=1];
	"listSink(79a32ec6-eb6a-476f-b537-f15b58112719)" [localParallelism=1];
	"assertCollected" [localParallelism=1];
	"items" -> "assertCollected" [label="distributed-partitioned", taillabel=0, queueSize=1024];
	"items" -> "listSink(79a32ec6-eb6a-476f-b537-f15b58112719)" [taillabel=1, queueSize=1024];
}
HINT: You can use graphviz or http://viz-js.com to visualize the printed graph.
08:02:21,260 DEBUG || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Building execution plan for job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,261 DEBUG || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Built execution plans for job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,261 DEBUG || - [InitExecutionOperation] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-0 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Initializing execution plan for job 0b8b-270d-6c9e-0001, execution 0b8b-270d-6c9f-0001 from [127.0.0.1]:5701
08:02:21,261 DEBUG || - [InitExecutionOperation] hz.AssertionsTest_flamboyant_banzai.cached.thread-7 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Initializing execution plan for job 0b8b-270d-6c9e-0001, execution 0b8b-270d-6c9f-0001 from [127.0.0.1]:5701
08:02:21,261 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-0 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Creating job classLoader for job 0b8b-270d-6c9e-0001
08:02:21,261 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-0 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Create processor classloader map for job 0b8b-270d-6c9e-0001
08:02:21,262  INFO || - [JobExecutionService] hz.AssertionsTest_vigorous_banzai.cached.thread-10 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Execution plan for jobId=0b8b-270d-6c9e-0001, jobName='0b8b-270d-6c9e-0001', executionId=0b8b-270d-6c9f-0001 initialized
08:02:21,262  INFO || - [JobExecutionService] hz.AssertionsTest_flamboyant_banzai.cached.thread-4 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Execution plan for jobId=0b8b-270d-6c9e-0001, jobName='0b8b-270d-6c9e-0001', executionId=0b8b-270d-6c9f-0001 initialized
08:02:21,262 DEBUG || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Init of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 was successful
08:02:21,262 DEBUG || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Executing job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,263  INFO || - [JobExecutionService] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Start execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 from coordinator [127.0.0.1]:5701
08:02:21,263  INFO || - [JobExecutionService] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-1 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Start execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 from coordinator [127.0.0.1]:5701
08:02:21,263  INFO || - [TaskletExecutionService] hz.AssertionsTest_flamboyant_banzai.jet.cooperative.thread-1 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}
java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.core.test.JetAssert.throwNotEqual(JetAssert.java:95) ~[classes/:?]
	at com.hazelcast.jet.core.test.JetAssert.assertEquals(JetAssert.java:71) ~[classes/:?]
	at com.hazelcast.jet.pipeline.test.AssertionSinks.lambda$assertOrdered$996f324a$1(AssertionSinks.java:62) ~[classes/:?]
	at com.hazelcast.function.ConsumerEx.accept(ConsumerEx.java:47) ~[classes/:?]
	at com.hazelcast.jet.impl.pipeline.test.AssertionP.complete(AssertionP.java:82) ~[classes/:?]
	at com.hazelcast.jet.impl.processor.ProcessorWrapper.complete(ProcessorWrapper.java:122) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.complete(ProcessorTasklet.java:541) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.stateMachineStep(ProcessorTasklet.java:421) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.call(ProcessorTasklet.java:291) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:407) ~[classes/:?]
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:807) [?:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.run(TaskletExecutionService.java:372) [classes/:?]
	at java.base/java.lang.Thread.run(Thread.java:891) [?:?]
08:02:21,264 DEBUG || - [JobExecutionService] hz.AssertionsTest_flamboyant_banzai.cached.thread-4 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Completed execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,264 DEBUG || - [JobExecutionService] hz.AssertionsTest_flamboyant_banzai.cached.thread-4 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 completed with failure
java.util.concurrent.CompletionException: com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:874) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]
	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) ~[?:?]
	at com.hazelcast.jet.impl.util.NonCompletableFuture.internalCompleteExceptionally(NonCompletableFuture.java:72) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$ExecutionTracker.taskletDone(TaskletExecutionService.java:501) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.dismissTasklet(TaskletExecutionService.java:432) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:418) ~[classes/:?]
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:807) ~[?:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.run(TaskletExecutionService.java:372) ~[classes/:?]
	at java.base/java.lang.Thread.run(Thread.java:891) ~[?:?]
Caused by: com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.impl.execution.TaskletExecutionService.handleTaskletExecutionError(TaskletExecutionService.java:289) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:413) ~[classes/:?]
	... 3 more
Caused by: com.hazelcast.jet.impl.execution.TaskletExecutionException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.impl.execution.TaskletExecutionService.handleTaskletExecutionError(TaskletExecutionService.java:288) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:413) ~[classes/:?]
	... 3 more
Caused by: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.core.test.JetAssert.throwNotEqual(JetAssert.java:95) ~[classes/:?]
	at com.hazelcast.jet.core.test.JetAssert.assertEquals(JetAssert.java:71) ~[classes/:?]
	at com.hazelcast.jet.pipeline.test.AssertionSinks.lambda$assertOrdered$996f324a$1(AssertionSinks.java:62) ~[classes/:?]
	at com.hazelcast.function.ConsumerEx.accept(ConsumerEx.java:47) ~[classes/:?]
	at com.hazelcast.jet.impl.pipeline.test.AssertionP.complete(AssertionP.java:82) ~[classes/:?]
	at com.hazelcast.jet.impl.processor.ProcessorWrapper.complete(ProcessorWrapper.java:122) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.complete(ProcessorTasklet.java:541) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.stateMachineStep(ProcessorTasklet.java:421) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.call(ProcessorTasklet.java:291) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:407) ~[classes/:?]
	... 3 more
08:02:21,264 DEBUG || - [MasterJobContext] ForkJoinPool.commonPool-worker-16 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 received response to StartExecutionOperation from [127.0.0.1]:5701: com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
08:02:21,264 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_vigorous_banzai.cached.thread-9 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Finish JobClassLoaders phaseCount = 0, removing classloaders for jobId=0b8b-270d-6c9e-0001
08:02:21,264 DEBUG || - [JobExecutionService] hz.AssertionsTest_vigorous_banzai.cached.thread-9 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Completed execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001
08:02:21,264 DEBUG || - [JobExecutionService] hz.AssertionsTest_vigorous_banzai.cached.thread-9 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 was cancelled
08:02:21,264  WARN || - [StartExecutionOperation] hz.AssertionsTest_vigorous_banzai.cached.thread-9 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] null
com.hazelcast.jet.impl.execution.ExecutionCancellationException: null
	at com.hazelcast.jet.impl.execution.ExecutionContext.terminateExecution(ExecutionContext.java:315) ~[classes/:?]
	at com.hazelcast.jet.impl.JobExecutionService.terminateExecution0(JobExecutionService.java:724) ~[classes/:?]
	at com.hazelcast.jet.impl.JobExecutionService.terminateExecution(JobExecutionService.java:720) ~[classes/:?]
	at com.hazelcast.jet.impl.operation.TerminateExecutionOperation.doRun(TerminateExecutionOperation.java:59) ~[classes/:?]
	at com.hazelcast.jet.impl.operation.AsyncOperation.run(AsyncOperation.java:55) ~[classes/:?]
	at com.hazelcast.spi.impl.operationservice.Operation.call(Operation.java:193) ~[classes/:?]
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(OperationRunnerImpl.java:291) ~[classes/:?]
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:262) ~[classes/:?]
	at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:494) ~[classes/:?]
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:185) ~[classes/:?]
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:141) ~[classes/:?]
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.loop(OperationThread.java:134) ~[classes/:?]
	at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:115) ~[classes/:?]
	at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:111) [classes/:?]
Caused by: java.util.concurrent.CancellationException
	at com.hazelcast.jet.impl.JobExecutionService.terminateExecution(JobExecutionService.java:719) ~[classes/:?]
	... 11 more
08:02:21,265 DEBUG || - [MasterJobContext] ForkJoinPool.commonPool-worker-16 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 received response to StartExecutionOperation from [127.0.0.1]:5702: com.hazelcast.jet.impl.execution.ExecutionCancellationException
08:02:21,265 DEBUG || - [MasterJobContext] ForkJoinPool.commonPool-worker-16 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 has failures: [[127.0.0.1]:5702=com.hazelcast.jet.impl.execution.ExecutionCancellationException, [127.0.0.1]:5701=com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>]
08:02:21,265 DEBUG || - [JobClassLoaderService] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Finish JobClassLoaders phaseCount = 0, removing classloaders for jobId=0b8b-270d-6c9e-0001
08:02:21,265 ERROR || - [MasterJobContext] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Execution of job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 failed
	Start time: 2024-04-14T08:02:21.259
	Duration: 00:00:00.006
	To see additional job metrics enable JobConfig.storeMetricsAfterJobCompletion
com.hazelcast.jet.JetException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.impl.execution.TaskletExecutionService.handleTaskletExecutionError(TaskletExecutionService.java:289) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:413) ~[classes/:?]
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:807) ~[?:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.run(TaskletExecutionService.java:372) ~[classes/:?]
	at java.base/java.lang.Thread.run(Thread.java:891) ~[?:?]
Caused by: com.hazelcast.jet.impl.execution.TaskletExecutionException: Exception in ProcessorTasklet{0b8b-270d-6c9e-0001/assertCollected#1}: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.impl.execution.TaskletExecutionService.handleTaskletExecutionError(TaskletExecutionService.java:288) ~[classes/:?]
	... 4 more
Caused by: java.lang.AssertionError: null, expected:<[1, 2, 3, 4]> but was:<[1, 2, 4, 3]>
	at com.hazelcast.jet.core.test.JetAssert.throwNotEqual(JetAssert.java:95) ~[classes/:?]
	at com.hazelcast.jet.core.test.JetAssert.assertEquals(JetAssert.java:71) ~[classes/:?]
	at com.hazelcast.jet.pipeline.test.AssertionSinks.lambda$assertOrdered$996f324a$1(AssertionSinks.java:62) ~[classes/:?]
	at com.hazelcast.function.ConsumerEx.accept(ConsumerEx.java:47) ~[classes/:?]
	at com.hazelcast.jet.impl.pipeline.test.AssertionP.complete(AssertionP.java:82) ~[classes/:?]
	at com.hazelcast.jet.impl.processor.ProcessorWrapper.complete(ProcessorWrapper.java:122) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.complete(ProcessorTasklet.java:541) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.stateMachineStep(ProcessorTasklet.java:421) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.ProcessorTasklet.call(ProcessorTasklet.java:291) ~[classes/:?]
	at com.hazelcast.jet.impl.execution.TaskletExecutionService$CooperativeWorker.runTasklet(TaskletExecutionService.java:407) ~[classes/:?]
	... 3 more
08:02:21,266 DEBUG || - [JobCoordinationService] hz.AssertionsTest_flamboyant_banzai.cached.thread-2 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] job '0b8b-270d-6c9e-0001', execution 0b8b-270d-6c9f-0001 is completed
08:02:21,294  INFO |test_assertOrdered_not_terminal_should_fail[0: mode=member]| - [CacheService] Thread-49062 - [127.0.0.1]:5701 [dev] [5.5.0-SNAPSHOT] Removed cache config: CacheConfig{name='journaledMap.4d39388e-7a9c-4f79-a544-78a3431370cc', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}, userCodeNamespace=null}
08:02:21,294  INFO || - [CacheService] hz.AssertionsTest_vigorous_banzai.generic-operation.thread-0 - [127.0.0.1]:5702 [dev] [5.5.0-SNAPSHOT] Removed cache config: CacheConfig{name='journaledMap.4d39388e-7a9c-4f79-a544-78a3431370cc', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}, userCodeNamespace=null}
08:02:21,294  INFO |test_assertOrdered_not_terminal_should_fail[0: mode=member]| - [HazelcastTestSupport] Time-limited test - Shutting down node factory as @After action
BuildInfo right after test_assertOrdered_not_terminal_should_fail[0: mode=member](com.hazelcast.jet.pipeline.test.AssertionsTest): BuildInfo{version='5.5.0-SNAPSHOT', build='20240414', buildNumber=20240414, revision=, enterprise=false, serializationVersion=1}
Hiccups measured while running test 'test_assertOrdered_not_terminal_should_fail[0: mode=member](com.hazelcast.jet.pipeline.test.AssertionsTest):'
08:02:20, accumulated pauses: 1281 ms, max pause: 19 ms, pauses over 1000 ms: 0


No metrics recorded during the test

Standard output can be found here - https://s3.console.aws.amazon.com/s3/buckets/j-artifacts/Hazelcast-master-ZingJDK17/49/

@sumnerib sumnerib added Team: Core Type: Test-Failure Source: Internal PR or issue was opened by an employee Module: Jet Issues/PRs for Jet labels Apr 15, 2024
@sumnerib sumnerib added this to the 5.5.0 milestone Apr 15, 2024
@orcunc orcunc self-assigned this Apr 17, 2024
@orcunc orcunc added the to-jira label Apr 17, 2024
Copy link
Contributor

Internal Jira issue: HZ-4682

@github-actions github-actions bot changed the title com.hazelcast.jet.pipeline.test.AssertionsTest.test_assertOrdered_not_terminal_should_fail[0: mode=member] com.hazelcast.jet.pipeline.test.AssertionsTest.test_assertOrdered_not_terminal_should_fail[0: mode=member] [HZ-4682] Apr 17, 2024
@orcunc orcunc closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Jet Issues/PRs for Jet Source: Internal PR or issue was opened by an employee Team: Core to-jira Type: Test-Failure
Projects
None yet
Development

No branches or pull requests

2 participants