MPTCP Linux Development
 help / color / mirror / Atom feed
* [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers"
@ 2023-09-30  8:30 Geliang Tang
  2023-09-30  9:39 ` Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results MPTCP CI
  2023-10-03 16:42 ` [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Matthieu Baerts
  0 siblings, 2 replies; 4+ messages in thread
From: Geliang Tang @ 2023-09-30  8:30 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

Put MPTCP event macros together.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
---
 tools/testing/selftests/net/mptcp/mptcp_join.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_join.sh b/tools/testing/selftests/net/mptcp/mptcp_join.sh
index fefdb1a4c465..ae38b428e42e 100755
--- a/tools/testing/selftests/net/mptcp/mptcp_join.sh
+++ b/tools/testing/selftests/net/mptcp/mptcp_join.sh
@@ -51,8 +51,6 @@ TEST_COUNT=0
 TEST_NAME=""
 nr_blank=6
 
-SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED
-
 # These var are used only in some tests, make sure they are not already set
 unset FAILING_LINKS
 unset test_linkfail
@@ -2830,6 +2828,7 @@ backup_tests()
 	fi
 }
 
+SUB_ESTABLISHED=10 # MPTCP_EVENT_SUB_ESTABLISHED
 LISTENER_CREATED=15 #MPTCP_EVENT_LISTENER_CREATED
 LISTENER_CLOSED=16  #MPTCP_EVENT_LISTENER_CLOSED
 
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results
  2023-09-30  8:30 [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Geliang Tang
@ 2023-09-30  9:39 ` MPTCP CI
  2023-10-03 16:42 ` [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Matthieu Baerts
  1 sibling, 0 replies; 4+ messages in thread
From: MPTCP CI @ 2023-09-30  9:39 UTC (permalink / raw)
  To: Geliang Tang; +Cc: mptcp

Hi Geliang,

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/5798968668454912
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5798968668454912/summary/summary.txt

- KVM Validation: debug (only selftest_mptcp_join):
  - Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
  - Task: https://cirrus-ci.com/task/4954543738322944
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/4954543738322944/summary/summary.txt

- KVM Validation: debug (except selftest_mptcp_join):
  - Unstable: 1 failed test(s): packetdrill_regressions 🔴:
  - Task: https://cirrus-ci.com/task/6361918621876224
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/6361918621876224/summary/summary.txt

- KVM Validation: normal (only selftest_mptcp_join):
  - Success! ✅:
  - Task: https://cirrus-ci.com/task/5236018715033600
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5236018715033600/summary/summary.txt

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


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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers"
  2023-09-30  8:30 [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Geliang Tang
  2023-09-30  9:39 ` Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results MPTCP CI
@ 2023-10-03 16:42 ` Matthieu Baerts
  1 sibling, 0 replies; 4+ messages in thread
From: Matthieu Baerts @ 2023-10-03 16:42 UTC (permalink / raw)
  To: Geliang Tang, mptcp

Hi Geliang,

On 30/09/2023 10:30, Geliang Tang wrote:
> Put MPTCP event macros together.

Thank you for the follow-up patch, good idea, I missed that!

New patches for t/upstream:
- 114421ed8ba7: Squash to "selftests: mptcp: update userspace pm test
helpers"
- Results: 9de414b56675..3cbb19268039 (export)

Cheers,
Matt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results
  2023-10-14 16:43 Geliang Tang
@ 2023-10-14 17:50 ` MPTCP CI
  0 siblings, 0 replies; 4+ messages in thread
From: MPTCP CI @ 2023-10-14 17:50 UTC (permalink / raw)
  To: Geliang Tang; +Cc: mptcp

Hi Geliang,

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/4966758906331136
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/4966758906331136/summary/summary.txt

- KVM Validation: debug (except selftest_mptcp_join):
  - Success! ✅:
  - Task: https://cirrus-ci.com/task/5529708859752448
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/5529708859752448/summary/summary.txt

- KVM Validation: debug (only selftest_mptcp_join):
  - Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
  - Task: https://cirrus-ci.com/task/6655608766595072
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/6655608766595072/summary/summary.txt

- KVM Validation: normal (only selftest_mptcp_join):
  - Unstable: 1 failed test(s): selftest_mptcp_join 🔴:
  - Task: https://cirrus-ci.com/task/6092658813173760
  - Summary: https://api.cirrus-ci.com/v1/artifact/task/6092658813173760/summary/summary.txt

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


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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-14 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30  8:30 [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Geliang Tang
2023-09-30  9:39 ` Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results MPTCP CI
2023-10-03 16:42 ` [PATCH mptcp-next] Squash to "selftests: mptcp: update userspace pm test helpers" Matthieu Baerts
  -- strict thread matches above, loose matches on Subject: below --
2023-10-14 16:43 Geliang Tang
2023-10-14 17:50 ` Squash to "selftests: mptcp: update userspace pm test helpers": Tests Results MPTCP CI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox