#21403 closed Bug (fixed)
regression test fails on Oracle
Reported by: | Shai Berger | Owned by: | Shai Berger |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Release blocker | Keywords: | oracle |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
With current master, I'm getting:
====================================================================== FAIL: test_annotate (generic_relations_regress.tests.GenericRelationTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../django/tests/generic_relations_regress/tests.py", line 227, in test_annotate self.assertEqual(qs[0].links__sum, 1) AssertionError: 21 != 1 ----------------------------------------------------------------------
Haven't investigated further yet.
Change History (3)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Test was added in 76da053641e52db540801e18b362497c01e9bb1d. There were no functional changes in that commit, just the test.