From issues-return-86833-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Thu Oct 17 15:34:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 69A17180657 for ; Thu, 17 Oct 2019 17:34:00 +0200 (CEST) Received: (qmail 78170 invoked by uid 500); 17 Oct 2019 15:33:59 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 78161 invoked by uid 99); 17 Oct 2019 15:33:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2019 15:33:59 +0000 From: GitBox To: issues@nifi.apache.org Subject: [GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #657: MINIFICPP-1048 - Add PublishKafka docker tests Message-ID: <157132643971.20834.73686109202809028.gitbox@gitbox.apache.org> Date: Thu, 17 Oct 2019 15:33:59 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit arpadboda commented on a change in pull request #657: MINIFICPP-1048 - Add PublishKafka docker tests URL: https://github.com/apache/nifi-minifi-cpp/pull/657#discussion_r336078248 ########## File path: docker/test/integration/minifi/test/__init__.py ########## @@ -256,7 +338,7 @@ class NoFileOutPutValidator(FileOutputValidator): def __init__(self): self.valid = False - def validate(self): + def validate(self, dir=''): Review comment: The same here. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services