mbox series

[v2,0/2] tests/qht-bench: Adjust rate/threshold computation

Message ID 20200626200950.1015121-1-richard.henderson@linaro.org
Headers show
Series tests/qht-bench: Adjust rate/threshold computation | expand

Message

Richard Henderson June 26, 2020, 8:09 p.m. UTC
Supercedes: <20200620214551.447392-1-richard.henderson@linaro.org>

Thanks for Emilio's review of v1.  I've split "seed" from "rate"
as suggested, left the comparisons alone, and expanded the comment
in do_threshold.


r~


Richard Henderson (2):
  tests/qht-bench: Adjust testing rate by -1
  tests/qht-bench: Adjust threshold computation

 tests/qht-bench.c | 40 +++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 deletions(-)

-- 
2.25.1

Comments

no-reply@patchew.org June 26, 2020, 8:21 p.m. UTC | #1
Patchew URL: https://patchew.org/QEMU/20200626200950.1015121-1-richard.henderson@linaro.org/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=cfb70a057f99414cb380e1aac7ea404b', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-w3ye4819/src/docker-src.2020-06-26-16.16.29.10114:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=cfb70a057f99414cb380e1aac7ea404b
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-w3ye4819/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    4m59.023s
user    0m8.221s


The full log is available at
http://patchew.org/logs/20200626200950.1015121-1-richard.henderson@linaro.org/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Emilio Cota June 27, 2020, 9:57 p.m. UTC | #2
On Fri, Jun 26, 2020 at 13:09:48 -0700, Richard Henderson wrote:
> Supercedes: <20200620214551.447392-1-richard.henderson@linaro.org>

> 

> Thanks for Emilio's review of v1.  I've split "seed" from "rate"

> as suggested, left the comparisons alone, and expanded the comment

> in do_threshold.


Reviewed-by: Emilio G. Cota <cota@braap.org>


for the series. Thanks a lot!

		E.
Alex Bennée July 2, 2020, 7:51 p.m. UTC | #3
Richard Henderson <richard.henderson@linaro.org> writes:

> Supercedes: <20200620214551.447392-1-richard.henderson@linaro.org>

>

> Thanks for Emilio's review of v1.  I've split "seed" from "rate"

> as suggested, left the comparisons alone, and expanded the comment

> in do_threshold.


Queued to testing/next, thanks.

>

>

> r~

>

>

> Richard Henderson (2):

>   tests/qht-bench: Adjust testing rate by -1

>   tests/qht-bench: Adjust threshold computation

>

>  tests/qht-bench.c | 40 +++++++++++++++++++++++++++++++---------

>  1 file changed, 31 insertions(+), 9 deletions(-)



-- 
Alex Bennée