All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] rt-tests: Update rt-tests
@ 2021-04-30  6:59 Zhang, Qiang
  2021-05-23  6:39 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Qiang @ 2021-04-30  6:59 UTC (permalink / raw)
  To: openembedded-core

From: Zqiang <qiang.zhang@windriver.com>

When run cyclictest, the parameter enable NUMA. but in some BSP
which not support NUMA, will causes the test program to exit
directly and does not carry out subsequent operations, the
latest changes have fixed this problem. so update to the
latest branch to resolve.

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
---
 meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 9358f13d06..0c89bad91f 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
 # Version 1.8
-SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
+SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
 PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
-- 
2.17.1


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

* Re: [OE-core] [PATCH] rt-tests: Update rt-tests
  2021-04-30  6:59 [OE-core] [PATCH] rt-tests: Update rt-tests Zhang, Qiang
@ 2021-05-23  6:39 ` Martin Jansa
  2021-05-24  2:07   ` Chen Qi
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2021-05-23  6:39 UTC (permalink / raw)
  To: Zhang, Qiang; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]

Hi,

this SRCREV no longer exists in rt-tests repo:
rt-tests-1_1.10-r0 do_fetch: Fetcher failure: Unable to find revision
6af88067da16c6e69243b376c3b6454ec694460b in branch unstable/devel/latest
even from upstream

rt-tests$ git branch -a --contains 6af88067da16c6e69243b376c3b6454ec694460b
error: no such commit 6af88067da16c6e69243b376c3b6454ec694460b

the old v1.10 SRCREV still exists in defined branch:
rt-tests$ git branch -a --contains 32819581cc0509c9d58c33c3061f57abe0c40c88
  remotes/origin/unstable/devel/latest
  remotes/origin/unstable/devel/no-numa-runtime

rt-tests$ git show-ref -d v1.10
d232f528fd131b7d840e79a3756d1dbdaa9b1b60 refs/tags/v1.10
32819581cc0509c9d58c33c3061f57abe0c40c88 refs/tags/v1.10^{}

Can you please fix PV to indicate that it doesn't match with 1.10 version
anymore and update the SRCREV to something which exists now?

Regards,

On Fri, Apr 30, 2021 at 8:59 AM Zhang, Qiang <qiang.zhang@windriver.com>
wrote:

> From: Zqiang <qiang.zhang@windriver.com>
>
> When run cyclictest, the parameter enable NUMA. but in some BSP
> which not support NUMA, will causes the test program to exit
> directly and does not carry out subsequent operations, the
> latest changes have fixed this problem. so update to the
> latest branch to resolve.
>
> Signed-off-by: Zqiang <qiang.zhang@windriver.com>
> ---
>  meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
> b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 9358f13d06..0c89bad91f 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,5 +1,5 @@
>  # Version 1.8
> -SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
> +SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
>  PE = "1"
>
>  SRC_URI = "git://
> git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
> "
> --
> 2.17.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2837 bytes --]

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

* Re: [OE-core] [PATCH] rt-tests: Update rt-tests
  2021-05-23  6:39 ` Martin Jansa
@ 2021-05-24  2:07   ` Chen Qi
  2021-05-24  6:34     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Qi @ 2021-05-24  2:07 UTC (permalink / raw)
  To: Martin Jansa, Zhang, Qiang
  Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2707 bytes --]

I talked with Qiang and sent out a patch to solve this problem last week.
The title is "[OE-core][PATCH] rt-tests: update SRCREV".

Best Regards,
Chen Qi

On 05/23/2021 02:39 PM, Martin Jansa wrote:
> Hi,
>
> this SRCREV no longer exists in rt-tests repo:
> rt-tests-1_1.10-r0 do_fetch: Fetcher failure: Unable to find revision 
> 6af88067da16c6e69243b376c3b6454ec694460b in branch 
> unstable/devel/latest even from upstream
>
> rt-tests$ git branch -a --contains 
> 6af88067da16c6e69243b376c3b6454ec694460b
> error: no such commit 6af88067da16c6e69243b376c3b6454ec694460b
>
> the old v1.10 SRCREV still exists in defined branch:
> rt-tests$ git branch -a --contains 
> 32819581cc0509c9d58c33c3061f57abe0c40c88
>   remotes/origin/unstable/devel/latest
>   remotes/origin/unstable/devel/no-numa-runtime
>
> rt-tests$ git show-ref -d v1.10
> d232f528fd131b7d840e79a3756d1dbdaa9b1b60 refs/tags/v1.10
> 32819581cc0509c9d58c33c3061f57abe0c40c88 refs/tags/v1.10^{}
>
> Can you please fix PV to indicate that it doesn't match with 1.10 
> version anymore and update the SRCREV to something which exists now?
>
> Regards,
>
> On Fri, Apr 30, 2021 at 8:59 AM Zhang, Qiang 
> <qiang.zhang@windriver.com <mailto:qiang.zhang@windriver.com>> wrote:
>
>     From: Zqiang <qiang.zhang@windriver.com
>     <mailto:qiang.zhang@windriver.com>>
>
>     When run cyclictest, the parameter enable NUMA. but in some BSP
>     which not support NUMA, will causes the test program to exit
>     directly and does not carry out subsequent operations, the
>     latest changes have fixed this problem. so update to the
>     latest branch to resolve.
>
>     Signed-off-by: Zqiang <qiang.zhang@windriver.com
>     <mailto:qiang.zhang@windriver.com>>
>     ---
>      meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>     b/meta/recipes-rt/rt-tests/rt-tests.inc
>     index 9358f13d06..0c89bad91f 100644
>     --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>     +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>     @@ -1,5 +1,5 @@
>      # Version 1.8
>     -SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
>     +SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
>      PE = "1"
>
>      SRC_URI =
>     "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
>     <https://urldefense.com/v3/__http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest__;%21%21AjveYdw8EvQ%21LmrhADE_pizwsseLouVODl2xByKZt-B7V6l43HZZ6ykhrJXHXvOYYZDsxWEZZTHh8w$>"
>     -- 
>     2.17.1
>
>
>
>
>
>
> 
>


[-- Attachment #2: Type: text/html, Size: 4631 bytes --]

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

* Re: [OE-core] [PATCH] rt-tests: Update rt-tests
  2021-05-24  2:07   ` Chen Qi
@ 2021-05-24  6:34     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2021-05-24  6:34 UTC (permalink / raw)
  To: ChenQi; +Cc: Zhang, Qiang, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2943 bytes --]

Hi,

thanks, I haven't seen this patch yesterday, but now I've found it, can you
please update the PV "1.10" and the comment "# Version 1.8" as it's no
longer 1.10 nor 1.8?

rt-tests$ git log --oneline v1.10..c9051a36d934503b4673ca5615f631bae36dead0
| wc -l                                                |
65

Regards,

On Mon, May 24, 2021 at 3:58 AM ChenQi <Qi.Chen@windriver.com> wrote:

> I talked with Qiang and sent out a patch to solve this problem last week.
> The title is "[OE-core][PATCH] rt-tests: update SRCREV".
>
> Best Regards,
> Chen Qi
>
> On 05/23/2021 02:39 PM, Martin Jansa wrote:
>
> Hi,
>
> this SRCREV no longer exists in rt-tests repo:
> rt-tests-1_1.10-r0 do_fetch: Fetcher failure: Unable to find revision
> 6af88067da16c6e69243b376c3b6454ec694460b in branch unstable/devel/latest
> even from upstream
>
> rt-tests$ git branch -a --contains 6af88067da16c6e69243b376c3b6454ec694460b
> error: no such commit 6af88067da16c6e69243b376c3b6454ec694460b
>
> the old v1.10 SRCREV still exists in defined branch:
> rt-tests$ git branch -a --contains 32819581cc0509c9d58c33c3061f57abe0c40c88
>   remotes/origin/unstable/devel/latest
>   remotes/origin/unstable/devel/no-numa-runtime
>
> rt-tests$ git show-ref -d v1.10
> d232f528fd131b7d840e79a3756d1dbdaa9b1b60 refs/tags/v1.10
> 32819581cc0509c9d58c33c3061f57abe0c40c88 refs/tags/v1.10^{}
>
> Can you please fix PV to indicate that it doesn't match with 1.10 version
> anymore and update the SRCREV to something which exists now?
>
> Regards,
>
> On Fri, Apr 30, 2021 at 8:59 AM Zhang, Qiang <qiang.zhang@windriver.com>
> wrote:
>
>> From: Zqiang <qiang.zhang@windriver.com>
>>
>> When run cyclictest, the parameter enable NUMA. but in some BSP
>> which not support NUMA, will causes the test program to exit
>> directly and does not carry out subsequent operations, the
>> latest changes have fixed this problem. so update to the
>> latest branch to resolve.
>>
>> Signed-off-by: Zqiang <qiang.zhang@windriver.com>
>> ---
>>  meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>> b/meta/recipes-rt/rt-tests/rt-tests.inc
>> index 9358f13d06..0c89bad91f 100644
>> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>> @@ -1,5 +1,5 @@
>>  # Version 1.8
>> -SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
>> +SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
>>  PE = "1"
>>
>>  SRC_URI = "git://
>> git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
>> <https://urldefense.com/v3/__http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest__;%21%21AjveYdw8EvQ%21LmrhADE_pizwsseLouVODl2xByKZt-B7V6l43HZZ6ykhrJXHXvOYYZDsxWEZZTHh8w$>
>> "
>> --
>> 2.17.1
>>
>>
>>
>>
>>
>
> 
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 5069 bytes --]

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

end of thread, other threads:[~2021-05-24  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  6:59 [OE-core] [PATCH] rt-tests: Update rt-tests Zhang, Qiang
2021-05-23  6:39 ` Martin Jansa
2021-05-24  2:07   ` Chen Qi
2021-05-24  6:34     ` Martin Jansa

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.