Austin, this happens when you use the django-admin test runner. It creates a test database when running tests. If you interrupt the tests, the database does not get removed. The next time your run django-admin test, you get prompted about deleting the existing test db. You can only run the tests again if you allow django-admin to remove the old test db. I don't think we need to file any issue around this.
On Wed, Mar 20, 2019 at 12:21 PM Austin Macdonald <aus...@redhat.com> wrote: > That's interesting! Pavel, next time you see this, could you file an issue > that includes what is in the DB? > > On Wed, Mar 20, 2019, 12:01 Pavel Picka <ppi...@redhat.com> wrote: > >> I noticed when I run test sometimes it left something in DB... but I >> found why, as tests didn't finish completely it didn't destroy db after >> itself. >> so take only +1 and skip everything after >> >> On Wed, Mar 20, 2019 at 3:56 PM Austin Macdonald <aus...@redhat.com> >> wrote: >> >>> Pavel, can you elaborate? >>> >>> On Wed, Mar 20, 2019 at 9:43 AM Pavel Picka <ppi...@redhat.com> wrote: >>> >>>> +1 and what do you think about idea of dropping all DBs as sometimes >>>> test let there some (it doesn't affect pulp but when clean db so clean it >>>> whole)? >>>> >>>> On Wed, Mar 20, 2019 at 12:12 PM Dennis Kliban <dkli...@redhat.com> >>>> wrote: >>>> >>>>> +1 >>>>> >>>>> On Tue, Mar 19, 2019 at 5:39 PM Daniel Alley <dal...@redhat.com> >>>>> wrote: >>>>> >>>>>> I created a new PR here [0] which changes the behavior of the pclean >>>>>> alias so that it also wipes out /var/lib/pulp/ in addition to dropping >>>>>> and >>>>>> recreating the database. >>>>>> >>>>>> Unless anyone objects, I plan to merge it tomorrow afternoon >>>>>> (Wednesday the 20th) >>>>>> >>>>>> [0] https://github.com/pulp/ansible-pulp3/pull/93 >>>>>> _______________________________________________ >>>>>> Pulp-dev mailing list >>>>>> Pulp-dev@redhat.com >>>>>> https://www.redhat.com/mailman/listinfo/pulp-dev >>>>>> >>>>> _______________________________________________ >>>>> Pulp-dev mailing list >>>>> Pulp-dev@redhat.com >>>>> https://www.redhat.com/mailman/listinfo/pulp-dev >>>>> >>>> >>>> >>>> -- >>>> Pavel Picka >>>> Red Hat >>>> _______________________________________________ >>>> Pulp-dev mailing list >>>> Pulp-dev@redhat.com >>>> https://www.redhat.com/mailman/listinfo/pulp-dev >>>> >>> >> >> -- >> Pavel Picka >> Red Hat >> >
_______________________________________________ Pulp-dev mailing list Pulp-dev@redhat.com https://www.redhat.com/mailman/listinfo/pulp-dev