﻿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
30964	macOS/SQLite test failure	Johannes Maron	nobody	"This bug was discovered during GitHub action trails, while running the test suite agianst macOS, see also: https://github.com/codingjoe/django/runs/292481675

{{{

FAIL: test_db_table (schema.tests.SchemaTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/runner/runners/2.160.0/work/django/django/django/test/utils.py"", line 370, in inner
    return func(*args, **kwargs)
  File ""/Users/runner/runners/2.160.0/work/django/django/tests/schema/tests.py"", line 2249, in test_db_table
    self.assertForeignKeyExists(Book, ""author_id"", ""schema_otherauthor"")
  File ""/Users/runner/runners/2.160.0/work/django/django/tests/schema/tests.py"", line 207, 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')
?          +++++


----------------------------------------------------------------------
Ran 13209 tests in 487.293s
}}}
"	Bug	closed	Database layer (models, ORM)	dev	Normal	invalid		Simon Charette	Unreviewed	0	0	0	0	0	0
