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

[BUG] Schema validation fails to prevent invalid 'until' property in retry configuration #757

Closed
nathaliellenaa opened this issue Dec 31, 2024 · 0 comments · Fixed by #758
Labels
bug Something isn't working untriaged

Comments

@nathaliellenaa
Copy link
Contributor

What is the bug?

The schema validation is not preventing the use of an invalid until property in the retry configuration.

How can one reproduce the bug?

retry:
  count: 3
  wait: 10000
  until:
    - path: payload.state
      equal: COMPLETED

No error is thrown, despite until not being a valid property in the retry schema.

What is the expected behavior?

The schema validation should reject the configuration and throw an error, indicating that until is not a valid property in the retry configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
1 participant