From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE4C1A0A0E for ; Thu, 3 Jun 2021 18:13:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3A0C410F1; Thu, 3 Jun 2021 18:13:31 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 46EDF40DF6 for ; Thu, 3 Jun 2021 18:13:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622736808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+YZ+Iy9sndQdWixnOYnSlSDtJaaAVnEPecBi8CQAUA8=; b=hrMcCtxr8VpB3spr4zuyRuW8vuz7I2aIHSckhTP4QnY5HycveTaQr1UkpAYzx5Ws7Chew3 Nt4gESxXTJ1g/7JCNfQVYU4Q5P/EIX9Fgz7iym4QUk4OfRWhzhD2XGvLi/lv9st4Vc7xaB m4HDdu8H1Y3mptNiovY9mij/JqIDyRw= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-309-NQCIPWx3PdqHX4vHzTAH1A-1; Thu, 03 Jun 2021 12:13:27 -0400 X-MC-Unique: NQCIPWx3PdqHX4vHzTAH1A-1 Received: by mail-vs1-f70.google.com with SMTP id w12-20020a67e24c0000b0290254b2c1f42cso2025415vse.7 for ; Thu, 03 Jun 2021 09:13:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+YZ+Iy9sndQdWixnOYnSlSDtJaaAVnEPecBi8CQAUA8=; b=EIthpG35oXUa0EufKMUVklobXRStmDYBCyM8pWBQE7zZ8B/AMkHj5nfcDuzeo+rx6d qyGnS8PgCta9yb88b7rwgRZHVTWWwP66KGF6ZpHXVCa4HFaWkSmN8NHpmfNxl/dqYADN UPBDMOl0526I3tj4mU0B2GT9tDsEA+diH6yL4yVL8l379jXuUaMdAeKydnZPh5oouSMX V3zlN22T9GE+ByGmYUjD397MeLHp/z+hOC4ejmVlrCBbInBWerRf10IOFWUyvb3IWhtd X4JlIn6lyELRS161sOaUnj/RQwHHlVNHpkgdrgFMu3g6p2ZLx4qXbXMxQKSLgHBRw8Uk 317g== X-Gm-Message-State: AOAM531zWnZWoeprqXqIrh4JoObVOcWhaqUCSYOJuPkLhqnuirt3Gs15 p1OfYB6jifpCUJs6QnPL7FIRBS73OC1nshrF6lhCvbcPv+S1lpR+Q6mC9ncf+pdYTO2v8d1pwlK 6y4QB6naXyMvLoDUSrw== X-Received: by 2002:a05:6122:40e:: with SMTP id e14mr107739vkd.20.1622736806572; Thu, 03 Jun 2021 09:13:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwrqwcy1wc8g048BiBsJE261+NNuSqdUoxYMOL/NjFX0stXR+L/p7yVrneQuLDGYBZjq2LzkZM7y+QxnGzfCb4= X-Received: by 2002:a05:6122:40e:: with SMTP id e14mr107713vkd.20.1622736806396; Thu, 03 Jun 2021 09:13:26 -0700 (PDT) MIME-Version: 1.0 References: <20210603134608.586408-1-aconole@redhat.com> <20210603152234.590929-1-aconole@redhat.com> In-Reply-To: <20210603152234.590929-1-aconole@redhat.com> From: David Marchand Date: Thu, 3 Jun 2021 18:13:14 +0200 Message-ID: To: Aaron Conole Cc: dev , ci@dpdk.org, Michael Santana , Ilya Maximets Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [PATCH v4] test: remove strict timing requirements from alarm and cycles tests X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" On Thu, Jun 3, 2021 at 5:22 PM Aaron Conole wrote: > > The tests 'alarm_autotest' and 'cycles_autotest' rely on the underlying > system having very accurate and precise timing. On systems where the > timing isn't as rigid, or the load is particularly high, these tests are > unreliable since the wake latency from the scheduler can be high enough > to miss the timing window. > > Remove the timing related tests from the test suites. These tests now > ensure the add/remove callback infrastructure unit tests, but drop the > waits and reliance on system timing and load. > > This avoids FAIL on various testing infrastructures. > > Signed-off-by: Aaron Conole Applied, thanks Aaron. -- David Marchand