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

dbt test understands dependencies incorrectly #340

Closed
jthandy opened this issue Mar 20, 2017 · 4 comments
Closed

dbt test understands dependencies incorrectly #340

jthandy opened this issue Mar 20, 2017 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@jthandy
Copy link
Member

jthandy commented Mar 20, 2017

ever since we hooked tests on to models, dbt test now seems to believe that tests depend on each other, not just on their corresponding models. when I run dbt test, I no longer get consistent groups of 8 tests running simultaneously, I get groups of varying sizes, seeming to indicate that tests are running in some type of dependency order. but tests do not depend on each other.

@jthandy
Copy link
Member Author

jthandy commented Mar 20, 2017

@cmcarthur @drewbanin I think this is a regression--this used to work correctly prior to recent changes.

@cmcarthur
Copy link
Member

ha! this makes sense. I'll look at it.

@cmcarthur cmcarthur self-assigned this Mar 20, 2017
@drewbanin
Copy link
Contributor

look at it

@cmcarthur cmcarthur added 0.8.0 Release bug Something isn't working labels Mar 20, 2017
@cmcarthur
Copy link
Member

Fix is in development, see #343

yu-iskw pushed a commit to yu-iskw/dbt that referenced this issue Aug 17, 2021
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

No branches or pull requests

3 participants