iwasakims commented on PR #928:
URL: https://github.com/apache/bigtop/pull/928#issuecomment-1172945035
tested on Rocky Linux 8 x86_64:
```
$ ./docker-hadoop.sh \
--create 3 \
--image bigtop/puppet:trunk-rockylinux-8 \
--memory 8g \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce \
--smoke-tests hdfs
...
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testDelte STANDARD_OUT
testDelete
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testMkdir STANDARD_OUT
testMkdir
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testOpen STANDARD_OUT
testOpen
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileStatus
STANDARD_OUT
testtGetFileStatus
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetReplication
STANDARD_OUT
testSetReplication
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetContentSummary
STANDARD_OUT
testtGetContentSummary
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testCreateFile STANDARD_OUT
testCreateFile
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testRename STANDARD_OUT
testRename
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testGetFileChecksum
STANDARD_OUT
testtGetFileChecksum
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetPermissions
STANDARD_OUT
testSetPermissions
org.apache.bigtop.itest.hadoop.hdfs.TestWebHDFS > testSetTimes STANDARD_OUT
testSetTimes
Gradle Test Executor 2 finished executing tests.
> Task :bigtop-tests:smoke-tests:hdfs:test
Finished generating test XML results (0.015 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/hdfs/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.021 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/hdfs/build/reports/tests/test
Now testing...
:bigtop-tests:smoke-tests:hdfs:test (Thread[Execution worker for ':' Thread
6,5,main]) completed. Took 7 mins 43.823 secs.
BUILD SUCCESSFUL in 8m 53s
36 actionable tasks: 8 executed, 28 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]