LamiumAmplexicaule commented on PR #8259: URL: https://github.com/apache/hadoop/pull/8259#issuecomment-4108509217
The CI runs `mvn install` on the trunk, so if we change any of the `org.apache.hadoop.fs.shell.*` or modify `testHDFSConf.xml`, the test `org.apache.hadoop.cli.TestHDFSCLI` should fail. > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8259/7/console ``` 14:03:04 ============================================================================ 14:03:04 ============================================================================ 14:03:04 maven install: trunk 14:03:04 ============================================================================ 14:03:04 ============================================================================ 14:03:04 14:03:04 14:03:05 cd /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-8259/ubuntu-noble/src 14:03:05 /opt/maven/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-8259/yetus-m2/hadoop-trunk-patch-1 -DskipTests -Pnative -Drequire.fuse -Drequire.openssl -Drequire.snappy -Drequire.valgrind -Drequire.zstd -Drequire.test.libhadoop -Pyarn-ui -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true -Dspotbugs.skip=true > /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-8259/ubuntu-noble/out/branch-mvninstall-root.txt 2>&1 14:29:44 Elapsed: 26m 42s ``` ```shell # on the trunk $ mvn clean install -DskipTests -DskipShade # on the PR $ ./start-build-env.sh ubuntu_24 > mvn -pl hadoop-hdfs-project/hadoop-hdfs test -Dtest=org.apache.hadoop.cli.TestHDFSCLI # Fail > mvn -pl hadoop-hdfs-project/hadoop-hdfs -am test -Dtest=org.apache.hadoop.cli.TestHDFSCLI. # Success > mvn -pl hadoop-common-project/hadoop-common,hadoop-hdfs-project/hadoop-hdfs test -Dtest=org.apache.hadoop.cli.TestHDFSCLI # Success # on the PR $ mvn clean install -DskipTests -DskipShade $ ./start-build-env.sh ubuntu_24 > mvn -pl hadoop-hdfs-project/hadoop-hdfs test -Dtest=org.apache.hadoop.cli.TestHDFSCLI # Success ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
