Export to branch checks wrong jobs for concurrent imports

Bug #412850 reported by Jeroen T. Vermeulen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Jeroen T. Vermeulen

Bug Description

The export-to-branch script should refuse to commit to a translations branch if there are pending RosettaUploadJobs for the translations import branch. But this is broken because of a bad join condition.

In RosettaUploadJob.findUnfinishedJobs, I joined BranchJob to Job using "Job.id == BranchJob.id". This should have been "Job.id == BranchJob.job."

Related branches

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Fixed in devel 9107

Changed in rosetta:
status: In Progress → Fix Committed
Changed in rosetta:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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