All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Runtime test issues
@ 2019-02-13 21:25 Thomas Petazzoni
  2019-02-18  2:34 ` Ricardo Martincoski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-02-13 21:25 UTC (permalink / raw)
  To: buildroot

Hello,

Fran?ois, Ricardo, Yann: you are in Cc because some of the runtime test
cases you added have some issues.

Fran?ois, the following tests are failing:

 - tests.package.test_perl_dbd_mysql.TestPerlDBDmysql
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295305

 - tests.package.test_prosody.TestProsodyLuajit
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295315

 - tests.package.test_prosody.TestProsodyLua51
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295314

Ricardo, the following test is failing:

 - tests.download.test_git.TestGitRefs
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269

Yann, the following tests are failing:

 - tests.init.test_systemd.TestInitSystemSystemdRoFull
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295290

 - tests.init.test_systemd.TestInitSystemSystemdRwFull
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295293

 - tests.init.test_systemd.TestInitSystemSystemdRoNetworkd
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295292

 - tests.init.test_systemd.TestInitSystemSystemdRwNetworkd 	
   https://gitlab.com/buildroot.org/buildroot/-/jobs/158295295

Could you have a look at those test failures ?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Runtime test issues
  2019-02-13 21:25 [Buildroot] Runtime test issues Thomas Petazzoni
@ 2019-02-18  2:34 ` Ricardo Martincoski
  2019-02-18 18:02 ` François Perrad
  2019-02-22 20:46 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Ricardo Martincoski @ 2019-02-18  2:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, Feb 13, 2019 at 07:25 PM, Thomas Petazzoni wrote:

[snip]
>  - tests.download.test_git.TestGitRefs
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269

When using recent versions of git the download of the sha1 of a special ref
works because of this line in support/download/git:
  _git fetch origin "'${cset}:${cset}'"
I tested using:
git version 2.17.1

The git version installed in our docker image does not support it.

I will reply to another email thread about this.

Regards,
Ricardo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Runtime test issues
  2019-02-13 21:25 [Buildroot] Runtime test issues Thomas Petazzoni
  2019-02-18  2:34 ` Ricardo Martincoski
@ 2019-02-18 18:02 ` François Perrad
  2019-02-22 20:46 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: François Perrad @ 2019-02-18 18:02 UTC (permalink / raw)
  To: buildroot

Le mer. 13 f?vr. 2019 ? 22:25, Thomas Petazzoni <
thomas.petazzoni@bootlin.com> a ?crit :

> Hello,
>
> Fran?ois, Ricardo, Yann: you are in Cc because some of the runtime test
> cases you added have some issues.
>
> Fran?ois, the following tests are failing:
>
>  - tests.package.test_perl_dbd_mysql.TestPerlDBDmysql
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295305
>
>  - tests.package.test_prosody.TestProsodyLuajit
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295315
>
>  - tests.package.test_prosody.TestProsodyLua51
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295314
>
>
The problem with prosody comes from LuaExpat, see
https://github.com/tomasguisasola/luaexpat/issues/3
I will send a patch soon.

Fran?ois

Ricardo, the following test is failing:
>
>  - tests.download.test_git.TestGitRefs
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269
>
> Yann, the following tests are failing:
>
>  - tests.init.test_systemd.TestInitSystemSystemdRoFull
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295290
>
>  - tests.init.test_systemd.TestInitSystemSystemdRwFull
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295293
>
>  - tests.init.test_systemd.TestInitSystemSystemdRoNetworkd
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295292
>
>  - tests.init.test_systemd.TestInitSystemSystemdRwNetworkd
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295295
>
> Could you have a look at those test failures ?
>
> Thanks a lot!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190218/51533b6a/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Runtime test issues
  2019-02-13 21:25 [Buildroot] Runtime test issues Thomas Petazzoni
  2019-02-18  2:34 ` Ricardo Martincoski
  2019-02-18 18:02 ` François Perrad
@ 2019-02-22 20:46 ` Thomas Petazzoni
  2019-02-26  3:07   ` Ricardo Martincoski
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-02-22 20:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 13 Feb 2019 22:25:33 +0100
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> Fran?ois, the following tests are failing:
> 
>  - tests.package.test_perl_dbd_mysql.TestPerlDBDmysql
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295305

Fran?ois, any news about this one ?

>  - tests.package.test_prosody.TestProsodyLuajit
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295315
> 
>  - tests.package.test_prosody.TestProsodyLua51
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295314

For those ones, you have sent:

Subject: [Buildroot] [PATCH] luaexpat: restore getcurrentbytecount (required  by prosody)
Date: Tue, 19 Feb 2019 08:24:09 +0100

I will have a look at it.

> Ricardo, the following test is failing:
> 
>  - tests.download.test_git.TestGitRefs
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269

Ricardo, I saw you discussed this issue with Arnout. Any conclusion ?

> Yann, the following tests are failing:
> 
>  - tests.init.test_systemd.TestInitSystemSystemdRoFull
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295290
> 
>  - tests.init.test_systemd.TestInitSystemSystemdRwFull
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295293
> 
>  - tests.init.test_systemd.TestInitSystemSystemdRoNetworkd
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295292
> 
>  - tests.init.test_systemd.TestInitSystemSystemdRwNetworkd 	
>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295295

Yann, any news about those failures? They are still occurring on the
current master.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Runtime test issues
  2019-02-22 20:46 ` Thomas Petazzoni
@ 2019-02-26  3:07   ` Ricardo Martincoski
  0 siblings, 0 replies; 5+ messages in thread
From: Ricardo Martincoski @ 2019-02-26  3:07 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, Feb 22, 2019 at 05:46 PM, Thomas Petazzoni wrote:

>> Ricardo, the following test is failing:
>> 
>>  - tests.download.test_git.TestGitRefs
>>    https://gitlab.com/buildroot.org/buildroot/-/jobs/158295269
> 
> Ricardo, I saw you discussed this issue with Arnout. Any conclusion ?

Let's remove for now the part of the test case that checks special refs.
I just sent a patch:
http://patchwork.ozlabs.org/patch/1048062/


Regards,
Ricardo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-26  3:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13 21:25 [Buildroot] Runtime test issues Thomas Petazzoni
2019-02-18  2:34 ` Ricardo Martincoski
2019-02-18 18:02 ` François Perrad
2019-02-22 20:46 ` Thomas Petazzoni
2019-02-26  3:07   ` Ricardo Martincoski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.