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

Fixed #33277 -- Blocked database connections in threads for SimpleTestCase. #17075

Closed
wants to merge 1 commit into from

Conversation

David-Wobrock
Copy link
Member

@felixxm
Copy link
Member

felixxm commented Aug 29, 2023

@David-Wobrock Do you have time to keep working on this?

@David-Wobrock
Copy link
Member Author

Hey @felixxm
I haven't found the time yet to finish the work 😕

I hope to be able to tackle it in the coming weeks, but if you want to pick it up from here, feel free 🙂

@felixxm
Copy link
Member

felixxm commented Aug 29, 2023

I haven't found the time yet to finish the work 😕

This is just a gently reminder because the feature freeze is coming 🧊. Nothing urgent, there is always the next version.

@David-Wobrock David-Wobrock force-pushed the ticket-33277 branch 2 times, most recently from 1fcd587 to 899a7bd Compare September 2, 2023 17:34
@David-Wobrock David-Wobrock force-pushed the ticket-33277 branch 4 times, most recently from 25c9b90 to f496b8f Compare October 1, 2023 16:49
result = []

def thread_func():
result.append(Car.objects.first())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails with sqlite3.OperationalError: no such table: test_utils_car 🤨
https://github.com/django/django/actions/runs/6372094756/job/17294608521?pr=17075#step:6:22837

@felixxm
Copy link
Member

felixxm commented Dec 13, 2023

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants