vvysotskyi opened a new pull request #1987: DRILL-7589: Set temporary tests folder for UDF_DIRECTORY_LOCAL, fix allocators closing in BloomFilterTest, fix permissions issue for TestGracefulShutdown tests URL: https://github.com/apache/drill/pull/1987 # [DRILL-7589](https://issues.apache.org/jira/browse/DRILL-7589): Set temporary tests folder for UDF_DIRECTORY_LOCAL, fix allocators closing in BloomFilterTest, fix permissions issue for TestGracefulShutdown tests ## Description Initially, `UDF_DIRECTORY_LOCAL` had default value for tests and was set to `/tmp/drill/udf/udf/local`. Changed its value to refer to the test directory. Hope it will help to fix CI failures. Fixed the following errors for `TestGracefulShutdown` tests (it was only logged, but tests pass. ``` Unable to store data for the path [file:/var/log/drill/profiles/21b7ceae-680b-91ab-3cd2-24f6d5d53a7d.sys.drill]: Mkdirs failed to create file:/var/log/drill/profiles (exists=false, cwd=file:/home/runner/work/drill/drill/exec/java-exec) ``` Fixed closing allocators for `BloomFilterTest` tests, the following error was logged, after tests from this class are finished: ``` java.lang.IllegalStateException: Allocator[ROOT] closed with outstanding buffers allocated (1). ``` ## Documentation NA ## Testing Checked several times on GitHub Actions Jobs on the forked repo.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
