-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Skip masking airflow password for tests #19858
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
Skip masking airflow password for tests #19858
Conversation
|
Should we also un-quarantine the quarantined tests ? |
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
|
At the moment quarantine is set on a class/suite level and there are some other issues in those test. I will fix one by one and once complete we can remove quarantine flag. |
|
Sounds good. @ashb - are you ok with that? |
Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
Current "airflow" password gets masked whenever mentioned in the logs.
This causes word "airflow" to be replaced with *** in the logs including folder path etc.
This causes issue in some tests that read logs.
For example:
Test case: tests.cli.commands.test_task_command.TestLogsfromTaskRunCommand
It asserts for this value:
but gets
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.