Re: [OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-19 Thread Alexander Kanavin
No, indeed they're all obsolete. They were added to the ticket today,
so I assumed they're fresh failures. Ignore the revert then, sorry for
hasty blaming.

Alex

On Wed, 19 Jul 2023 at 22:44, Joshua Watt  wrote:
>
> Do you have a recent log of a failure? All the ones in the ticket
> buildbot says are from a month ago (or, maybe that's just a quirk of
> buildbot?)
>
> On Wed, Jul 19, 2023 at 2:35 PM Alexander Kanavin
>  wrote:
> >
> > Which newer commit, in which repo? I believe the latest SRCREV update
> > in oe-core master that landed 12 hours ago or so is what broke things.
> >
> > Alex
> >
> > On Wed, 19 Jul 2023 at 22:32, Joshua Watt  wrote:
> > >
> > > There is a newer commit that was merged to master just today; please
> > > see if that fixes it.
> > >
> > > On Wed, Jul 19, 2023 at 2:26 PM Alexander Kanavin
> > >  wrote:
> > > >
> > > > Unfortunately this seems to once again have regressed glib/codegen
> > > > ptest (the test writes large amounts to stdout):
> > > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154
> > > >
> > > > I'll send a revert.
> > > >
> > > > Alex
> > > >
> > > > On Mon, 17 Jul 2023 at 16:36, Richard Purdie
> > > >  wrote:
> > > > >
> > > > > Pull in the commits:
> > > > >
> > > > > Change test timeout to be total elapsed time
> > > > > Report if child dies from a signal
> > > > > Recreate pipe for each test
> > > > > Revert "runner: Correctly handle running parallel tests"
> > > > > runner: Correctly handle running parallel tests
> > > > >
> > > > > Signed-off-by: Richard Purdie 
> > > > > ---
> > > > >  meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb 
> > > > > b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > > index 6f3104499f2..77e2b94f376 100644
> > > > > --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > > +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > > @@ -7,7 +7,7 @@ HOMEPAGE = 
> > > > > "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/;
> > > > >  LICENSE = "GPL-2.0-or-later"
> > > > >  LIC_FILES_CHKSUM = 
> > > > > "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
> > > > >
> > > > > -SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
> > > > > +SRCREV = "07d8a676aa962ecc5ec264ec33b0074adf2a8733"
> > > > >  PV .= "+git${SRCPV}"
> > > > >
> > > > >  SRC_URI = 
> > > > > "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https
> > > > >  \
> > > > > --
> > > > > 2.39.2
> > > > >
> > > > >
> > > > > 
> > > > >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184613): 
https://lists.openembedded.org/g/openembedded-core/message/184613
Mute This Topic: https://lists.openembedded.org/mt/100195650/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-19 Thread Joshua Watt
Do you have a recent log of a failure? All the ones in the ticket
buildbot says are from a month ago (or, maybe that's just a quirk of
buildbot?)

On Wed, Jul 19, 2023 at 2:35 PM Alexander Kanavin
 wrote:
>
> Which newer commit, in which repo? I believe the latest SRCREV update
> in oe-core master that landed 12 hours ago or so is what broke things.
>
> Alex
>
> On Wed, 19 Jul 2023 at 22:32, Joshua Watt  wrote:
> >
> > There is a newer commit that was merged to master just today; please
> > see if that fixes it.
> >
> > On Wed, Jul 19, 2023 at 2:26 PM Alexander Kanavin
> >  wrote:
> > >
> > > Unfortunately this seems to once again have regressed glib/codegen
> > > ptest (the test writes large amounts to stdout):
> > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154
> > >
> > > I'll send a revert.
> > >
> > > Alex
> > >
> > > On Mon, 17 Jul 2023 at 16:36, Richard Purdie
> > >  wrote:
> > > >
> > > > Pull in the commits:
> > > >
> > > > Change test timeout to be total elapsed time
> > > > Report if child dies from a signal
> > > > Recreate pipe for each test
> > > > Revert "runner: Correctly handle running parallel tests"
> > > > runner: Correctly handle running parallel tests
> > > >
> > > > Signed-off-by: Richard Purdie 
> > > > ---
> > > >  meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb 
> > > > b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > index 6f3104499f2..77e2b94f376 100644
> > > > --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > > @@ -7,7 +7,7 @@ HOMEPAGE = 
> > > > "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/;
> > > >  LICENSE = "GPL-2.0-or-later"
> > > >  LIC_FILES_CHKSUM = 
> > > > "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
> > > >
> > > > -SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
> > > > +SRCREV = "07d8a676aa962ecc5ec264ec33b0074adf2a8733"
> > > >  PV .= "+git${SRCPV}"
> > > >
> > > >  SRC_URI = 
> > > > "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
> > > > --
> > > > 2.39.2
> > > >
> > > >
> > > > 
> > > >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184612): 
https://lists.openembedded.org/g/openembedded-core/message/184612
Mute This Topic: https://lists.openembedded.org/mt/100195650/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-19 Thread Alexander Kanavin
Which newer commit, in which repo? I believe the latest SRCREV update
in oe-core master that landed 12 hours ago or so is what broke things.

Alex

On Wed, 19 Jul 2023 at 22:32, Joshua Watt  wrote:
>
> There is a newer commit that was merged to master just today; please
> see if that fixes it.
>
> On Wed, Jul 19, 2023 at 2:26 PM Alexander Kanavin
>  wrote:
> >
> > Unfortunately this seems to once again have regressed glib/codegen
> > ptest (the test writes large amounts to stdout):
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154
> >
> > I'll send a revert.
> >
> > Alex
> >
> > On Mon, 17 Jul 2023 at 16:36, Richard Purdie
> >  wrote:
> > >
> > > Pull in the commits:
> > >
> > > Change test timeout to be total elapsed time
> > > Report if child dies from a signal
> > > Recreate pipe for each test
> > > Revert "runner: Correctly handle running parallel tests"
> > > runner: Correctly handle running parallel tests
> > >
> > > Signed-off-by: Richard Purdie 
> > > ---
> > >  meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb 
> > > b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > index 6f3104499f2..77e2b94f376 100644
> > > --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > > @@ -7,7 +7,7 @@ HOMEPAGE = 
> > > "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/;
> > >  LICENSE = "GPL-2.0-or-later"
> > >  LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
> > >
> > > -SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
> > > +SRCREV = "07d8a676aa962ecc5ec264ec33b0074adf2a8733"
> > >  PV .= "+git${SRCPV}"
> > >
> > >  SRC_URI = 
> > > "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
> > > --
> > > 2.39.2
> > >
> > >
> > > 
> > >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184610): 
https://lists.openembedded.org/g/openembedded-core/message/184610
Mute This Topic: https://lists.openembedded.org/mt/100195650/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-19 Thread Joshua Watt
There is a newer commit that was merged to master just today; please
see if that fixes it.

On Wed, Jul 19, 2023 at 2:26 PM Alexander Kanavin
 wrote:
>
> Unfortunately this seems to once again have regressed glib/codegen
> ptest (the test writes large amounts to stdout):
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154
>
> I'll send a revert.
>
> Alex
>
> On Mon, 17 Jul 2023 at 16:36, Richard Purdie
>  wrote:
> >
> > Pull in the commits:
> >
> > Change test timeout to be total elapsed time
> > Report if child dies from a signal
> > Recreate pipe for each test
> > Revert "runner: Correctly handle running parallel tests"
> > runner: Correctly handle running parallel tests
> >
> > Signed-off-by: Richard Purdie 
> > ---
> >  meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb 
> > b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > index 6f3104499f2..77e2b94f376 100644
> > --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> > @@ -7,7 +7,7 @@ HOMEPAGE = 
> > "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/;
> >  LICENSE = "GPL-2.0-or-later"
> >  LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
> >
> > -SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
> > +SRCREV = "07d8a676aa962ecc5ec264ec33b0074adf2a8733"
> >  PV .= "+git${SRCPV}"
> >
> >  SRC_URI = 
> > "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
> > --
> > 2.39.2
> >
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184609): 
https://lists.openembedded.org/g/openembedded-core/message/184609
Mute This Topic: https://lists.openembedded.org/mt/100195650/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] ptest-runner: Pull in parallel test fixes

2023-07-19 Thread Alexander Kanavin
Unfortunately this seems to once again have regressed glib/codegen
ptest (the test writes large amounts to stdout):
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15154

I'll send a revert.

Alex

On Mon, 17 Jul 2023 at 16:36, Richard Purdie
 wrote:
>
> Pull in the commits:
>
> Change test timeout to be total elapsed time
> Report if child dies from a signal
> Recreate pipe for each test
> Revert "runner: Correctly handle running parallel tests"
> runner: Correctly handle running parallel tests
>
> Signed-off-by: Richard Purdie 
> ---
>  meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb 
> b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> index 6f3104499f2..77e2b94f376 100644
> --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
> @@ -7,7 +7,7 @@ HOMEPAGE = 
> "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/;
>  LICENSE = "GPL-2.0-or-later"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
>
> -SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
> +SRCREV = "07d8a676aa962ecc5ec264ec33b0074adf2a8733"
>  PV .= "+git${SRCPV}"
>
>  SRC_URI = 
> "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \
> --
> 2.39.2
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184607): 
https://lists.openembedded.org/g/openembedded-core/message/184607
Mute This Topic: https://lists.openembedded.org/mt/100195650/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-