#34381: Postgres tests fail on Windows
-------------------------------------+-------------------------------------
               Reporter:  David      |          Owner:  nobody
  Smith                              |
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:  Database   |        Version:  4.1
  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          |
-------------------------------------+-------------------------------------
 Running the test suite using the postgres backend on Windows currently
 results in the following test failures. I'll attach the full log as well.

 These look like isolation issues as running
 `migrations.test_commands.MigrateTests.test_migrate_initial_false` on it's
 own for example passes.

 {{{

 ERROR: test_empty_result_set
 (postgres_tests.test_aggregates.TestGeneralAggregate.test_empty_result_set)
 [<object object at 0x00000217E2F6AD60>]
 (aggregation=(BitXor(F(integer_field)), None))

 ERROR: test_migrate_other_database
 
(auth_tests.test_migrations.MultiDBProxyModelAppLabelTests.test_migrate_other_database)

 ERROR: test_ops_class
 (indexes.tests.SchemaIndexesPostgreSQLTests.test_ops_class)

 ERROR: test_migrate_fake_split_initial
 (migrations.test_commands.MigrateTests.test_migrate_fake_split_initial)

 ERROR: test_migrate_partially_applied_squashed_migration
 
(migrations.test_commands.MigrateTests.test_migrate_partially_applied_squashed_migration)
 Migrating to a squashed migration specified by name should succeed

 FAIL: test_add_legacy_name_other_database

 FAIL: test_foreign_data_wrapper
 (inspectdb.tests.InspectDBTransactionalTests.test_foreign_data_wrapper)

 FAIL: test_migrate_fake_initial
 (migrations.test_commands.MigrateTests.test_migrate_fake_initial)

 FAIL: test_migrate_initial_false
 (migrations.test_commands.MigrateTests.test_migrate_initial_false)
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34381>
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/01070186a693e5cf-a264d053-8e29-4164-a1ff-cc334c4c74a5-000000%40eu-central-1.amazonses.com.

Reply via email to