ORC-1253: Add Fedora 37 Docker test#1224
Closed
williamhyun wants to merge 1 commit into
Closed
Conversation
Member
|
Thank you, @williamhyun . It looks promising . Let me check this manually. |
dongjoon-hyun
approved these changes
Aug 17, 2022
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Since it's not published yet to Apache ORC docker hub, I tested like the following on my Intel MacBook.
$ docker build -t apache/orc-dev:fedora37 fedora37
$ ./run-one.sh local fedora37 fedora37
...
Test project /root/build
Start 1: orc-test
1/8 Test #1: orc-test ......................... Passed 5.35 sec
Start 2: java-test
2/8 Test #2: java-test ........................ Passed 192.94 sec
Start 3: java-tools-test
3/8 Test #3: java-tools-test .................. Passed 0.14 sec
Start 4: java-bench-gen-test
4/8 Test #4: java-bench-gen-test .............. Passed 1.38 sec
Start 5: java-bench-scan-test
5/8 Test #5: java-bench-scan-test ............. Passed 1.23 sec
Start 6: java-bench-hive-test
6/8 Test #6: java-bench-hive-test ............. Passed 13.55 sec
Start 7: java-bench-spark-test
7/8 Test #7: java-bench-spark-test ............ Passed 4.66 sec
Start 8: tool-test
8/8 Test #8: tool-test ........................ Passed 10.70 sec
100% tests passed, 0 tests failed out of 8
Total Test time (real) = 229.97 sec
Built target test-out
Finished fedora37 at Wed Aug 17 13:10:33 PDT 2022
Member
|
I'll put the above result into the PR description. |
dongjoon-hyun
pushed a commit
that referenced
this pull request
Aug 17, 2022
### What changes were proposed in this pull request? This PR aims to add Febdora 37 Docker test. ### Why are the changes needed? To improve test coverage. ### How was this patch tested? Manually test on AMD64. Note that ORC-762 still exists; protobuffer 2.5.0 only works on AMD64 and Apple silicon. ``` $ docker build -t apache/orc-dev:fedora37 fedora37 $ ./run-one.sh local fedora37 fedora37 ... Test project /root/build Start 1: orc-test 1/8 Test #1: orc-test ......................... Passed 5.35 sec Start 2: java-test 2/8 Test #2: java-test ........................ Passed 192.94 sec Start 3: java-tools-test 3/8 Test #3: java-tools-test .................. Passed 0.14 sec Start 4: java-bench-gen-test 4/8 Test #4: java-bench-gen-test .............. Passed 1.38 sec Start 5: java-bench-scan-test 5/8 Test #5: java-bench-scan-test ............. Passed 1.23 sec Start 6: java-bench-hive-test 6/8 Test #6: java-bench-hive-test ............. Passed 13.55 sec Start 7: java-bench-spark-test 7/8 Test #7: java-bench-spark-test ............ Passed 4.66 sec Start 8: tool-test 8/8 Test #8: tool-test ........................ Passed 10.70 sec 100% tests passed, 0 tests failed out of 8 Total Test time (real) = 229.97 sec Built target test-out Finished fedora37 at Wed Aug 17 13:10:33 PDT 2022 ``` Closes #1224 from williamhyun/fedora37. Authored-by: William Hyun <william@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 8f2b610) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
|
FYI, I pushed to Apache ORC docker hub too. |
Member
|
Merged to main/1.8. |
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 Febdora 37 Docker test.
### Why are the changes needed?
To improve test coverage.
### How was this patch tested?
Manually test on AMD64.
Note that ORC-762 still exists; protobuffer 2.5.0 only works on AMD64 and Apple silicon.
```
$ docker build -t apache/orc-dev:fedora37 fedora37
$ ./run-one.sh local fedora37 fedora37
...
Test project /root/build
Start 1: orc-test
1/8 Test #1: orc-test ......................... Passed 5.35 sec
Start 2: java-test
2/8 Test #2: java-test ........................ Passed 192.94 sec
Start 3: java-tools-test
3/8 Test #3: java-tools-test .................. Passed 0.14 sec
Start 4: java-bench-gen-test
4/8 Test #4: java-bench-gen-test .............. Passed 1.38 sec
Start 5: java-bench-scan-test
5/8 Test #5: java-bench-scan-test ............. Passed 1.23 sec
Start 6: java-bench-hive-test
6/8 Test #6: java-bench-hive-test ............. Passed 13.55 sec
Start 7: java-bench-spark-test
7/8 Test #7: java-bench-spark-test ............ Passed 4.66 sec
Start 8: tool-test
8/8 Test #8: tool-test ........................ Passed 10.70 sec
100% tests passed, 0 tests failed out of 8
Total Test time (real) = 229.97 sec
Built target test-out
Finished fedora37 at Wed Aug 17 13:10:33 PDT 2022
```
Closes apache#1224 from williamhyun/fedora37.
Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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
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 Febdora 37 Docker test.
Why are the changes needed?
To improve test coverage.
How was this patch tested?
Manually test on AMD64.
Note that ORC-762 still exists; protobuffer 2.5.0 only works on AMD64 and Apple silicon.