All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next v2 0/9] Refactor mptcp_join.sh
@ 2022-02-17 17:43 Matthieu Baerts
  2022-02-17 17:43 ` [PATCH mptcp-next v2 1/9] Squash to "selftests: mptcp: join: allow running -cCi" Matthieu Baerts
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Matthieu Baerts @ 2022-02-17 17:43 UTC (permalink / raw)
  To: mptcp; +Cc: Matthieu Baerts

A few patches from the v1 have already been applied.

Compared to the v1, this series comes with new patches and updated ones.

Patch 1/9 was suggested by Paolo: bigger than the original one but following the
standard way of using getopt. This is also clearer and avoid regexes.

Patch 2/9: while working on patch 1/9, I was annoyed by having the tests groups
defined multiple times. And I think it already happened to have missed the
update of one of them :)

Patch 3/9 is "safer" but also needed with the new options to execute specific
tests.

Patch 4/9 is the updated version of the previous patch 3/9 from v1: mainly
rebased. I only added one line in the "usage()" function and use lower cases for
only_tests variable.

Patch 5/9 is new and similar to the previous patch: another way to execute a
specific test, useful when using 'git blame'. Also help to have patch 6/9.

Patch 6/9 is a handy feature when trying to find which tests had issues when
executed on a CI or locally.

Patch 7/9 was present in the v1. Non local variables have no longer been renamed
+ a there were a few missing 'local' keywords.

Patch 8/9 and 9/9 are the same as in v1 but rebased. We are still ShellCheck
compliant.

Matthieu Baerts (9):
  Squash to "selftests: mptcp: join: allow running -cCi"
  selftests: mptcp: join: define tests groups once
  selftests: mptcp: join: reset failing links
  selftests: mptcp: join: option to execute specific tests
  selftests: mptcp: join: alt. to exec specific tests
  selftests: mptcp: join: list failure at the end
  selftests: mptcp: join: clarify local/global vars
  selftests: mptcp: join: avoid backquotes
  selftests: mptcp: join: make it shellcheck compliant

 .../testing/selftests/net/mptcp/mptcp_join.sh | 2248 +++++++++--------
 1 file changed, 1202 insertions(+), 1046 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-02-18 22:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-17 17:43 [PATCH mptcp-next v2 0/9] Refactor mptcp_join.sh Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 1/9] Squash to "selftests: mptcp: join: allow running -cCi" Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 2/9] selftests: mptcp: join: define tests groups once Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 3/9] selftests: mptcp: join: reset failing links Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 4/9] selftests: mptcp: join: option to execute specific tests Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 5/9] selftests: mptcp: join: alt. to exec " Matthieu Baerts
2022-02-18  0:35   ` Mat Martineau
2022-02-18 10:40     ` Matthieu Baerts
2022-02-18 18:29       ` Mat Martineau
2022-02-17 17:43 ` [PATCH mptcp-next v2 6/9] selftests: mptcp: join: list failure at the end Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 7/9] selftests: mptcp: join: clarify local/global vars Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 8/9] selftests: mptcp: join: avoid backquotes Matthieu Baerts
2022-02-17 17:43 ` [PATCH mptcp-next v2 9/9] selftests: mptcp: join: make it shellcheck compliant Matthieu Baerts
2022-02-18  0:33 ` [PATCH mptcp-next v2 0/9] Refactor mptcp_join.sh Mat Martineau
2022-02-18 11:04   ` Paolo Abeni
2022-02-18 16:43     ` Paolo Abeni
2022-02-18 18:59       ` Mat Martineau
2022-02-18 21:05         ` Matthieu Baerts
2022-02-18 22:37           ` Mat Martineau

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.