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

Fix flaky TestClickHouseConnectorSmokeTest.testRenameSchema #10653

Closed
ebyhr opened this issue Jan 18, 2022 · 2 comments · Fixed by #10975
Closed

Fix flaky TestClickHouseConnectorSmokeTest.testRenameSchema #10653

ebyhr opened this issue Jan 18, 2022 · 2 comments · Fixed by #10975
Assignees
Labels
bug Something isn't working test

Comments

@ebyhr
Copy link
Member

ebyhr commented Jan 18, 2022

Error:  io.trino.plugin.clickhouse.TestClickHouseConnectorSmokeTest.testRenameSchema  Time elapsed: 0.05 s  <<< FAILURE!
java.lang.AssertionError: 

Expecting code to raise a throwable.
	at io.trino.plugin.clickhouse.TestClickHouseConnectorSmokeTest.testRenameSchema(TestClickHouseConnectorSmokeTest.java:46)
	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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)

https://github.com/trinodb/trino/runs/4849619566

@ebyhr ebyhr added bug Something isn't working test labels Jan 18, 2022
@ebyhr
Copy link
Member Author

ebyhr commented Jan 18, 2022

Also, we should specify minor version here to pin the image.

public static final String DEFAULT_VERSION = "20.8";

@ebyhr ebyhr self-assigned this Jan 18, 2022
@ebyhr
Copy link
Member Author

ebyhr commented Jan 19, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test
Development

Successfully merging a pull request may close this issue.

1 participant