-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-1040: Add Debian 11 docker test #953
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
Conversation
|
cc: @dongjoon-hyun , @wgtmac , @guiyanakuang |
|
+1 LGTM |
|
Oh. Thank you, @williamhyun and @guiyanakuang . This looks helpful for me to test new ORC releases. I'll test and merge this PR before releasing 1.7.1/1.6.12. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. I verified this locally. Java passed and C++ failed only at TestDecompression.testLzoLong.
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
...
[----------] Global test environment tear-down
[==========] 403 tests from 36 test cases ran. (5460 ms total)
[ PASSED ] 402 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] TestDecompression.testLzoLong
1 FAILED TEST
Start 2: java-test
2/7 Test #2: java-test ........................ Passed 183.83 sec
Start 3: java-tools-test
3/7 Test #3: java-tools-test .................. Passed 0.16 sec
Start 4: java-bench-gen-test
4/7 Test #4: java-bench-gen-test .............. Passed 1.43 sec
Start 5: java-bench-scan-test
5/7 Test #5: java-bench-scan-test ............. Passed 1.32 sec
Start 6: java-bench-hive-test
6/7 Test #6: java-bench-hive-test ............. Passed 13.19 sec
Start 7: tool-test
7/7 Test #7: tool-test ........................ Passed 14.35 sec
86% tests passed, 1 tests failed out of 7
Total Test time (real) = 219.75 sec
The following tests FAILED:
1 - orc-test (Failed)
Errors while running CTest
make[3]: *** [CMakeFiles/test-out.dir/build.make:76: CMakeFiles/test-out] Error 8
make[2]: *** [CMakeFiles/Makefile2:283: CMakeFiles/test-out.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:290: CMakeFiles/test-out.dir/rule] Error 2
make: *** [Makefile:216: test-out] Error 2
FAILED debian11
### What changes were proposed in this pull request? This PR aims to add Debian 11 docker test. ### Why are the changes needed? To improve test coverage. ### How was this patch tested? Manual, pass the docker tests. Currently, there is only one C++ test case failure, which is ORC-1041. ``` [ PASSED ] 402 tests. [ FAILED ] 1 test, listed below: [ FAILED ] TestDecompression.testLzoLong ``` (cherry picked from commit cba2c1e) Signed-off-by: Dongjoon Hyun <[email protected]>
This PR aims to add Debian 11 docker test. To improve test coverage. Manual, pass the docker tests. Currently, there is only one C++ test case failure, which is ORC-1041. ``` [ PASSED ] 402 tests. [ FAILED ] 1 test, listed below: [ FAILED ] TestDecompression.testLzoLong ``` (cherry picked from commit cba2c1e) Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit d540bc5) Signed-off-by: Dongjoon Hyun <[email protected]>
|
Merged to main/1.7/1.6. |
### What changes were proposed in this pull request? This PR aims to remove `Debian 11` support from Apache ORC 2.3.0. ### Why are the changes needed? We want to focus on `Debian 12` and `Debian 13`. - #2417 - #953 ### How was this patch tested? Manual review because this is a removal of test coverage. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2434 from dongjoon-hyun/ORC-2015. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to add Debian 11 docker test.
Why are the changes needed?
To improve test coverage.
How was this patch tested?
Manual, pass the docker tests.
Currently, there is only one C++ test case failure, which is ORC-1041.