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

Reproducible hypothesis test failure in service fetch #4015

Closed
Viicos opened this issue Mar 15, 2024 · 0 comments · Fixed by #4117
Closed

Reproducible hypothesis test failure in service fetch #4015

Viicos opened this issue Mar 15, 2024 · 0 comments · Fixed by #4117
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Viicos
Copy link
Contributor

Viicos commented Mar 15, 2024

The following test:

@given(data_mapping_values())
@example("../otherendpoint")
@example("./../.")
@example("foo/ +.")
def test_it_can_construct_simple_path_parameters_from_any_input(self, field_value):
assume(field_value != ".") # request_mock eats the single dot :pacman:
# https://swagger.io/docs/specification/describing-parameters/#path-parameters
context = {"late": {"seconds": field_value}}

fails with the reproducible failure @reproduce_failure('6.84.3', b'AAABACwBACwA') (field_value = '..')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants