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.sql.impl.ShowStatementTest.test_showJobsEmpty #3052

Open
olukas opened this issue May 25, 2021 · 0 comments
Open

com.hazelcast.jet.sql.impl.ShowStatementTest.test_showJobsEmpty #3052

olukas opened this issue May 25, 2021 · 0 comments

Comments

@olukas
Copy link
Collaborator

olukas commented May 25, 2021

4.5-maintenance (commit 48d9e46)

Failed on Oracle JDK 11: http://jenkins.hazelcast.com/view/Jet%20-%20Maintenance/job/jet-oss-maintenance-oracle-jdk11/235/testReport/com.hazelcast.jet.sql.impl/ShowStatementTest/test_showJobsEmpty/

Stacktrace:

java.lang.AssertionError: 

Expecting:
  <[Row{[testJob]}]>
to contain exactly (and in same order):
  <[]>
but some elements were not expected:
  <[Row{[testJob]}]>

	at com.hazelcast.jet.sql.SqlTestSupport.assertRowsOrdered(SqlTestSupport.java:134)
	at com.hazelcast.jet.sql.impl.ShowStatementTest.test_showJobsEmpty(ShowStatementTest.java:91)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	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:834)

Standard output:

2021-05-23 17:02:06,128 [ INFO] [Time-limited test] [c.h.j.SimpleTestInClusterSupport]: Ditching 1 jobs in SimpleTestInClusterSupport.@After: [063a-ca28-db81-0001]
2021-05-23 17:02:06,131 [ INFO] [Time-limited test] [c.h.j.SimpleTestInClusterSupport]: Destroying 1 distributed objects in SimpleTestInClusterSupport.@After: [hz:impl:replicatedMapService/__sql.catalog]
BuildInfo right after test_showJobsEmpty(com.hazelcast.jet.sql.impl.ShowStatementTest): BuildInfo{version='4.2', build='20210324', buildNumber=20210324, revision=405cfd1, enterprise=false, serializationVersion=1, jet=JetBuildInfo{version='4.5.1-SNAPSHOT', build='20210523', revision='48d9e46'}}
Hiccups measured while running test 'test_showJobsEmpty(com.hazelcast.jet.sql.impl.ShowStatementTest):'
17:02:00, accumulated pauses: 2296 ms, max pause: 742 ms, pauses over 1000 ms: 0
17:02:05, accumulated pauses: 375 ms, max pause: 369 ms, pauses over 1000 ms: 0
@olukas olukas added this to the 4.5.1 milestone May 25, 2021
@degerhz degerhz modified the milestones: 4.5.1, 4.5.2 Sep 14, 2021
@frant-hartm frant-hartm modified the milestones: 4.5.2, 4.5.3 Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants