-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
For some reason manage.py jenkins ignores the --keepdb option. It deletes my database...
This is the command i'm running:
portal and solr_front are apps inside my project.
# Run tests with coverage
python manage.py jenkins portal solr_front --keepdb --enable-coverage
When I run the manage.py test, it keeps my database as expected.
# This keeps my DB
python manage.py test portal solr_front --keepdb
This is how my DATABASES is configured
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'dev',
'TEST_NAME': 'dev',
'USER': 'user',
'PASSWORD': '***********',
'HOST': '192.168.0.8',
'PORT': '',
}
}
It's is the versions i'm running
Python 2.7.15
Django==1.8.11
django-jenkins==0.110.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels