oops while using the code review

Bug #2054157 reported by Seth Arnold
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
New
Undecided
Unassigned

Bug Description

Hello, I tried to review a co-worker's merge request and got an emailed oops:

  InvalidTransition: Transition from Completed to Running is invalid.

    Traceback (most recent call last):
  Module lazr.jobrunner.jobrunner, line 194, in runJobHandleError
    self.runJob(job, fallback)
  Module lp.services.job.runner, line 391, in runJob
    super().runJob(IRunnableJob(job), fallback)
  Module lazr.jobrunner.jobrunner, line 159, in runJob
    job.start(manage_transaction=True)
  Module lp.services.job.runner, line 326, in start
    self.job.start(manage_transaction=manage_transaction)
  Module lp.services.job.model.job, line 183, in start
    self._set_status(JobStatus.RUNNING)
  Module lp.services.job.model.job, line 106, in _set_status
    raise InvalidTransition(self._status, status)
lp.services.job.model.job.InvalidTransition: Transition from Completed to Running is invalid.

OOPS-b92bbeb77e100b85fcef172f1217c9c7

Brian Murray tripped another case today: OOPS-4decbfcc4dec7e55d2cfea06d316a7a3

Thanks

Revision history for this message
Seth Arnold (seth-arnold) wrote :

It might be nice if the email had more details -- that way, users who add many comments to many merge requests, could know which one to check to make sure that their comments were properly recorded.

Thanks

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.