dstandish opened a new pull request, #27526: URL: https://github.com/apache/airflow/pull/27526
Assumes https://github.com/apache/airflow/pull/27524 will be merged first! I did a thorough review of the kubernetes system KPO backcompat test. 1. most of the time, no actual backcompat logic was tested and the tests were simply duplicates that can be removed. 2. sometimes actual backcompat was tested and in this case i moved to the main KPO system test module and indicated it is a test of a backcompat feature, and where possible i parametrized. 3. in a some cases, tests that needed to be retained were not actually system tests so i either moved to the unit test module or made it a real system test. 4. in the retained KPO system test module I had to convert it from unittests -- 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]
