You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2022/12/03 05:16:00 UTC

[jira] [Created] (CAMEL-18792) camel-hdfs - Make integration tests runnable without a real cluster

Kengo Seki created CAMEL-18792:
----------------------------------

             Summary: camel-hdfs - Make integration tests runnable without a real cluster
                 Key: CAMEL-18792
                 URL: https://issues.apache.org/jira/browse/CAMEL-18792
             Project: Camel
          Issue Type: Improvement
            Reporter: Kengo Seki


It's a follow-up issue for CAMEL-18776.
The original issue should have been found by running [integration tests|https://github.com/apache/camel/tree/main/components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/integration], but as of now, we have to set up an HDFS cluster for running them. It's bothering a bit.
If we leverage [MiniDFSCluster|https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/MiniDFSCluster.java] for this purpose, we don't need a real cluster any longer so we can easily find a similar problem.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)