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

enh: 35% faster is_valid_ip #432

Closed
wants to merge 10 commits into from
Closed

enh: 35% faster is_valid_ip #432

wants to merge 10 commits into from

Conversation

speed47
Copy link
Collaborator

@speed47 speed47 commented Nov 13, 2023

No description provided.

@speed47 speed47 force-pushed the is_valid_ip branch 4 times, most recently from 95007dc to d741847 Compare November 13, 2023 11:15
@speed47 speed47 added the tests:full Launch tests (multi-distros multi-versions, w/ cc) label Nov 13, 2023
deathiop
deathiop previously approved these changes Dec 4, 2023
@speed47 speed47 marked this pull request as draft February 20, 2024 09:45
@speed47
Copy link
Collaborator Author

speed47 commented Mar 20, 2024

Not enough unit tests to my taste, to ensure there is no behavior change between this version and before, PR will stay as Draft until this is the case

@speed47 speed47 marked this pull request as ready for review April 12, 2024 11:52
@speed47 speed47 added the tests:freebsd Launch FreeBSD tests only label Apr 12, 2024
deathiop
deathiop previously approved these changes Apr 17, 2024
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
Copy link
Collaborator Author

speed47 commented Dec 18, 2024

will reopen once rebased

@speed47 speed47 closed this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests:freebsd Launch FreeBSD tests only 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