Skip to content
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

Issue 133 doidatasets primary key #136

Merged
merged 18 commits into from
May 4, 2018

Conversation

kauberry
Copy link
Contributor

@kauberry kauberry commented May 3, 2018

Description

[Describe what this change achieves]

Issues Resolved

[List any existing issues this PR resolves]

Check List

@@ -126,7 +126,7 @@ def test_perf_of_large_insert(self):
data=txt_trans, headers=self.headers)
self.assertEqual(req.status_code, 200)
end_time = time()
self.assertTrue(end_time - start_time < 90)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be reverted... or we should document justification for changing it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rolling this one back. This test was failing multiple times, but I think it was just Travis misbehaving.

@@ -7,7 +7,7 @@ mock
nose
peewee>2
pep257
psycopg2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed, why is this different from the normal package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are renaming the package from psycopg2 to psycopg2-binary and deprecating the old name.

Copy link
Member

@dmlb2000 dmlb2000 May 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

psycopg/psycopg2#674 this bug has links to the discussion and plan moving forward. The package specified is going to be a source only build. Which is fine for travis.

requirements.txt Outdated
@@ -1,7 +1,7 @@
cherrypy
elasticsearch
peewee>2
psycopg2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@dmlb2000 dmlb2000 merged commit 635e57e into pacifica:master May 4, 2018
@kauberry kauberry deleted the issue-133-doidatasets_primary_key branch May 4, 2018 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants