Code Monkey home page Code Monkey logo

Comments (6)

mrswats avatar mrswats commented on June 4, 2024 1

But yes, that was it.

The problem stemmed from that first migration that was trying to create the extension twice and by adding the adequate SQL line in the migration that ads the extension fixed it.

Thank you for your help!

from django-test-migrations.

mrswats avatar mrswats commented on June 4, 2024

I will be happy to submit a PR if I can figure out how :)

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Looks like for some reason you have ltree extension setup twice.
We don't deal with this (or any other) extensions in this package directly.

I would recommend to check what exactly the state of the database before the test run and what does it actually run.

Does this help you? 🙂

from django-test-migrations.

mrswats avatar mrswats commented on June 4, 2024

Yes, I was just investigating this issue and I noticed the initial migration had this line:

schema_editor.execute("CREATE EXTENSION ltree;")

So I can definitely change this to CREATE IF NOT EXIST.

However, what I do not understand is why would this migration run twice for the same database. I guess that at init time the extension creates two databases (or something similar) under the hood to be able to get the old_state and the new_state ?

In any case, making this change seems that it solved the issue, now I am running into other issues, but I think that's on me :)

Let me not close this issue for now so I can investigate this further and leave a good response in this thread as documentation.

from django-test-migrations.

sobolevn avatar sobolevn commented on June 4, 2024

Do you use pytest for regular tests and unittest for this one?

from django-test-migrations.

mrswats avatar mrswats commented on June 4, 2024

No, I use pytest as a runner with unittest cases (the DRF unittest anyway, but unittest none the less).

from django-test-migrations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.