-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-1498: Add Debian 12 Docker test
#1605
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debian 12 Docker test
Member
Author
|
Since this is |
dongjoon-hyun
added a commit
that referenced
this pull request
Aug 30, 2023
### What changes were proposed in this pull request? This PR aims to add `Debian 12` Docker test. ### Why are the changes needed? To improve the test coverage for the new Debian OS environment. ### How was this patch tested? Run the docker tests. ``` $ cd docker $ ./run-one.sh local ORC-1498 debian12 Started local run for ORC-1498 on debian12 at Tue Aug 29 23:50:19 PDT 2023 -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 ... Java version: 17.0.8, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-arm64 ... Run CPack packaging tool... CPack: Create package using TGZ CPack: Install projects CPack: - Run preinstall target for: ORC CPack: - Install project: ORC [] CPack: Create package CPack: - package: /root/build/ORC-2.0.0-SNAPSHOT-Linux.tar.gz generated. Test project /root/build Start 1: orc-test 1/8 Test #1: orc-test ......................... Passed 4.61 sec Start 2: java-test 2/8 Test #2: java-test ........................ Passed 105.33 sec Start 3: java-tools-test 3/8 Test #3: java-tools-test .................. Passed 0.08 sec Start 4: java-bench-gen-test 4/8 Test #4: java-bench-gen-test .............. Passed 0.73 sec Start 5: java-bench-scan-test 5/8 Test #5: java-bench-scan-test ............. Passed 0.65 sec Start 6: java-bench-hive-test 6/8 Test #6: java-bench-hive-test ............. Passed 11.11 sec Start 7: java-bench-spark-test 7/8 Test #7: java-bench-spark-test ............ Passed 3.23 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) = 132.45 sec Built target test-out Finished debian12 at Wed Aug 30 00:02:14 PDT 2023 ``` Closes #1605 from dongjoon-hyun/ORC-1498. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 3cd1837) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to main/1.9. |
cxzl25
pushed a commit
to cxzl25/orc
that referenced
this pull request
Jan 11, 2024
### What changes were proposed in this pull request?
This PR aims to add `Debian 12` Docker test.
### Why are the changes needed?
To improve the test coverage for the new Debian OS environment.
### How was this patch tested?
Run the docker tests.
```
$ cd docker
$ ./run-one.sh local ORC-1498 debian12
Started local run for ORC-1498 on debian12 at Tue Aug 29 23:50:19 PDT 2023
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
...
Java version: 17.0.8, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-arm64
...
Run CPack packaging tool...
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: ORC
CPack: - Install project: ORC []
CPack: Create package
CPack: - package: /root/build/ORC-2.0.0-SNAPSHOT-Linux.tar.gz generated.
Test project /root/build
Start 1: orc-test
1/8 Test #1: orc-test ......................... Passed 4.61 sec
Start 2: java-test
2/8 Test #2: java-test ........................ Passed 105.33 sec
Start 3: java-tools-test
3/8 Test #3: java-tools-test .................. Passed 0.08 sec
Start 4: java-bench-gen-test
4/8 Test #4: java-bench-gen-test .............. Passed 0.73 sec
Start 5: java-bench-scan-test
5/8 Test #5: java-bench-scan-test ............. Passed 0.65 sec
Start 6: java-bench-hive-test
6/8 Test #6: java-bench-hive-test ............. Passed 11.11 sec
Start 7: java-bench-spark-test
7/8 Test #7: java-bench-spark-test ............ Passed 3.23 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) = 132.45 sec
Built target test-out
Finished debian12 at Wed Aug 30 00:02:14 PDT 2023
```
Closes apache#1605 from dongjoon-hyun/ORC-1498.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to add
Debian 12Docker test.Why are the changes needed?
To improve the test coverage for the new Debian OS environment.
How was this patch tested?
Run the docker tests.