[Qemu-devel] [PULL 0/2] Work around test-qht-par + gprof issues

Eduardo Habkost posted 2 patches 5 years, 2 months ago
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu failed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190111182533.31593-1-ehabkost@redhat.com
configure              | 3 ++-
tests/Makefile.include | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] Work around test-qht-par + gprof issues
Posted by Eduardo Habkost 5 years, 2 months ago
The following changes since commit e53f7796fbe71a5c7c24ffebf04b4aa9a759da36:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-01-11 13:35:48 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to ce2eefd7c21697fee87a0686353de881081d22c6:

  tests: Disable qht-bench parallel test when using gprof (2019-01-11 16:21:45 -0200)

----------------------------------------------------------------
Work around test-qht-par + gprof issues

Travis CI jobs are failing because of test-qht-par when gprof is
enabled.  Temporarily disable test-qht-par if gprof is enabled,
until we fix the bug.

----------------------------------------------------------------

Queue for Machine Core patches


Philippe Mathieu-Daudé (2):
  configure: Let the TARGET_GPROF var use the regular 'y' for Yes
  tests: Disable qht-bench parallel test when using gprof

 configure              | 3 ++-
 tests/Makefile.include | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] Work around test-qht-par + gprof issues
Posted by Peter Maydell 5 years, 2 months ago
On Fri, 11 Jan 2019 at 18:25, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit e53f7796fbe71a5c7c24ffebf04b4aa9a759da36:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-01-11 13:35:48 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to ce2eefd7c21697fee87a0686353de881081d22c6:
>
>   tests: Disable qht-bench parallel test when using gprof (2019-01-11 16:21:45 -0200)
>
> ----------------------------------------------------------------
> Work around test-qht-par + gprof issues
>
> Travis CI jobs are failing because of test-qht-par when gprof is
> enabled.  Temporarily disable test-qht-par if gprof is enabled,
> until we fix the bug.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM

Re: [Qemu-devel] [PULL 0/2] Work around test-qht-par + gprof issues
Posted by Alex Bennée 5 years, 2 months ago
Peter Maydell <peter.maydell@linaro.org> writes:

> On Fri, 11 Jan 2019 at 18:25, Eduardo Habkost <ehabkost@redhat.com> wrote:
>>
>> The following changes since commit e53f7796fbe71a5c7c24ffebf04b4aa9a759da36:
>>
>>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-01-11 13:35:48 +0000)
>>
>> are available in the Git repository at:
>>
>>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>>
>> for you to fetch changes up to ce2eefd7c21697fee87a0686353de881081d22c6:
>>
>>   tests: Disable qht-bench parallel test when using gprof (2019-01-11 16:21:45 -0200)
>>
>> ----------------------------------------------------------------
>> Work around test-qht-par + gprof issues
>>
>> Travis CI jobs are failing because of test-qht-par when gprof is
>> enabled.  Temporarily disable test-qht-par if gprof is enabled,
>> until we fix the bug.

I think we can revert 2/2 now with the usleep changes. I'll include it in
my PR.

--
Alex Bennée