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 cast time tz exception message #20306

Merged
merged 1 commit into from
Jan 10, 2024

Fix cast time tz exception message

25031b0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix cast time tz exception message #20306

Fix cast time tz exception message
25031b0
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Jan 9, 2024 in 0s

96501 tests run, 3237 skipped, 1 failed.

Annotations

Check failure on line 405 in io/trino/hdfs/rubix/TestRubixCaching

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestRubixCaching.testCacheWrite

/tmp/TestRubixCaching3618797223720792246: failed to delete one or more files; see suppressed exceptions for details
Raw output
java.nio.file.FileSystemException: /tmp/TestRubixCaching3618797223720792246: failed to delete one or more files; see suppressed exceptions for details
	at com.google.common.io.MoreFiles.throwDeleteFailed(MoreFiles.java:803)
	at com.google.common.io.MoreFiles.deleteRecursively(MoreFiles.java:554)
	at io.trino.hdfs.rubix.TestRubixCaching.lambda$closeRubix$3(TestRubixCaching.java:246)
	at com.google.common.io.Closer.close(Closer.java:218)
	at io.trino.hdfs.rubix.TestRubixCaching.closeRubix(TestRubixCaching.java:272)
	at io.trino.hdfs.rubix.TestRubixCaching.testCacheWrite(TestRubixCaching.java:405)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
	Suppressed: java.nio.file.DirectoryNotEmptyException
		at java.base/sun.nio.fs.UnixSecureDirectoryStream.implDelete(UnixSecureDirectoryStream.java:207)
		at java.base/sun.nio.fs.UnixSecureDirectoryStream.deleteDirectory(UnixSecureDirectoryStream.java:224)
		at java.base/sun.nio.fs.UnixSecureDirectoryStream.deleteDirectory(UnixSecureDirectoryStream.java:42)
		at com.google.common.io.MoreFiles.deleteRecursivelySecure(MoreFiles.java:630)
		at com.google.common.io.MoreFiles.deleteDirectoryContentsSecure(MoreFiles.java:652)
		at com.google.common.io.MoreFiles.deleteRecursivelySecure(MoreFiles.java:624)
		at com.google.common.io.MoreFiles.deleteRecursively(MoreFiles.java:531)
		... 11 more