[Buildbot] #3419: tests are failing when using PostgreSQL database backend

Buildbot trac trac at buildbot.net
Sat Feb 6 00:54:46 UTC 2016


#3419: tests are failing when using PostgreSQL database backend
----------------------+------------------------
Reporter:  rutsky     |       Owner:  dustin
    Type:  undecided  |      Status:  assigned
Priority:  major      |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by rutsky):

 My PostgreSQL is almost equivalent to yours:

 {{{
 pip install psycopg2
 sudo docker run --name bb-test-postgres -e POSTGRES_PASSWORD=password \
        -p 127.0.0.1:15432:5432 -d postgres:9.5
 BUILDBOT_TEST_DB_URL=postgresql://postgres:password@localhost:15432/postgres
 trial --reporter=text buildbot.test
 }}}

 only PostgreSQL driver differs.

 Also I have system-wide libpq-dev version 9.3.10, but I don't think this
 matters.

 Dustin, can you try Python's `psycopg2` driver?
 (If it should be supported. If it is not, that should be documented.)

--
Ticket URL: <http://trac.buildbot.net/ticket/3419#comment:7>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list