You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When we put a PR into the merge queue it uses the wrong commit on dbt_common to run tests against. This is because tox reinstalls all dependencies so overriding the dep isn't working as written.
Expected Behavior
Use the temporary merge commit to run tests to mock the state after merge
Steps To Reproduce
Open a Pr
Add PR to merge queue
observe the commit checked out for dbt-common in PR
Relevant log output
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
emmyoop
added
bug
Something isn't working
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
labels
Apr 12, 2024
This is still not working. The commit it shows in CI as the one used on the merge seems to be accurate. However, I just successfully merged a PR with passing core tests that then immediately began failing CI in dbt-core.
Is this a new bug in dbt-common?
Current Behavior
When we put a PR into the merge queue it uses the wrong commit on dbt_common to run tests against. This is because tox reinstalls all dependencies so overriding the dep isn't working as written.
Expected Behavior
Use the temporary merge commit to run tests to mock the state after merge
Steps To Reproduce
Relevant log output
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: