From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id B1E347F2FB for ; Thu, 5 Sep 2019 18:26:15 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id x85IPaAR005055 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 5 Sep 2019 11:25:51 -0700 Received: from [128.224.56.214] (128.224.56.214) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.468.0; Thu, 5 Sep 2019 11:25:35 -0700 To: Changqing Li , Richard Purdie , References: <1567485996-351404-1-git-send-email-changqing.li@windriver.com> <413ea6ab6c76a8a532b7d28303b54fe61f12cd99.camel@linuxfoundation.org> <761df36a-5ea2-4b07-3e78-a0b5a4276908@windriver.com> From: Randy MacLeod Message-ID: Date: Thu, 5 Sep 2019 14:25:35 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <761df36a-5ea2-4b07-3e78-a0b5a4276908@windriver.com> X-Originating-IP: [128.224.56.214] Subject: Re: [PATCH V3] dnf.py: installroot support usrmerge X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2019 18:26:15 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB On 9/4/19 4:36 AM, Changqing Li wrote: > > On 9/4/19 4:15 PM, Richard Purdie wrote: >> On Wed, 2019-09-04 at 16:04 +0800, Changqing Li wrote: >>> Ping >>> Test with/without  usrmege feature passed. >>> With usrmerge: >>> NOTE: test_dnf_installroot (dnf.DnfRepoTest) >>> DEBUG: Checking if 'DISTRO_FEATURES' value contains 'usrmerge' to >>> skip the test >>> NOTE:  ... skipped 'Test run when not enable usrmerge' >>> Test run when not enable usrmerge >>> NOTE: test_dnf_installroot_usrmerge (dnf.DnfRepoTest) >>> DEBUG: Checking if 'DISTRO_FEATURES' value contains 'usrmerge' to run >>> the test >>> DEBUG: [Running]$ ssh -l root -o UserKnownHostsFile=/dev/null -o >>> StrictHostKeyChecking=no -o LogLevel=ERROR 192.168.7.16 export >>> PATH=/usr/sbin:/sbin:/usr/bin:/bin; mkdir -p >>> /home/root/chroot/test/etc >>> .... >>> >>> Without usrmerge: >>> NOTE: test_dnf_installroot (dnf.DnfRepoTest) >>> DEBUG: Checking if 'DISTRO_FEATURES' value contains 'usrmerge' to >>> skip the test >>> DEBUG: [Running]$ ssh -l root -o UserKnownHostsFile=/dev/null -o >>> StrictHostKeyChecking=no -o LogLevel=ERROR 192.168.7.10 export >>> PATH=/usr/sbin:/sbin:/usr/bin:/bin; mkdir -p >>> /home/root/chroot/test/etc >>> DEBUG: time: 1567404974.8490767, endtime: 1567406474.8424258 >>> DEBUG: [Command returned '0' after 0.13 seconds] >>> DEBUG: Command: mkdir -p /home/root/chroot/test/etc >>> Output: >>> ... >>> NOTE:  ... ok >>> NOTE: test_dnf_installroot_usrmerge (dnf.DnfRepoTest) >>> DEBUG: Checking if 'DISTRO_FEATURES' value contains 'usrmerge' to run >>> the test >>> NOTE:  ... skipped 'Test run when enable usrmege' >>> Test run when enable usrmege >> In a previous version of this patch, it introduced a failure in the >> parselogs test as an error was generated into the logs. I haven't >> tested the new version of the patch, was that issue addressed? >> >> Cheers, >> >> Richard > > I didn't met failure in test_parselog during test,  the whole > testimage is passed. > > Could you help to send me the link of the failure test if the new > version still > > met test_parselog failure? Thanks. Sandy, Richard shouldn't have to do that since many people have such requests and if he helped everyone he would (and has in the past) spend/t too much time helping people. We should be able to setup the autobuilder locally to reproduce the problem. Also during the YP bug review call, someone suggested that you check if the dnf install tests are running in a deterministic order. If they are not, then that might explain why the AB sees the problem but you do not. ../Randy > >> >> >> -- # Randy MacLeod # Wind River Linux