id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 31765,schema.tests.SchemaTests.test_db_table fails on MacOS,Tom Forbes,Tom Forbes,"I can reproduce this failure on master with the latest Python 3.7 and 3.8, with sqlite3 version `3.28.0`: {{{ ====================================================================== FAIL: test_db_table (schema.tests.SchemaTests) Tests renaming of the table ---------------------------------------------------------------------- Traceback (most recent call last): File ""/Users/tom/PycharmProjects/github/orf/django/django/test/utils.py"", line 381, in inner return func(*args, **kwargs) File ""/Users/tom/PycharmProjects/github/orf/django/tests/schema/tests.py"", line 2280, in test_db_table self.assertForeignKeyExists(Book, ""author_id"", ""schema_otherauthor"") File ""/Users/tom/PycharmProjects/github/orf/django/tests/schema/tests.py"", line 201, in assertForeignKeyExists self.assertEqual(constraint_fk, (expected_fk_table, field)) AssertionError: Tuples differ: ('schema_author', 'id') != ('schema_otherauthor', 'id') First differing element 0: 'schema_author' 'schema_otherauthor' - ('schema_author', 'id') + ('schema_otherauthor', 'id') ? +++++ ---------------------------------------------------------------------- }}} ",Bug,closed,"Database layer (models, ORM)",dev,Normal,fixed,,,Accepted,0,0,0,0,0,0