From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id D686B60229 for ; Mon, 13 May 2019 09:18:57 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id x4D9IvXZ005875 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 13 May 2019 02:18:57 -0700 (PDT) Received: from [128.224.162.170] (128.224.162.170) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 13 May 2019 02:18:56 -0700 To: , "Burton, Ross" References: <5CD13414.9060408@windriver.com> <20190508030539.448075-1-mingli.yu@windriver.com> From: "Yu, Mingli" Message-ID: <5CD93813.1060907@windriver.com> Date: Mon, 13 May 2019 17:25:39 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [128.224.162.170] Cc: OE-core Subject: Re: [PATCH v3] glib-2.0: fix ptest failures 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: Mon, 13 May 2019 09:18:58 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 2019年05月08日 20:25, richard.purdie@linuxfoundation.org wrote: > On Wed, 2019-05-08 at 12:54 +0100, Burton, Ross wrote: >> On Wed, 8 May 2019 at 04:06, wrote: >>> * Increase the timeout to 15 minutes as the default >>> timeout which is 5 minutes is not enough to fix below error: >>> | Executing: glib/actions.test >>> | Test timed out after 300 seconds >>> | cleaning up pid 13050 >>> | FAIL: glib/actions.test (Child process killed by signal 9) >> >> My Debian machine runs that test in 20 seconds. >> >> Maybe we're missing dependencies to get a working session dbus up? > > That seems likely. I'd note that we see: > > https://autobuilder.yocto.io/pub/non-release/20190502-12/testresults/testresult-report.txt > > > Recipe | Passed | Failed | Skipped | Time(s) > glib-2.0 | 290 | 1 | 0 | 427 > > and the failing test is: > > ptestresult.glib-2.0.glib/gdatetime.test__Child_process_killed_by_signal_6_ > > so it would seem this is working on our autobuilder tests? That would > seem to back up Ross' comments. Thanks Ross and RP's comments! It's weird! Seems it succeeds in autobuilder, but I can reproduce the glib/actions.test failure steadily in my env as below: # time; /usr/libexec/installed-tests/glib/actions -p;time user 0m0.13s sys 0m0.07s /actions/dbus/threaded: OK user 6m29.03s sys 0m50.46s Thanks, > > Cheers, > > Richard > >