← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 739350] [NEW] BuildBot

 

On Monday 21 March 2011, you wrote:
> Public bug reported:
> 
>   Hello ..  help me
> I try to install buildbot
> MySQLdb not installed
> buildbot-0.8.1p1-py2.6.egg/...
> FAILED (skips=12, failures=2, successes=254)


Hello Sir,

For your information, buildbot is an external project, used as a /tool/ by the 
development team of OpenERP.
Therefore we don't support buildbot directly, nor offer any services about that 
(apart from testing your branches on our infrastructure, mainly for valuable 
contributors).
The upstream support for buildbot can be found at:
http://trac.buildbot.net/wiki/Support 

However, I can make 3 direct comments on what I see at your first mail:
 - You are failing the test suite of buildbot. So your problem is purely at 
your buildbot installation, nothing to do with OpenERP's flavour.
 - Are you missing support for mysql at python?
 - If you are planning to use it for openerp, neither 0.8.1 nor mysql apply. 
We use a patched version of pre-0.8.4, and use our own backend, using an 
openerp server as the database. 
All our code is public and available, but that doesn't mean that we can 
guarrantee support to anybody, use it at your own, please.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/739350

Title:
  BuildBot

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
    Hello ..  help me
  I try to install buildbot and when I run this  PYTHONPATH=. trial buildbot.test to test the installation I found this fails

  ===============================================================================
  [SKIPPED]: buildbot.test.unit.test_db_schema_master.MySQLDBSchemaManager.test_upgrade_full

  MySQLdb not installed
  ===============================================================================
  [FAIL]: buildbot.test.unit.test_contrib_buildbot_cvs_mail.TestBuildbotCvsMail.test_buildbot_cvs_mail_from_cvs1_11

  Traceback (most recent call last):
    File "/usr/local/lib/python2.6/dist-packages/buildbot-0.8.1p1-py2.6.egg/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py", line 94, in test_buildbot_cvs_mail_from_cvs1_11
      self.assertOutputOk(p, stdoutdata, golden_1_11_regex )
    File "/usr/local/lib/python2.6/dist-packages/buildbot-0.8.1p1-py2.6.egg/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py", line 72, in assertOutputOk
      self.failUnlessEqual(p.returncode, 0, "subprocess exited uncleanly")
  twisted.trial.unittest.FailTest: subprocess exited uncleanly
  not equal:
  a = 2
  b = 0

  ===============================================================================
  [FAIL]: buildbot.test.unit.test_contrib_buildbot_cvs_mail.TestBuildbotCvsMail.test_buildbot_cvs_mail_from_cvs1_12

  Traceback (most recent call last):
    File "/usr/local/lib/python2.6/dist-packages/buildbot-0.8.1p1-py2.6.egg/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py", line 107, in test_buildbot_cvs_mail_from_cvs1_12
      self.assertOutputOk(p, stdoutdata, golden_1_12_regex )
    File "/usr/local/lib/python2.6/dist-packages/buildbot-0.8.1p1-py2.6.egg/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py", line 72, in assertOutputOk
      self.failUnlessEqual(p.returncode, 0, "subprocess exited uncleanly")
  twisted.trial.unittest.FailTest: subprocess exited uncleanly
  not equal:
  a = 2
  b = 0

  -------------------------------------------------------------------------------
  Ran 268 tests in 76.578s

  FAILED (skips=12, failures=2, successes=254)



References