From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3DC8AA0487 for <public@inbox.dpdk.org>; Mon, 1 Jul 2019 18:04:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 76E2A1B9F8; Mon, 1 Jul 2019 18:04:31 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 511D71B9E6 for <dev@dpdk.org>; Mon, 1 Jul 2019 18:04:30 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5BC0D3082B25; Mon, 1 Jul 2019 16:04:29 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.208]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AB1C31001B2C; Mon, 1 Jul 2019 16:04:22 +0000 (UTC) From: Aaron Conole <aconole@redhat.com> To: Thomas Monjalon <thomas@monjalon.net> Cc: David Marchand <david.marchand@redhat.com>, dev@dpdk.org, msantana@redhat.com, JananeeX M Parthasarathy <jananeex.m.parthasarathy@intel.com> References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1560580950-16754-1-git-send-email-david.marchand@redhat.com> <70986373.KVGszKu7e3@xps> Date: Mon, 01 Jul 2019 12:04:21 -0400 In-Reply-To: <70986373.KVGszKu7e3@xps> (Thomas Monjalon's message of "Thu, 27 Jun 2019 22:36:29 +0200") Message-ID: <f7tk1d1rbay.fsf@dhcp-25.97.bos.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Mon, 01 Jul 2019 16:04:29 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Thomas Monjalon <thomas@monjalon.net> writes: > 15/06/2019 08:42, David Marchand: >> This is a joint effort to make the unit tests ready for CI. > > Applied, thanks > > Remaining work below from your list: > [...] >> - the tests on --file-prefix are still ko, and have been isolated in a >> test that we could disable while waiting for the fixes, Yes, I think it's good to do that for now. >> - rwlock_autotest and hash_readwrite_lf_autotest are taking a little more >> than 10s, Occasionally the distributor test times out as well. I've moved them as part of a separate patch, that I'll post along with a bigger series to enable the unit tests under travis. Michael and I are leaning toward introducing a new variable called RUN_TESTS which will do the docs and unit testing since those combined would add quite a bit to the execution time of each job (and feel free to bike shed the name, since the patches aren't final). >> - librte_table unit test crashes on ipv6 [2], I guess we're waiting on a patch from Jananee (CC'd)? >> - the "perf" tests are taking way too long for my taste, Agreed, so I think we'll disable the perf tests in the CI environment anyway. >> - the shared build unit tests all fail when depending on mempool since >> the mempool drivers are not loaded, I think Michael is working on a fix for this right now. >> 2: https://bugs.dpdk.org/show_bug.cgi?id=285