From issues-return-105122-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Oct 21 12:59:13 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 49D0A18063B for ; Wed, 21 Oct 2020 14:59:13 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 8831841F0D for ; Wed, 21 Oct 2020 12:59:12 +0000 (UTC) Received: (qmail 74394 invoked by uid 500); 21 Oct 2020 12:59:12 -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 74385 invoked by uid 99); 21 Oct 2020 12:59:12 -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; Wed, 21 Oct 2020 12:59:12 +0000 From: =?utf-8?q?GitBox?= To: issues@nifi.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bnifi-minifi-cpp=5D_fgerlits_opened_a_new_pull_requ?= =?utf-8?q?est_=23929=3A_MINIFICPP-1397_Fix_compilation_errors_when_PCAP_is_?= =?utf-8?q?enabled?= Message-ID: Date: Wed, 21 Oct 2020 12:59:12 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit fgerlits opened a new pull request #929: URL: https://github.com/apache/nifi-minifi-cpp/pull/929 The CapturePacket (PCAP) processor is not enabled by default, and it was not compiled in any of our CI jobs, so it has got into a bad state where it no longer compiled. I have fixed this, although the integration test still failed after the fix. I have disabled the failing assertions in the integration test and enabled PCAP in one of the CI jobs. It will take more work to get this extension into a good state (and re-enable the assertions), but until then it will not degrade further, at least. https://issues.apache.org/jira/browse/MINIFICPP-1397 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all changes: - [x] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [x] Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. - [x] Has your PR been rebased against the latest commit within the target branch (typically main)? - [x] Is your initial contribution a single, squashed commit? ### For code changes: - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the LICENSE file? - [ ] If applicable, have you updated the NOTICE file? ### For documentation related changes: - [ ] Have you ensured that format looks appropriate for the output in which it is rendered? ### Note: Please ensure that once the PR is submitted, you check GitHub Actions CI results for build issues and submit an update to your PR as soon as possible. ---------------------------------------------------------------- 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