sekikn opened a new pull request, #1076:
URL: https://github.com/apache/bigtop/pull/1076
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
Based on BIGTOP-3702, this PR adds a simple smoke test for Ranger.
### How was this patch tested?
Ran the added test locally, as follows:
CentOS 7
```
$ ./docker-hadoop.sh -d -C config_centos-7.yaml -G -L -k bigtop-utils,ranger
-s ranger -c 1
...
> Task :bigtop-tests:smoke-tests:ranger:test
Finished generating test XML results (0.011 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.031 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:ranger:test (Thread[Daemon worker,5,main])
completed. Took 3.035 secs.
BUILD SUCCESSFUL in 1m 34s
```
Rocky Linux 8
```
$ ./docker-hadoop.sh -d -C config_rockylinux-8.yaml -F
docker-compose-cgroupv2.yml -G -L -k bigtop-utils,ranger -s ranger -c 1
...
> Task :bigtop-tests:smoke-tests:ranger:test
Finished generating test XML results (0.011 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.021 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:ranger:test (Thread[Daemon worker,5,main])
completed. Took 3.94 secs.
BUILD SUCCESSFUL in 1m 22s
```
Fedora 35
```
$ ./docker-hadoop.sh -d -C config_fedora-35.yaml -F
docker-compose-cgroupv2.yml -G -L -k bigtop-utils,ranger -s ranger -c 1
...
> Task :bigtop-tests:smoke-tests:ranger:test
Finished generating test XML results (0.01 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.027 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:ranger:test (Thread[Daemon worker,5,main])
completed. Took 2.672 secs.
BUILD SUCCESSFUL in 1m 3s
```
Fedora 36
```
$ ./docker-hadoop.sh -d -C config_fedora-36.yaml -F
docker-compose-cgroupv2.yml -G -L -k bigtop-utils,ranger -s ranger -c 1
...
> Task :bigtop-tests:smoke-tests:ranger:test
Finished generating test XML results (0.011 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.026 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ranger/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:ranger:test (Thread[Execution worker for
':',5,main]) completed. Took 2.56 secs.
BUILD SUCCESSFUL in 1m 16s
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]