#30964: macOS test failure
-------------------------------------+-------------------------------------
Reporter: Johannes | Owner: nobody
Hoppe |
Type: Bug | Status: new
Component: Database | Version: 2.2
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30964>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.816ef7765be0278158569dc0e517b3d3%40djangoproject.com.