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/4742229b-49ae-0a1f-0757-e478239261fa%40cafu.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to