All of lore.kernel.org
 help / color / mirror / Atom feed
From: MPTCP CI <wpasupplicant.patchew@gmail.com>
To: Geliang Tang <geliang.tang@linux.dev>
Cc: mptcp@lists.linux.dev
Subject: Re: selftests: mptcp: flush userspace addrs list: Tests Results
Date: Tue, 02 Jan 2024 11:58:02 +0000	[thread overview]
Message-ID: <12b4818d-e419-8572-49d9-d33144b01034@gmail.com> (raw)
In-Reply-To: <21d0da867665e8fc693b12e3cecd4610efced6e2.1703904325.git.geliang.tang@linux.dev>

Hi Geliang,

Thank you for your modifications, that's great!

Our CI did some validations and here is its report:

- {"code":404,"message":
  - "Can't find artifacts containing file conclusion.txt"}:
  - Task: https://cirrus-ci.com/task/4573549566885888
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/4573549566885888/summary/summary.txt

- {"code":404,"message":
  - "Can't find artifacts containing file conclusion.txt"}:
  - Task: https://cirrus-ci.com/task/5136499520307200
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5136499520307200/summary/summary.txt

- {"code":404,"message":
  - "Can't find artifacts containing file conclusion.txt"}:
  - Task: https://cirrus-ci.com/task/6262399427149824
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/6262399427149824/summary/summary.txt

- {"code":404,"message":
  - "Can't find artifacts containing file conclusion.txt"}:
  - Task: https://cirrus-ci.com/task/5699449473728512
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5699449473728512/summary/summary.txt

Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/3797d85eb2dc


If there are some issues, you can reproduce them using the same environment as
the one used by the CI thanks to a docker image, e.g.:

    $ cd [kernel source code]
    $ docker run -v "${PWD}:${PWD}:rw" -w "${PWD}" --privileged --rm -it \
        --pull always mptcp/mptcp-upstream-virtme-docker:latest \
        auto-debug

For more details:

    https://github.com/multipath-tcp/mptcp-upstream-virtme-docker


Please note that despite all the efforts that have been already done to have a
stable tests suite when executed on a public CI like here, it is possible some
reported issues are not due to your modifications. Still, do not hesitate to
help us improve that ;-)

Cheers,
MPTCP GH Action bot
Bot operated by Matthieu Baerts (NGI0 Core)

  reply	other threads:[~2024-01-02 11:58 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30  2:47 [PATCH mptcp-next v7 00/24] dump for userspace pm Geliang Tang
2023-12-30  2:47 ` [PATCH mptcp-next v7 01/24] mptcp: set set_id flag when parsing addr Geliang Tang
2024-01-06  0:48   ` Mat Martineau
2023-12-30  2:47 ` [PATCH mptcp-next v7 02/24] mptcp: parse userspace pm entry to get flags Geliang Tang
2023-12-30  2:47 ` [PATCH mptcp-next v7 03/24] mptcp: test set_id flag when appending addr Geliang Tang
2023-12-30  2:47 ` [PATCH mptcp-next v7 04/24] mptcp: check addrs list in userspace_pm_get_local_id Geliang Tang
2024-01-06  0:49   ` Mat Martineau
2024-01-06  0:55     ` Mat Martineau
2024-01-08 11:42       ` Matthieu Baerts
2023-12-30  2:48 ` [PATCH mptcp-next v7 05/24] mptcp: map v4 address to v6 when destroying subflow Geliang Tang
2024-01-06  0:59   ` Mat Martineau
2023-12-30  2:48 ` [PATCH mptcp-next v7 06/24] selftests: mptcp: rm subflow with v4/v4mapped addr Geliang Tang
2024-01-06  1:04   ` Mat Martineau
2023-12-30  2:48 ` [PATCH mptcp-next v7 07/24] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 08/24] mptcp: implement mptcp_userspace_pm_dump_addr Geliang Tang
2024-01-06  1:16   ` Mat Martineau
2023-12-30  2:48 ` [PATCH mptcp-next v7 09/24] mptcp: add token for get-addr in yaml Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 10/24] mptcp: dump addrs in userspace pm list Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 11/24] mptcp: check userspace pm subflow flag Geliang Tang
2024-01-06  1:22   ` Mat Martineau
2023-12-30  2:48 ` [PATCH mptcp-next v7 12/24] selftests: mptcp: add " Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 13/24] selftests: mptcp: add token for dump_addr Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 14/24] selftests: mptcp: add check_output helper Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 15/24] selftests: mptcp: dump after creating id 0 subflow Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 16/24] selftests: mptcp: dump userspace addrs list Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 17/24] mptcp: add userspace_pm_lookup_addr_by_id helper Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 18/24] mptcp: implement mptcp_userspace_pm_get_addr Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 19/24] mptcp: get addr in userspace pm list Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 20/24] selftests: mptcp: add token for get_addr Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 21/24] selftests: mptcp: userspace pm get addr tests Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 22/24] mptcp: update set_flags interfaces Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 23/24] mptcp: set error messages for set_flags Geliang Tang
2023-12-30  2:48 ` [PATCH mptcp-next v7 24/24] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-02 11:58   ` MPTCP CI [this message]
2024-01-02 11:59     ` selftests: mptcp: flush userspace addrs list: Tests Results Matthieu Baerts
2024-01-02 14:14   ` MPTCP CI
2024-01-06  2:55   ` MPTCP CI
  -- strict thread matches above, loose matches on Subject: below --
2024-01-10 13:19 [PATCH mptcp-next v8 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-10 14:23 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-10 14:59 ` MPTCP CI
2024-01-16  3:35 [PATCH mptcp-next v9 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-16  4:45 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-16  5:00 ` MPTCP CI
2024-01-18  6:12 [PATCH mptcp-next v10 23/23] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-01-18  7:24 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-01-18  8:03 ` MPTCP CI
2024-02-21  6:31 [PATCH mptcp-next 8/8] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-02-21 15:47 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI
2024-02-22  8:03 [PATCH mptcp-next v2 7/7] selftests: mptcp: flush userspace addrs list Geliang Tang
2024-02-22  8:51 ` selftests: mptcp: flush userspace addrs list: Tests Results MPTCP CI

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=12b4818d-e419-8572-49d9-d33144b01034@gmail.com \
    --to=wpasupplicant.patchew@gmail.com \
    --cc=geliang.tang@linux.dev \
    --cc=mptcp@lists.linux.dev \
    /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 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.