[0/8] perf tests: Reduce inexplicable test failures

Message ID 20231123075848.9652-1-adrian.hunter@intel.com
Headers
Series perf tests: Reduce inexplicable test failures |

Message

Adrian Hunter Nov. 23, 2023, 7:58 a.m. UTC
  Hi

Here are some small changes to help reduce inexplicable perf test failures.

Regards
Adrian
  

Comments

Arnaldo Carvalho de Melo Nov. 23, 2023, 2:06 p.m. UTC | #1
Em Thu, Nov 23, 2023 at 09:58:40AM +0200, Adrian Hunter escreveu:
> Here are some small changes to help reduce inexplicable perf test failures.

Looks ok, applying to perf-tools-next, had to remove a patch adding a
new test, by Kan Liang, then reapply it on top of your series, git
managed to sort it out:

https://lore.kernel.org/r/20231107184020.1497571-1-kan.liang@linux.intel.com


- Arnaldo
  
Athira Rajeev Nov. 27, 2023, 7:19 a.m. UTC | #2
> On 23-Nov-2023, at 7:36 PM, Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> 
> Em Thu, Nov 23, 2023 at 09:58:40AM +0200, Adrian Hunter escreveu:
>> Here are some small changes to help reduce inexplicable perf test failures.
> 
> Looks ok, applying to perf-tools-next, had to remove a patch adding a
> new test, by Kan Liang, then reapply it on top of your series, git
> managed to sort it out:

Hi Arnaldo,

I didn’t find this in either of these places:
https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf-tools-next
https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=perf-tools-next

Sorry if I missed checking correct location. Can you please point to git link ?

Thanks
Athira
> 
> https://lore.kernel.org/r/20231107184020.1497571-1-kan.liang@linux.intel.com
> 
> 
> - Arnaldo
  
Arnaldo Carvalho de Melo Nov. 27, 2023, 1:23 p.m. UTC | #3
Em Mon, Nov 27, 2023 at 12:49:13PM +0530, Athira Rajeev escreveu:
> 
> 
> > On 23-Nov-2023, at 7:36 PM, Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> > 
> > Em Thu, Nov 23, 2023 at 09:58:40AM +0200, Adrian Hunter escreveu:
> >> Here are some small changes to help reduce inexplicable perf test failures.
> > 
> > Looks ok, applying to perf-tools-next, had to remove a patch adding a
> > new test, by Kan Liang, then reapply it on top of your series, git
> > managed to sort it out:
> 
> Hi Arnaldo,
> 
> I didn’t find this in either of these places:
> https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf-tools-next
> https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=perf-tools-next

I was still testing it on the containers setup, it is at:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=tmp.perf-tools-next
https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=tmp.perf-tools-next

And will move to the perf-tools-next branches soon, I just collected
some more acked-by for some patches in the tmp branch and will push the
updated branch.

- Arnaldo
 
> Sorry if I missed checking correct location. Can you please point to git link ?
> 
> Thanks
> Athira
> > 
> > https://lore.kernel.org/r/20231107184020.1497571-1-kan.liang@linux.intel.com
> > 
> > 
> > - Arnaldo
>
  
Arnaldo Carvalho de Melo Nov. 27, 2023, 2:31 p.m. UTC | #4
Em Mon, Nov 27, 2023 at 10:23:45AM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Mon, Nov 27, 2023 at 12:49:13PM +0530, Athira Rajeev escreveu:
> > > On 23-Nov-2023, at 7:36 PM, Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> > I didn’t find this in either of these places:
> > https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=perf-tools-next
> > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=perf-tools-next
> 
> I was still testing it on the containers setup, it is at:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/log/?h=tmp.perf-tools-next
> https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=tmp.perf-tools-next
> 
> And will move to the perf-tools-next branches soon, I just collected
> some more acked-by for some patches in the tmp branch and will push the
> updated branch.

Done.

- Arnaldo
  
Ian Rogers Nov. 27, 2023, 5:34 p.m. UTC | #5
On Wed, Nov 22, 2023 at 11:59 PM Adrian Hunter <adrian.hunter@intel.com> wrote:
>
> Hi
>
> Here are some small changes to help reduce inexplicable perf test failures.
>
> Regards
> Adrian

Thanks for doing this!

Acked-by: Ian Rogers <irogers@google.com>

Thanks,
Ian