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

Ct 2393 document file descriptor workaround #7343

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ezraerb
Copy link
Contributor

@ezraerb ezraerb commented Apr 12, 2023

resolves #7316

Description

Running db-core integration tests requires thousands of file descriptors. This exceeds the soft limit on some OSes. For example, the default soft limit on file descriptors for recent versions of MacOS is only 256. The changes note the signs of the problem and how to work around it by increasing the limit. The ticket will be left open for the future investigation of why so many file descriptors are needed to run tests.

Checklist

  • [X ] I have read the contributing guide and understand what's expected of me
  • [X ] I have signed the CLA
  • [ X] I have run this code in development and it appears to resolve the stated issue
  • [ X] This PR includes tests, or tests are not required/relevant for this PR
  • [X ] I have opened an issue to add/update docs, or docs changes are not required/relevant for this PR
  • [X ] I have run changie new to create a changelog entry

@ezraerb ezraerb requested a review from a team as a code owner April 12, 2023 19:33
@cla-bot cla-bot bot added the cla:yes label Apr 12, 2023
@jtcohen6 jtcohen6 closed this Jun 25, 2023
@jtcohen6 jtcohen6 reopened this Jun 25, 2023
@jtcohen6 jtcohen6 requested a review from a team as a code owner June 25, 2023 14:34
@emmyoop emmyoop removed their request for review October 5, 2023 13:25
@dbeatty10 dbeatty10 added the community This PR is from a community member label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes community This PR is from a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-2393] [Bug] On MacOS, running dbt functional tests fails with errors opening files
3 participants