You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/28 23:07:40 UTC

[GitHub] [nifi] exceptionfactory commented on a diff in pull request #6718: NIFI-10875 fixed flaky test

exceptionfactory commented on code in PR #6718:
URL: https://github.com/apache/nifi/pull/6718#discussion_r1034050671


##########
nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/test/java/org/apache/nifi/processors/solr/TestQuerySolr.java:
##########
@@ -588,7 +588,7 @@ public void testAttributes() {
 
         MockFlowFile flowFile = runner.getFlowFilesForRelationship(QuerySolr.RESULTS).get(0);
         Map<String, String> attributes = flowFile.getAttributes();
-
+        

Review Comment:
   The checkstyle static analysis flagged this line change as a warning, so it needs to be removed:
   
   Warning:  src/test/java/org/apache/nifi/processors/solr/TestQuerySolr.java:[591] (regexp) RegexpSinglelineJava: Line has trailing whitespace.



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org