[Buildbot] #2986: postgres tests failing

Buildbot trac trac at buildbot.net
Wed Oct 29 10:24:20 UTC 2014


#2986: postgres tests failing
-------------------+---------------------
Reporter:  dustin  |       Owner:  dustin
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:  0.9.0
 Version:  0.8.9   |  Resolution:
Keywords:          |
-------------------+---------------------

Comment (by delanne):

 I tried to reproduce the issue without success.

 here's what I did:
  - install postgresql-8.4 on my Ubuntu12.04 desktop
  - use buildbot eight
  - checkout https://github.com/buildbot/metabbotcfg.git
  - did some modifications in order to:
    - only have 1 builder: db-postgres
    - use my own slave
  - start the builder (on the branch master, eg nine) => the build succeed.

 I also try to reproduce it from the command line.
  - in the slave directory: <myslave>/db-postgres/build/master. I checked
 that the branch is master
 {{{
 $ git branch
 * master
 }}}
  - activated the virtualenv sandbox-python-twistedsamigr-0.7.1
  - run the unit test with:
 {{{
 $ ../../sandbox-python-twistedsamigr-0.7.1/bin/trial --reporter=bwverbose
 buildbot.test.unit
 [...]
 Ran 4004 tests in 18.455s

 PASSED (skips=170, successes=3834)
 }}}

  - run the integration test with (which was very slow):
 {{{
 $ ../../sandbox-python-twistedsamigr-0.7.1/bin/trial --reporter=bwverbose
 buildbot.test.integration
 [...]
 Ran 37 tests in 512.398s

 PASSED (skips=9, successes=28)
 }}}

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


More information about the bugs mailing list