Skip to content

scripttest: Add NoParallel option#56

Merged
dylandreimerink merged 1 commit intomainfrom
pr/joamaki/script-opt-out-parallel
Jun 11, 2025
Merged

scripttest: Add NoParallel option#56
dylandreimerink merged 1 commit intomainfrom
pr/joamaki/script-opt-out-parallel

Conversation

@joamaki
Copy link
Copy Markdown
Contributor

@joamaki joamaki commented Jun 11, 2025

We still have global variables in cilium/cilium and tests that end up touching those will need to be run sequentially. To make this easier to orchestrate without having to e.g. use a mutex inside 'newEngine' add the 'NoParallel' option.

We are not making parallelism opt-in as we really want this to be the default way we run tests.

We still have global variables in cilium/cilium and tests that end up
touching those will need to be run sequentially. To make this easier
to orchestrate without having to e.g. use a mutex inside 'newEngine'
add the 'NoParallel' option.

We are not making parallelism opt-in as we really want this to be the
default way we run tests.

Signed-off-by: Jussi Maki <jussi.maki@isovalent.com>
@joamaki joamaki requested a review from a team as a code owner June 11, 2025 08:28
@joamaki joamaki requested review from dylandreimerink and removed request for a team June 11, 2025 08:28
@dylandreimerink dylandreimerink merged commit c996ae0 into main Jun 11, 2025
1 check passed
@dylandreimerink dylandreimerink deleted the pr/joamaki/script-opt-out-parallel branch June 11, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants