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

TestSchemaFuzz.test_validate_full_schema failed on TypeError #5869

Open
stappersg opened this issue Nov 13, 2024 · 1 comment
Open

TestSchemaFuzz.test_validate_full_schema failed on TypeError #5869

stappersg opened this issue Nov 13, 2024 · 1 comment

Comments

@stappersg
Copy link
Contributor

From the logging of https://github.com/canonical/cloud-init/actions/runs/11818968969/job/32927786573

tests/unittests/config/test_schema.py::TestSchemaFuzz::test_validate_full_schema FAILED [100%]

=================================== FAILURES ===================================
___________________ TestSchemaFuzz.test_validate_full_schema ___________________

self = <tests.unittests.config.test_schema.TestSchemaFuzz object at 0x7f2dd6271990>

    @skipUnlessHypothesisJsonSchema()
>   @given(from_schema(SCHEMA))
E   TypeError: wrapped_lru_cache.<locals>.wrapper() missing 1 required positional argument: 'func'

tests/unittests/config/test_schema.py:2674: TypeError

This error showed up first time after commit fad9475

@stappersg
Copy link
Contributor Author

For all the busy people, there is now #5884

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

No branches or pull requests

2 participants