sekikn commented on PR #8828: URL: https://github.com/apache/camel/pull/8828#issuecomment-1337431446
Thanks! Just updated the PR. With this PR, I ensured all unit and integration tests succeeded, as follows: ``` $ cd test-infra/camel-test-infra-hdfs $ mvn clean install ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.056 s [INFO] Finished at: 2022-12-05T22:57:03+09:00 [INFO] ------------------------------------------------------------------------ $ cd - $ cd components/camel-hdfs $ LD_LIBRARY_PATH=/home/sekikn/.sdkman/candidates/hadoop/3.2.2/lib/native mvn clean verify ... [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ camel-hdfs --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.camel.component.hdfs.FromFileToHdfsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s - in org.apache.camel.component.hdfs.FromFileToHdfsTest [INFO] Running org.apache.camel.component.hdfs.HaConfigurationBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.camel.component.hdfs.HaConfigurationBuilderTest [INFO] Running org.apache.camel.component.hdfs.HdfsConsumerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 s - in org.apache.camel.component.hdfs.HdfsConsumerTest [INFO] Running org.apache.camel.component.hdfs.HdfsInputStreamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.camel.component.hdfs.HdfsInputStreamTest [INFO] Running org.apache.camel.component.hdfs.HdfsOutputStreamTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.camel.component.hdfs.HdfsOutputStreamTest [INFO] Running org.apache.camel.component.hdfs.HdfsProducerConsumerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.34 s - in org.apache.camel.component.hdfs.HdfsProducerConsumerTest [INFO] Running org.apache.camel.component.hdfs.HdfsProducerSplitTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.516 s - in org.apache.camel.component.hdfs.HdfsProducerSplitTest [INFO] Running org.apache.camel.component.hdfs.HdfsProducerTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.486 s - in org.apache.camel.component.hdfs.HdfsProducerTest [INFO] Running org.apache.camel.component.hdfs.kerberos.KerberosAuthenticationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.camel.component.hdfs.kerberos.KerberosAuthenticationTest [INFO] Running org.apache.camel.component.hdfs.kerberos.KerberosConfigurationBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.camel.component.hdfs.kerberos.KerberosConfigurationBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 ... [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ camel-hdfs --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.camel.component.hdfs.integration.HdfsProducerConsumerIntegrationIT ... [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.908 s - in org.apache.camel.component.hdfs.integration.HdfsProducerConsumerIntegrationIT [INFO] Running org.apache.camel.component.hdfs.integration.HdfsConsumerIntegrationIT ... [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.277 s - in org.apache.camel.component.hdfs.integration.HdfsConsumerIntegrationIT [INFO] Running org.apache.camel.component.hdfs.integration.HdfsAppendIT ... [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.52 s - in org.apache.camel.component.hdfs.integration.HdfsAppendIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (integration-test) @ camel-hdfs --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:04 min [INFO] Finished at: 2022-12-05T22:58:41+09:00 [INFO] ------------------------------------------------------------------------ ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org