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

Flaky TestMySqlTableStatisticsMySql8IndexStatistics.testNotAnalyzed #12413

Closed
wendigo opened this issue May 16, 2022 · 0 comments · Fixed by #12459
Closed

Flaky TestMySqlTableStatisticsMySql8IndexStatistics.testNotAnalyzed #12413

wendigo opened this issue May 16, 2022 · 0 comments · Fixed by #12459

Comments

@wendigo
Copy link
Contributor

wendigo commented May 16, 2022

Error:  io.trino.plugin.mysql.TestMySqlTableStatisticsMySql8IndexStatistics.testNotAnalyzed  Time elapsed: 3.282 s  <<< FAILURE!
java.lang.AssertionError: 

Expecting:
  <1347.0>
to be close to:
  <15000.0>
by less than 50% but difference was 91.02%.
(a difference of exactly 50% being considered valid)
	at io.trino.plugin.mysql.BaseTestMySqlTableStatisticsTest.testNotAnalyzed(BaseTestMySqlTableStatisticsTest.java:110)
	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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant