Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Add allProtocols flag and group some tests that run for all protocols #18392

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

mpoeter
Copy link
Member

@mpoeter mpoeter commented Mar 21, 2023

Scope & Purpose

  • 馃敤 Refactoring/simplification

@mpoeter mpoeter added this to the devel milestone Mar 21, 2023
@cla-bot cla-bot bot added the cla-signed label Mar 21, 2023
@mpoeter mpoeter marked this pull request as ready for review March 22, 2023 18:13
@mpoeter mpoeter requested a review from a team as a code owner March 22, 2023 18:13
Copy link
Contributor

@dothebart dothebart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to have a CLI switch to python setting the serial execution so this can be used in oskar (optionally) as well, and to keep the code more similar.
We also need to disable multi-execution on Mac since we need to cut down on testcoverage on these underpowered machines.

TestConfig(runner.cfg, name, suite, [*extra_args], 1, 1, [])
)
config = SiteConfig(Path(args.definitions).resolve())
config.serialize_execution = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for better portability this flag should be set from the CLI as parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants