Skip to content

Conversation

@williamhyun
Copy link
Member

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

@github-actions github-actions bot added the INFRA label Nov 1, 2021
@williamhyun
Copy link
Member Author

cc: @dongjoon-hyun , @wgtmac , @guiyanakuang

@guiyanakuang
Copy link
Member

+1 LGTM

@dongjoon-hyun
Copy link
Member

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.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a 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

@dongjoon-hyun dongjoon-hyun merged commit cba2c1e into apache:main Nov 1, 2021
dongjoon-hyun pushed a commit that referenced this pull request Nov 1, 2021
### 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]>
dongjoon-hyun pushed a commit that referenced this pull request Nov 1, 2021
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]>
@dongjoon-hyun
Copy link
Member

Merged to main/1.7/1.6.

@dongjoon-hyun dongjoon-hyun added this to the 1.7.1 milestone Nov 1, 2021
dongjoon-hyun added a commit that referenced this pull request Oct 8, 2025
### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants