sekikn commented on PR #922: URL: https://github.com/apache/bigtop/pull/922#issuecomment-1173554254
+1, tested on Fedora 35, Debian 10 and Ubuntu 18.04. ``` $ ./docker-hadoop.sh -d -c 3 -F docker-compose-cgroupv2.yml -i bigtop/puppet:trunk-fedora-35 -r file:///bigtop-home/output -G -k zookeeper,kafka -s kafka ... > Task :bigtop-tests:smoke-tests:kafka:test Finished generating test XML results (0.024 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/test-results/test Generating HTML test report... Finished generating test html results (0.043 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:kafka:test (Thread[Daemon worker,5,main]) completed. Took 10.543 secs. BUILD SUCCESSFUL in 1m 47s 34 actionable tasks: 7 executed, 27 up-to-date ``` ``` $ ./docker-hadoop.sh -d -c 3 -i bigtop/puppet:trunk-debian-10 -r file:///bigtop-home/output/apt -G -k zookeeper,kafka -s kafka ... > Task :bigtop-tests:smoke-tests:kafka:test Finished generating test XML results (0.017 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/test-results/test Generating HTML test report... Finished generating test html results (0.032 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:kafka:test (Thread[Daemon worker,5,main]) completed. Took 10.018 secs. BUILD SUCCESSFUL in 1m 9s 34 actionable tasks: 7 executed, 27 up-to-date ``` ``` $ ./docker-hadoop.sh -d -c 3 -i bigtop/puppet:trunk-ubuntu-18.04 -r file:///bigtop-home/output/apt -G -k zookeeper,kafka -s kafka ... > Task :bigtop-tests:smoke-tests:kafka:test Finished generating test XML results (0.018 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/test-results/test Generating HTML test report... Finished generating test html results (0.045 secs) into: /bigtop-home/bigtop-tests/smoke-tests/kafka/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:kafka:test (Thread[Execution worker for ':',5,main]) completed. Took 11.816 secs. BUILD SUCCESSFUL in 1m 8s 34 actionable tasks: 7 executed, 27 up-to-date ``` -- 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]
