-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
tests failing with postgresql #3957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Bug
A bug
Comments
These are build failure logs against postgresql 9.6: https://travis-ci.org/italia/docs.italia.it/jobs/367631789 |
For the other 50% not fixed by the PR above i've tried this but that's not it: Any help would be much appreciated UPDATE: I've tried to use self.integration.id but that's not it, what's that 1 supposed to be the pk of? |
As I know, RTD uses Postgres in production. |
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 18, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 18, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 18, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 18, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 24, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
Apr 24, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
May 2, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
May 2, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
May 29, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
xrmx
added a commit
to italia/docs.italia.it
that referenced
this issue
May 30, 2018
We have two issues. First we were checking always against the default status_code and not the one we expected, second we can't assume that integration id is always 1 but update urls with the current id. Fix readthedocs#3957
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
We're trying to run tests against postgres to match the database we use in production.
Expected Result
tests pass
Actual Result
With the following changes required to run tests against postgres https://github.com/rtfd/readthedocs.org/compare/master...italia:testspostgres?expand=1 tests fails with this https://travis-ci.org/italia/docs.italia.it/jobs/367583533
The text was updated successfully, but these errors were encountered: