Closed Bug 659624 Opened 13 years ago Closed 12 years ago

mach return code is wrong, leading to false positives in Jenkins

Categories

(Cloud Services :: Server: Other, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: tarek, Unassigned)

Details

The latest account portal was missing a dependency that was not defined in its spec. The failure happened when I tried to run the server.
  
This should not happen since the Jenkins server does this:

$ mach chroot python26 -m application.run

and indeed, I can see the traceback in Jenkins:

http://tarek1.svc.mtv1.mozilla.com/view/AccountPortal/job/Account-portal-RPMS/69/console

Unfortunately "mach chroot" does not seem to return the command exit code, so we get false positives...

I need to fix this so the error pops up as a red job in jenkins
It turns out Mock has fixed this issue, and has all the features we need as well. So switching to Mock.
We've turned off a-p in Jenkins
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.