mirobertod commented on pull request #21735:
URL: https://github.com/apache/airflow/pull/21735#issuecomment-1063397883
Tests are failing:
```
chart/tests/test_pdb_pgbouncer.py::PgbouncerPdbTest::test_should_pass_validation_with_just_pdb_enabled_v1:
jsonschema.exceptions.ValidationError: None is valid under each of {'type':
['integer', 'null']}, {'type': ['string', 'null']}
Failed validating 'oneOf' in
schema['properties']['spec']['properties']['minAvailable']:
{'oneOf': [{'type': ['string', 'null']}, {'type': ['integer', 'null']}]}
On instance['spec']['minAvailable']:
None
```
I don't understand very well the error, I've already added `null` for the
list of types in the schema.
@jedcunningham may you help me? thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]