Opened 3 years ago

Last modified 3 years ago

#33022 closed Bug

main-random test failures (build #8): field_deconstruction.tests.FieldDeconstructionTests and migrations.test_commands.MigrateTests — at Initial Version

Reported by: Chris Jerdonek Owned by: nobody
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I noticed that main-random job #8 failed recently. I don't know if these were "real" failures. The failures were--

  • field_deconstruction.tests.FieldDeconstructionTests.test_foreign_key
  • field_deconstruction.tests.FieldDeconstructionTests.test_many_to_many_field
  • field_deconstruction.tests.FieldDeconstructionTests.test_one_to_one
  • migrations.test_commands.MigrateTests.test_migrate_partially_applied_squashed_migration
  • migrations.test_commands.MigrateTests.test_migrate_plan

The shuffle seed was 5300426296.

These recent PR's seem related: PR #14730 (ticket #32983) for the FieldDeconstructionTests ones and PR #14727 (ticket #29063) for the MigrateTests ones.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top