[CT-504] Intermittent test failure in 'selected_resource' test. #5088
Labels
repo ci/cd
Testing and continuous integration for dbt-core + adapter plugins
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Pull request #5001 added a selected resource feature for the context and a test. We are seeing intermittent failures with the error message:
Also having a whole separate file for it in core/dbt/selected_resource.py is kind of overkill. It should be in some other file. In addition we should try hard to implement it in a way that doesn't use a global file variable, because they are a bad idea in general (despite the fact that we have a number of them) and they all need to be reset for tests to run properly (and quite possibly any persistent server code).
The text was updated successfully, but these errors were encountered: