Github user apiri commented on the pull request:

    https://github.com/apache/nifi/pull/186#issuecomment-178671457
  
    @PuspenduBanerjee Not sure I understand.  From the linked PR in Travis I 
looked at one of the build logs 
(https://s3.amazonaws.com/archive.travis-ci.org/jobs/106415261/log.txt) and 
found the following among all the other typical test cases:
    
    > -------------------------------------------------------
    >  T E S T S
    > -------------------------------------------------------
    > Running org.apache.nifi.processors.camel.CamelProcessorTest
    > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.956 sec 
- in org.apache.nifi.processors.camel.CamelProcessorTest
    > 
    
    Do you have any additional details as to which tests you are seeing get 
skipped?  To clarify, Travis maven builds are two steps:
    
    1. Gather all dependencies for the build and compile: `mvn install 
-DskipTests=true -Dmaven.javadoc.skip=true -B -V`
    2. Do a full install and contrib-check: `mvn clean install 
-Pcontrib-check,groovy-unit-test`
    
    
    Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to