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
We've reached the limit for the free tier for Windows CI runs. Adding tests to the current suite causes the Windows py38 run to consistently fail for tests/functional at around 96%. This was verified on a local Windows machine; executing these tests exceeds 8GB of RAM, which is the size of the relevant Windows image.
Long term we should do one of two things:
Increase the size of the machine, and/or
Figure out why we're using 8GB of RAM for these tests
Short term, we can unblock ourselves by breaking the test suite into smaller suites in tox.
Expected Behavior
We can run all of the integration tests in one call and get a coverage report that reflects the full suite (you can't add coverage reports together).
Steps To Reproduce
Add a sufficient number of integration tests to tests/functional. I added 14 with test data of no more than 2 records.
Push to a new branch off of main
Run Test and Code Checks against that branch
Observe the integration / python 3.8 / windows-latest job
Is this a new bug in dbt-core?
Current Behavior
We've reached the limit for the free tier for Windows CI runs. Adding tests to the current suite causes the Windows py38 run to consistently fail for
tests/functional
at around 96%. This was verified on a local Windows machine; executing these tests exceeds 8GB of RAM, which is the size of the relevant Windows image.Long term we should do one of two things:
Short term, we can unblock ourselves by breaking the test suite into smaller suites in
tox
.Expected Behavior
We can run all of the integration tests in one call and get a coverage report that reflects the full suite (you can't add coverage reports together).
Steps To Reproduce
tests/functional
. I added 14 with test data of no more than 2 records.main
Test and Code Checks
against that branchintegration / python 3.8 / windows-latest
jobRelevant log output
No response
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: