oracle/dbt-oracle

[Bug] Flaky generic tests on multiple threads

heiderich opened this issue · 4 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Installing dbt-oracle 1.4.1 I suffer from dbt-labs/dbt-core#6885 (Flaky generic tests on multiple threads), because it hardly depends on dbt-core 1.4.4.

This issue is already fixed in dbt-core 1.4.5.

Could you bump the dependency from dbt-core from 1.4.4 to 1.4.5 (just as you did in #76)?

Expected Behavior

generic tests work using multiple threads

Steps To Reproduce

  1. Install dbt-oracle 1.4.1 (and thus dbt-core 1.4.4).
  2. Add a generic test.
  3. Use multiple threads.
  4. Run the tests.

(see dbt-labs/dbt-core#6885 for details)

Relevant log output using --debug flag enabled

No response

Environment

- OS: Linux
- Python: 3.8.10
- dbt: 1.4.4

What Oracle database version are you using dbt with?

No response

Additional Context

No response

Thanks @aosingh for taking care of this issue very quickly! Do you plan to release 1.4.2 soon?

@heiderich yes, mostly today. I will run the test suites and release it on PyPI

@heiderich 1.4.2 is available to install