From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id D830439C503A for ; Thu, 4 Feb 2021 20:40:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D830439C503A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: S2vW8b8YV/UcdUnIcReBGv5+r5ev2lLYWRA3l0+0u6F16SnbmZraPhqq57/4anYe0k+ezWunvm YSILNt1zP2Arxa0zQEbnKkuCgmuQluXbXrep/URMNaSAT47gurzvcUnIkRLGmzO4P2WM8cPGMK dOAzkjoHx3nimFZnVC1fwjp+Nam4ylB/rJx+H4dOZBQwLnDg3QwzV45QpRt2pKLNfocOqvNYJ2 vpATXfKxFjCDui7IduFc2oJm+TghwgRfCeBbDVs8+OTdeI0d4x6nXCscDQFYqNtTTrR3qshx7/ 4kg= X-IronPort-AV: E=Sophos;i="5.81,153,1610438400"; d="scan'208";a="57935541" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 04 Feb 2021 12:40:54 -0800 IronPort-SDR: 1pznKt6rZco+eF2mWhuagg2toUq3MQhyBSVEYIMn1RUGk+ixws1RVQF9IJww/gWpe3IQhtpyJo KeLPR42pR78Xe6titO81GWTXD9qBHfnFjFRxVuKJhnpCWuRC2ca8n6gnLz5pQeJ4hVpiwsKalL QxvcCN00K2QsJAzc4LE8zh3edul4xb+de5EEkH8s/pyYrWXiMVtICjpmWVXePOZcYg8+wCA6px qrvwMg+iybrzQmcSjfeDV94rwiVIdavxqcU0kUpuCgeASVh8M1phAIiI1kuc2uRqmwdnFg4M8K Mx4= Date: Thu, 4 Feb 2021 20:40:48 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Lukasz Majewski CC: Florian Weimer , Alistair Francis , Florian Weimer , GNU C Library Subject: Re: [PATCH 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered In-Reply-To: <20210204141605.0c545970@jawa> Message-ID: References: <20210118160336.2553-1-lukma@denx.de> <20210203151736.263e561e@jawa> <20210204141605.0c545970@jawa> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3123.5 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 20:40:56 -0000 On Thu, 4 Feb 2021, Lukasz Majewski wrote: > This feature is only provided to work with cross-test-ssh.sh script, so > it seems like the serialization is done by this script execution. The script does not serialize execution. It works fine to do parallel testing with cross-test-ssh.sh, if the system the tests are run on can handle the load of parallel test execution. (It might be harder to make test compilation run in parallel but test execution in series, although that makes sense even without cross testing in the case of the nptl/ directory.) -- Joseph S. Myers joseph@codesourcery.com