Skip to content

Add all official supported Django RDBMS backends to CI #33

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
bckohan opened this issue Mar 29, 2023 · 2 comments
Closed

Add all official supported Django RDBMS backends to CI #33

bckohan opened this issue Mar 29, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@bckohan
Copy link
Member

bckohan commented Mar 29, 2023

The following tests are failing on postgres:

django_enum/tests/tests.py::TestRequests::test_add
django_enum/tests/tests.py::TestRequests::test_update
django_enum/tests/tests.py::TestAddIntEnumMigration::test_0005_add_int_enum

@bckohan bckohan added the tests label Mar 29, 2023
@bckohan bckohan self-assigned this Mar 29, 2023
@bckohan bckohan changed the title Add MySQL and Postgres backends to CI Add all official supported Django RDBMS backends to CI Apr 16, 2023
@bckohan
Copy link
Member Author

bckohan commented Apr 16, 2023

django_enum/tests/tests.py::TestAddIntEnumMigration::test_0005_add_int_enum failure was a problem with the test

But the following two failures with postgres were an actual bug #39
django_enum/tests/tests.py::TestRequests::test_add
django_enum/tests/tests.py::TestRequests::test_update

@bckohan
Copy link
Member Author

bckohan commented Apr 16, 2023

Also move core tests to run on postgres.

bckohan added a commit that referenced this issue Apr 17, 2023
bckohan added a commit that referenced this issue Apr 17, 2023
bckohan added a commit that referenced this issue Apr 17, 2023
bckohan added a commit that referenced this issue Apr 17, 2023
@bckohan bckohan added this to the Version 2.0 milestone May 1, 2023
@bckohan bckohan closed this as completed Sep 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant