Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1556: Add
Rocky Linux 9
Docker Test
### What changes were proposed in this pull request? This PR aims to add `Rocky Linux 9` Dockerfile. ### Why are the changes needed? To provide a test coverage for `Oracle 9`-compatible OS environment. - https://docs.rockylinux.org/release_notes/9_3/ - https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.3_release_notes/index ### How was this patch tested? Manual test. ``` $ ./run-one.sh apache branch-1.9 rocky9 ... Test project /root/orc/build Start 1: orc-test 1/8 Test #1: orc-test ......................... Passed 4.92 sec Start 2: java-test 2/8 Test #2: java-test ........................ Passed 114.57 sec Start 3: java-tools-test 3/8 Test #3: java-tools-test .................. Passed 0.07 sec Start 4: java-bench-gen-test 4/8 Test #4: java-bench-gen-test .............. Passed 0.75 sec Start 5: java-bench-scan-test 5/8 Test #5: java-bench-scan-test ............. Passed 0.71 sec Start 6: java-bench-hive-test 6/8 Test #6: java-bench-hive-test ............. Passed 11.45 sec Start 7: java-bench-spark-test 7/8 Test #7: java-bench-spark-test ............ Passed 3.26 sec Start 8: tool-test 8/8 Test #8: tool-test ........................ Passed 6.70 sec 100% tests passed, 0 tests failed out of 8 Total Test time (real) = 142.44 sec Built target test-out Finished rocky9 at Sat Dec 23 23:21:18 PST 2023 ``` Closes #1695 from dongjoon-hyun/ORC-1556. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information