Skip to content
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

[Bug] New test failure for tests/functional/adapter/test_constraints.py::TestSparkIncrementalConstraintsRollback::test__constraints_enforcement_rollback #1009

Closed
mikealfare opened this issue Apr 19, 2024 · 2 comments · Fixed by #1041
Assignees
Labels
bug Something isn't working

Comments

@mikealfare
Copy link
Contributor

mikealfare commented Apr 19, 2024

Current Behavior

This is a consistently failing new test. It's only failing for the databricks_sql_endpoint profile.

Expected Behavior

Tests should be passing.

Steps To Reproduce

Example run: https://github.com/dbt-labs/dbt-spark/actions/runs/8664716476/job/23780856316?pr=1006
This PR only configures dependabot, which should not trigger functional code changes. All other tests passed.

@colin-rogers-dbt
Copy link
Contributor

colin-rogers-dbt commented Apr 23, 2024

Likely this is not about this specific test but with a change to how databricks/delta work.

See this integration test for example: https://github.com/dbt-labs/dbt-spark/actions/runs/8756930079
Notice that the failing tests are different but also related to delta

@mikealfare
Copy link
Contributor Author

Likely this is not about this specific test but with a change to how databricks/delta work.

See this integration test for example: https://github.com/dbt-labs/dbt-spark/actions/runs/8756930079 Notice that the failing tests are different but also related to delta

Agreed, and the two started failing at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants