qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Laurent Vivier <lvivier@redhat.com>, qemu-devel@nongnu.org
Cc: "Daniel P . Berrangé" <berrange@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Michael S . Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v5] tests/qtest: netdev: test stream and dgram backends
Date: Tue, 17 Jan 2023 12:20:23 +0100	[thread overview]
Message-ID: <a4ef07c2-c509-cdac-c0a7-e6467f2ff88c@redhat.com> (raw)
In-Reply-To: <2bfffb52-a462-869c-af58-6a808a56f10f@redhat.com>

On 17/01/2023 11.53, Laurent Vivier wrote:
> On 1/17/23 11:00, Thomas Huth wrote:
>> On 16/01/2023 09.40, Thomas Huth wrote:
>>> On 16/01/2023 09.29, Laurent Vivier wrote:
>>>> ping
>>>>
>>>> On 1/5/23 10:37, Laurent Vivier wrote:
>>>>> Signed-off-by: Laurent Vivier <lvivier@redhat.com>
>>>>> Acked-by: Michael S. Tsirkin <mst@redhat.com>
>>>>> ---
>>>>>
>>>>> Notes:
>>>>>      v5:
>>>>>        - disable test_stream_fd and  test_dgram_fd on windows as 
>>>>> socketpair()
>>>>>          is not defined.
>>>>>        - enable test_stream_unix_abstract only on linux as "abstract"
>>>>>          unix socket parameter is only defined on linux.
>>>>>      v4:
>>>>>        - rework EXPECT_STATE()
>>>>>        - use g_dir_make_tmp()
>>>>>      v3:
>>>>>      - Add "-M none" to avoid error:
>>>>>        "No machine specified, and there is no default"
>>>>>      v2:
>>>>>      - Fix ipv6 free port allocation
>>>>>      - Check for IPv4, IPv6, AF_UNIX
>>>>>      - Use g_mkdtemp() rather than g_file_open_tmp()
>>>>>      - Use socketpair() in test_stream_fd()
>>>>>      v1: compared to v14 of "qapi: net: add unix socket type support to 
>>>>> netdev backend":
>>>>>      - use IP addresses 127.0.0.1 and ::1 rather than localhost
>>>>>
>>>>>   tests/qtest/meson.build     |   2 +
>>>>>   tests/qtest/netdev-socket.c | 444 ++++++++++++++++++++++++++++++++++++
>>>>>   2 files changed, 446 insertions(+)
>>>>>   create mode 100644 tests/qtest/netdev-socket.c
>>>
>>> Acked-by: Thomas Huth <thuth@redhat.com>
>>>
>>> I'll queue it for my next pull request (unless someone else wants to take 
>>> this first)
>>
>> Sorry, but I have to unqueue it again. I'm still seeing failures
>> in the Windows Cirrus-CI:
> 
> I'm sorry too :(
> 
>>
>>   https://cirrus-ci.com/task/5867407370092544
>>
>> For example:
>>
>> 218/556 qemu:qtest+qtest-aarch64 / qtest-aarch64/netdev-socket 
>> ERROR           0.02s   exit status 3
>> ------------------------------------- 8< 
>> -------------------------------------
>> stderr:
>> socket_check_protocol_support() failed
>>
>> (C:/Users/ContainerAdministrator/AppData/Local/Temp/cirrus-ci-build/build/tests/qtest/netdev-socket.exe:3300): 
>> GLib-CRITICAL **: 09:08:00.984: g_utf8_to_utf16: assertion 'str != NULL' 
>> failed
>>
>> (test program exited with status code 3)
>>
>> No clue where this comes from, though, I don't see a call
>> to g_utf8_to_utf16() in your code?
> 
> Could you give the command line to reproduce the problem?

This was running in the Cirrus-CI via the .cirrus.yml file. You need a git 
repo on github for this and enable the Cirrus-CI for it, then it should 
trigger automatically when you push a new branch to the repository.

  Thomas



  reply	other threads:[~2023-01-17 11:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05  9:37 [PATCH v5] tests/qtest: netdev: test stream and dgram backends Laurent Vivier
2023-01-16  8:29 ` Laurent Vivier
2023-01-16  8:40   ` Thomas Huth
2023-01-17 10:00     ` Thomas Huth
2023-01-17 10:53       ` Laurent Vivier
2023-01-17 11:20         ` Thomas Huth [this message]
2023-01-17 11:03       ` Laurent Vivier
2023-01-17 11:32         ` Philippe Mathieu-Daudé
2023-01-17 11:44           ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a4ef07c2-c509-cdac-c0a7-e6467f2ff88c@redhat.com \
    --to=thuth@redhat.com \
    --cc=berrange@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).