potiuk commented on issue #17158: URL: https://github.com/apache/airflow/issues/17158#issuecomment-886690207
> I will try to propose a PR. > Do you know if there are tests for development env configurations Most of the scripts in dev env are used in CI to run tests so pretty much all of them are tested in every single PR, same with Docker - it is build in a number of combinations and even automatically tested during the CI builds, so whenever you PR gets "green" you should not worry about regressions. About 90% of the dev scripts are also used for CI I'd estimate. And those that are not tested are mostly the ones that are very much "user-facing" When it come to testing with proxy, we have no environment prepared to test it with a proxy, unless you want to set it up in our CI, but I think it's a bit too much hassle and it's a bit too "niche" to setup a CI for it, So I'd say review + manual testing should suffice. -- 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]
