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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(faster tests) and quick micro-fixes #513

Merged
merged 8 commits into from
Dec 24, 2024
Merged

chore(faster tests) and quick micro-fixes #513

merged 8 commits into from
Dec 24, 2024

Conversation

speed47
Copy link
Collaborator

@speed47 speed47 commented Dec 17, 2024

No description provided.

When restricted commands need to be used during tests,
we now use "account0" which has all these commands granted,
instead of granting/revoking commands every time with no added
value with respect to the tests.

This was previously required for OSes that have a limit to the
number of groups an account can be a member of, but these OSes
have now long been unsupported.
This is slow and almost never catched a bug, so consistency check is
still supported but will not run by default, as it is quite slow,
checking the system between each and every test. The option
--skip-consistency-check is now ignored, and a new option to enable
it has been added: --consistency-check
Remove 'partial_members' and 'full_members' from JSON output,
which were replaced by 'members' and 'guests' since pre-v3.00.00
@speed47 speed47 added the tests:long Launch tests (multi-distros, w/o cc) label Dec 17, 2024
@speed47 speed47 added tests:full Launch tests (multi-distros multi-versions, w/ cc) and removed tests:long Launch tests (multi-distros, w/o cc) labels Dec 18, 2024
@speed47 speed47 merged commit 58354cc into master Dec 24, 2024
19 checks passed
@speed47 speed47 deleted the fastertests branch December 24, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests:full Launch tests (multi-distros multi-versions, w/ cc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants