Github user pvillard31 commented on the issue:

    https://github.com/apache/nifi/pull/1937
  
    @ggthename, yes you can ignore this test failure, we are aware that this 
test intermittently fails. If you prefer you can do a ``mvn clean install 
-Pcontrib-check`` only in the Cassandra bundle directory for now.
    
    The tests are now OK but the build still fails because of checkstyle issues 
(you need to run the ``contrib-check`` maven profile for that):
    
    ````
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[38] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
org.apache.nifi.annotation.behavior.*.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[62] 
(imports) AvoidStarImport: Using the '.*' form of import should be avoided - 
java.util.*.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[442:13] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[451:9] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[483:13] 
(blocks) RightCurly: '}' should be on the same line.
    [WARNING] 
src/main/java/org/apache/nifi/processors/cassandra/QueryCassandra.java[721:9] 
(blocks) RightCurly: '}' should be on the same line.
    ````


---
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