Actions
Bug #1822
closedcheckRefineJobs.php shows uploaded recons as ready to upload if the upload is run through job submission
Start date:
05/24/2012
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.2.0
Show in known bugs:
No
Workaround:
Description
ApRefineRunData does not have a reference to the refinejob jobid
Updated by Anchi Cheng over 12 years ago
- Assignee changed from Anchi Cheng to Amber Herold
- Target version set to Appion/Leginon 2.2.0
- Affected Version changed from Appion/Leginon 2.1.0 to Appion/Leginon 2.2.0 (trunk)
reconUploader.py uses --jobid to define refinejob ApAppionJobData id. However, --jobid is used by ApAgent as current job id and is taken off when it launches generic job. Therefore the refinejobid is lost.
r16683 fixed this.
This should be merged into 2.2
I think we may have other cases of this. The mix use of parameter --jobid is problematic.
Testing:
Upload a finished refine job and check back at checkRefineJob.php
Updated by Amber Herold over 12 years ago
- Status changed from Assigned to In Test
Updated by Amber Herold almost 12 years ago
- Status changed from In Test to Closed
- Affected Version changed from Appion/Leginon 2.2.0 (trunk) to Appion/Leginon 2.2.0
Actions