Running tests on the newest changes

Today morning I was pulling the newest changes from master and now running
python manage.py test gives me an error: ProgrammingError: ERROR: relation
"form_processor_xforminstancesql_form_uuid_d939b4d9_like" doesn't exist. Is
there something specific that I need to do? I know that django was updated
but I'm not sure if this is related. Notice, I'm not using docker locally.

Hi Kamil,

This does have to do with the django upgrade. Can you try rebasing with
master and pip installing the requirements/requirements.txt file?

Thanks,
Ben

··· On Tue, Feb 14, 2017 at 11:17 AM, Kamil Krampa wrote:

Today morning I was pulling the newest changes from master and now running
python manage.py test gives me an error: ProgrammingError: ERROR: relation
"form_processor_xforminstancesql_form_uuid_d939b4d9_like" doesn't exist.
Is there something specific that I need to do? I know that django was
updated but I'm not sure if this is related. Notice, I'm not using docker
locally.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • I rebased with master
  • Installed requirements
  • cleaned pyc files

Problem still occurs to me.

W dniu wtorek, 14 lutego 2017 10:27:11 UTC+1 użytkownik Ben Rudolph napisał:

··· > > Hi Kamil, > > This does have to do with the django upgrade. Can you try rebasing with > master and pip installing the requirements/requirements.txt file? > > Thanks, > Ben > > On Tue, Feb 14, 2017 at 11:17 AM, Kamil Krampa <kkr...@soldevelo.com > wrote: > >> Today morning I was pulling the newest changes from master and now >> running python manage.py test gives me an error: ProgrammingError: ERROR: >> relation "form_processor_xforminstancesql_form_uuid_d939b4d9_like" doesn't >> exist. Is there something specific that I need to do? I know that django >> was updated but I'm not sure if this is related. Notice, I'm not using >> docker locally. >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CommCare Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-developers+unsubscribe@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >

Can you also try migrating?

··· On Tue, Feb 14, 2017 at 11:31 AM, Kamil Krampa wrote:
  • I rebased with master
  • Installed requirements
  • cleaned pyc files

Problem still occurs to me.

W dniu wtorek, 14 lutego 2017 10:27:11 UTC+1 użytkownik Ben Rudolph
napisał:

Hi Kamil,

This does have to do with the django upgrade. Can you try rebasing with
master and pip installing the requirements/requirements.txt file?

Thanks,
Ben

On Tue, Feb 14, 2017 at 11:17 AM, Kamil Krampa kkr...@soldevelo.com wrote:

Today morning I was pulling the newest changes from master and now
running python manage.py test gives me an error: ProgrammingError: ERROR:
relation "form_processor_xforminstancesql_form_uuid_d939b4d9_like"
doesn't exist. Is there something specific that I need to do? I know that
django was updated but I'm not sure if this is related. Notice, I'm not
using docker locally.

--


You received this message because you are subscribed to the Google
Groups "CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Still the same problem

W dniu wtorek, 14 lutego 2017 12:38:55 UTC+1 użytkownik Ben Rudolph napisał:

··· > > Can you also try migrating? > > On Tue, Feb 14, 2017 at 11:31 AM, Kamil Krampa <kkr...@soldevelo.com > wrote: > >> - I rebased with master >> - Installed requirements >> - cleaned pyc files >> >> Problem still occurs to me. >> >> W dniu wtorek, 14 lutego 2017 10:27:11 UTC+1 użytkownik Ben Rudolph >> napisał: >>> >>> Hi Kamil, >>> >>> This does have to do with the django upgrade. Can you try rebasing with >>> master and pip installing the requirements/requirements.txt file? >>> >>> Thanks, >>> Ben >>> >>> On Tue, Feb 14, 2017 at 11:17 AM, Kamil Krampa wrote: >>> >>>> Today morning I was pulling the newest changes from master and now >>>> running python manage.py test gives me an error: ProgrammingError: ERROR: >>>> relation "form_processor_xforminstancesql_form_uuid_d939b4d9_like" doesn't >>>> exist. Is there something specific that I need to do? I know that django >>>> was updated but I'm not sure if this is related. Notice, I'm not using >>>> docker locally. >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "CommCare Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to commcare-developers+unsubscribe@googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CommCare Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-developers+unsubscribe@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >