Hi Carsten, > In other words, without setting an explicit (non-random) password, database > errors are expected when starting the tests with --keepdb ?
You are right. I just created a ticket[0] about preventing usage of `--keepdb` without defining a `TEST.PASSWORD` setting. Simon [0] https://code.djangoproject.com/ticket/27435#ticket Le vendredi 4 novembre 2016 12:12:09 UTC-4, Carsten Fuchs a écrit : > > Dear Django fellows, > > using Django 1.10.3 with Oracle database, is running > > ./manage.py test --keepdb > > supposed to work without having an explicit test password set? > > DATABASES = { > 'default': { > 'ENGINE': 'django.db.backends.oracle', > # ... > 'TEST': { > # --keepdb no longer works for me without this: > 'PASSWORD': 'password', > } > } > } > > In other words, without setting an explicit (non-random) password, > database > errors are expected when starting the tests with --keepdb ? > > Best regards, > Carsten > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/825a9d28-65bc-4913-90cf-7ba96085aa76%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.