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

TestTimeZoneUtils.testNamedZones faills with 'Pacific/Kanton' is not recognised #10674

Closed
ebyhr opened this issue Jan 19, 2022 · 0 comments · Fixed by #10679
Closed

TestTimeZoneUtils.testNamedZones faills with 'Pacific/Kanton' is not recognised #10674

ebyhr opened this issue Jan 19, 2022 · 0 comments · Fixed by #10679
Milestone

Comments

@ebyhr
Copy link
Member

ebyhr commented Jan 19, 2022

Error:  io.trino.util.TestTimeZoneUtils.testNamedZones  Time elapsed: 0.061 s  <<< FAILURE!
java.lang.IllegalArgumentException: The datetime zone id 'Pacific/Kanton' is not recognised
	at org.joda.time.DateTimeZone.forID(DateTimeZone.java:247)
	at io.trino.util.TestTimeZoneUtils.testNamedZones(TestTimeZoneUtils.java:51)
	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)
@ebyhr ebyhr linked a pull request Jan 19, 2022 that will close this issue
@losipiuk losipiuk changed the title Fix TestTimeZoneUtils.testNamedZones failure TestTimeZoneUtils.testNamedZones faills with 'Pacific/Kanton' is not recognised Jan 19, 2022
@findepi findepi added this to the 369 milestone Jan 19, 2022
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.

2 participants