From: MPTCP CI <wpasupplicant.patchew@gmail.com>
To: Matthieu Baerts <matthieu.baerts@tessares.net>
Cc: mptcp@lists.linux.dev
Subject: Re: Squash to "selftests: mptcp: add MPTCP_FULL_INFO testcase": Tests Results
Date: Wed, 31 May 2023 15:44:45 +0000 [thread overview]
Message-ID: <ca8df417-dccf-c45c-e4be-e272b806537b@gmail.com> (raw)
In-Reply-To: <20230406-mptcp-issue-368-selftests-old-kernels-v3-32-a1f05258292b@tessares.net>
Hi Matthieu,
Thank you for your modifications, that's great!
Our CI did some validations and here is its report:
- KVM Validation: normal (except selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/6481418017046528
- Summary: https://api.cirrus-ci.com/v1/artifact/task/6481418017046528/summary/summary.txt
- KVM Validation: normal (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/4651830668427264
- Summary: https://api.cirrus-ci.com/v1/artifact/task/4651830668427264/summary/summary.txt
- KVM Validation: debug (only selftest_mptcp_join):
- Success! ✅:
- Task: https://cirrus-ci.com/task/5214780621848576
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5214780621848576/summary/summary.txt
- KVM Validation: debug (except selftest_mptcp_join):
- Unstable: 3 failed test(s): packetdrill_add_addr packetdrill_fastopen selftest_diag 🔴:
- Task: https://cirrus-ci.com/task/5777730575269888
- Summary: https://api.cirrus-ci.com/v1/artifact/task/5777730575269888/summary/summary.txt
Initiator: Patchew Applier
Commits: https://github.com/multipath-tcp/mptcp_net-next/commits/8702aa095b78
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 (Tessares)
next prev parent reply other threads:[~2023-05-31 15:44 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 14:16 [PATCH mptcp-net v3 00/32] selftests: mptcp: skip tests when features are not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 01/32] selftests: mptcp: lib: skip if missing symbol Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 02/32] selftests: mptcp: lib: skip if not below kernel version Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 03/32] selftests: mptcp: connect: skip transp tests if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 04/32] selftests: mptcp: connect: skip disconnect " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 05/32] selftests: mptcp: connect: skip TFO " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 06/32] selftests: mptcp: diag: skip listen " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 07/32] selftests: mptcp: diag: skip inuse " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 08/32] selftests: mptcp: pm nl: remove hardcoded default limits Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 09/32] selftests: mptcp: pm nl: skip fullmesh flag checks if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 10/32] selftests: mptcp: sockopt: relax expected returned size Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 11/32] selftests: mptcp: sockopt: skip getsockopt checks if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 12/32] selftests: mptcp: sockopt: skip TCP_INQ " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 13/32] selftests: mptcp: userspace pm: skip if 'ip' tool is unavailable Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 14/32] selftests: mptcp: userspace pm: skip if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 15/32] selftests: mptcp: userspace pm: skip PM listener events tests if unavailable Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 16/32] selftests: mptcp: join: use 'iptables-legacy' if available Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 17/32] selftests: mptcp: join: helpers to skip tests Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 18/32] selftests: mptcp: join: skip check if MIB counter not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 19/32] selftests: mptcp: join: skip test if iptables/tc cmds fail Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 20/32] selftests: mptcp: join: support local endpoint being tracked or not Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 21/32] selftests: mptcp: join: skip Fastclose tests if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 22/32] selftests: mptcp: join: support RM_ADDR for used endpoints or not Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 23/32] selftests: mptcp: join: skip implicit tests if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 24/32] selftests: mptcp: join: skip backup if set flag on ID " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 25/32] selftests: mptcp: join: skip fullmesh flag tests if " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 26/32] selftests: mptcp: join: skip userspace PM " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 27/32] selftests: mptcp: join: skip fail " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 28/32] selftests: mptcp: join: skip MPC backups " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 29/32] selftests: mptcp: join: skip PM listener " Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 30/32] selftests: mptcp: join: uniform listener tests Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 31/32] selftests: mptcp: join: skip mixed tests if not supported Matthieu Baerts
2023-05-31 14:16 ` [PATCH mptcp-net v3 32/32] Squash to "selftests: mptcp: add MPTCP_FULL_INFO testcase" Matthieu Baerts
2023-05-31 15:44 ` MPTCP CI [this message]
2023-06-07 9:47 ` [PATCH mptcp-net v3 00/32] selftests: mptcp: skip tests when features are not supported Matthieu Baerts
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=ca8df417-dccf-c45c-e4be-e272b806537b@gmail.com \
--to=wpasupplicant.patchew@gmail.com \
--cc=matthieu.baerts@tessares.net \
--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.