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 #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. #14169

Merged
merged 9 commits into from
Mar 25, 2021
Merged

Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. #14169

merged 9 commits into from
Mar 25, 2021

Conversation

girishsontakke
Copy link
Contributor

Fixed https://code.djangoproject.com/ticket/32582.

I am not sure in which section of the project I would have to write a test for this patch but if someone guides me then I will definitely write a test for this patch.

@girishsontakke girishsontakke changed the title Ticket 32582 Ticket 32582- Extra dot in cloned test database file names on SQLite when using --parallel. Mar 23, 2021
@github-actions
Copy link

Hello @girishsontakke! Thank you for your contribution 💪

As it's your first contribution be sure to check out the patch review checklist.

If you're fixing a ticket from Trac make sure to set the "Has patch" flag and include a link to this PR in the ticket!

If you have any design or process questions then you can ask in the Django forum.

Welcome aboard ⛵️!

Copy link
Member

@felixxm felixxm left a comment

Choose a reason for hiding this comment

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

@girishsontakke Thanks for this patch 👍

Please add tests to the tests/backends/sqlite/test_creation.py.

@girishsontakke
Copy link
Contributor Author

Thank you @felixxm for your review and suggestion.
I write the tests for this patch but I am not sure why the checks are failing can you please help me for figuring this out.

Copy link
Member

@felixxm felixxm left a comment

Choose a reason for hiding this comment

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

@girishsontakke Thanks for updates 👍 I left comments.

tests/backends/sqlite/test_creation.py Outdated Show resolved Hide resolved
tests/backends/sqlite/test_creation.py Outdated Show resolved Hide resolved
girishsontakke and others added 3 commits March 25, 2021 08:44
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
@felixxm felixxm changed the title Ticket 32582- Extra dot in cloned test database file names on SQLite when using --parallel. Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. Mar 25, 2021
@felixxm felixxm merged commit 5388ff2 into django:main Mar 25, 2021
@felixxm
Copy link
Member

felixxm commented Mar 25, 2021

@girishsontakke Welcome aboard ⛵

@girishsontakke girishsontakke deleted the ticket_32582 branch March 25, 2021 06:02
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