Maintenance: add test for integration_data_interface_version
#113
Labels
good first issue
Good for newcomers
maintenance
Changes to builds, tests, processes, or code that does not directly affect functionality
Description
When the
init_data.schema.yaml
orrun_data.schema.yaml
is changed, the adaptor'sintegration_data_interface_version
should also be increased. We have a note in the pull request template that this is a breaking change, but the instructions only indicate to include an!
in your conventional commit title and to add instructions for upgrading to the PR. However, they don't indicate that you need to increase theintegration_data_interface_version
, which could be missed.We should add tests that if the
init_data.schema.yaml
orrun_data.schema.yaml
is changed, theintegration_data_interface_version
is also increased.Solution
Here is the test we added for a different Deadline Cloud integration for this. A similar test can be added to this repository.
The text was updated successfully, but these errors were encountered: