Closed
Bug 1126970
Opened 10 years ago
Closed 10 years ago
Test load postgres in Heroku Postgres
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: selenamarie, Assigned: selenamarie)
References
Details
Making a minimal database for testing stage crashes pushed into Heroku Postgres and loading into Heroku
Assignee | ||
Comment 2•10 years ago
|
||
Setting up a test instance for performance valuation in AWS.
A few notes on the AMI setup:
connecting:
ami ami-1d2e0b2d, magnetic disk (not using the SSD offered)
ssh -i ./selena.pem centos@ec2-52-11-84-148.us-west-2.compute.amazonaws.com
sudo yum install git-core
git clone https://github.com/selenamarie/socorro
git checkout -b bug1132937-add-heroku-url-part2 origin/bug1132937-add-heroku-url-part2
Run these commands: http://socorro.readthedocs.org/en/latest/development/dev-services.html#rhel-centos-6
Edited bootstrap.sh to use python2.7
yum install wget
yum instal cyrus-sasl-devel libcurl-devel
Ran make dev successfully.
Now testing postgres unittests.
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sdeckelmann
Assignee | ||
Comment 3•10 years ago
|
||
Progress: have the test suite configured to point at Heroku and only a few tests are failing. There are a couple config issues still cropping up that need to be fixed in code.
Assignee | ||
Comment 4•10 years ago
|
||
This issue is resolved. Now we are performance testing in bug 1139424.
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•