Skip to content

Conversation

@uranusjr
Copy link
Member

This has been failing since b9b8841, which moved use_ssl to a separated attribute instead of bundling it in kwargs.

@Taragolis

This has been failing since the backend moved use_ssl to a separated
attribute instead of bundling it in kwargs.
@eladkal eladkal merged commit dc738cd into apache:main Aug 17, 2022
@uranusjr uranusjr deleted the fix-failing-systems-manager-parameter-store-backend-test branch August 17, 2022 06:36
@potiuk
Copy link
Member

potiuk commented Aug 17, 2022

I looked at why it was not caught in the PR. The problem is that the system manager tests are not run when only providers change. I we should move them to "always" part to catch similar kind of problems.

potiuk added a commit to potiuk/airflow that referenced this pull request Aug 17, 2022
The secrets tests are interacting with providers so changes
in providers secrets implementation might break those tests.

Moving them to "always" folder prevents them from accepting
a PR that breaks other PRs.

Related: apache#25751 apache#25628
@potiuk
Copy link
Member

potiuk commented Aug 17, 2022

Fix preventing it from happening in the future in #25760

potiuk added a commit that referenced this pull request Aug 17, 2022
The secrets tests are interacting with providers so changes
in providers secrets implementation might break those tests.

Moving them to "always" folder prevents them from accepting
a PR that breaks other PRs.

Related: #25751 #25628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants