From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 215C6C43332 for ; Mon, 15 Feb 2021 15:27:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E05EE64E7F for ; Mon, 15 Feb 2021 15:27:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230489AbhBOP0u (ORCPT ); Mon, 15 Feb 2021 10:26:50 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51260 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230413AbhBOP0Y (ORCPT ); Mon, 15 Feb 2021 10:26:24 -0500 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lBfkp-00032R-9L; Mon, 15 Feb 2021 15:25:39 +0000 Date: Mon, 15 Feb 2021 16:25:38 +0100 From: Paolo Pisati To: Pooja Trivedi Cc: netdev@vger.kernel.org Subject: selftests: tls: multi_chunk_sendfile: Test terminated by timeout (constant failure) Message-ID: <20210215152538.GA37512@harukaze> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Pooja, commit 0e6fbe39bdf71b4e665767bcbf53567a3e6d0623 Author: Pooja Trivedi Date: Fri Jun 5 16:01:18 2020 +0000 net/tls(TLS_SW): Add selftest for 'chunked' sendfile test your multi_chunk_sendfile test is constantly failing for me (x86_64 defconfig + tools/testing/selftests/net/config + TLS) on 5.10.y: ... # RUN tls.12.multi_chunk_sendfile ... # multi_chunk_sendfile: Test terminated by timeout # FAIL tls.12.multi_chunk_sendfile not ok 6 tls.12.multi_chunk_sendfile ... # RUN tls.13.multi_chunk_sendfile ... # multi_chunk_sendfile: Test terminated by timeout # FAIL tls.13.multi_chunk_sendfile not ok 51 tls.13.multi_chunk_sendfile i tried bumping up the timeout to an insane value, but that didn't change the outcome - anything particular i should check? -- bye, p.