Changeset 25123
- Timestamp:
- Aug 19, 2009, 9:22:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r25122 r25123 156 156 # This should not happen. A fake job should be queued 157 157 stop_request_and_exit($req_id, $PS_EXIT_PROG_ERROR); 158 if (0) {159 # No Jobs.160 # XXXX Ouch. We need results for each rownum (each request specification) in the request file161 # including those that produced no jobs.162 # That did not happen for some reason.163 # Add an entry with rownum 0 with an error code164 # we've included parse_error.txt to the fileset if it exists165 # so the requester should get some idea what happened166 #167 my $rownum = 0;168 my $fault = $PSTAMP_NO_JOBS_QUEUED;169 print $tdf "$rownum|$fault|0|0|";170 print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|\n";171 }172 158 } else { 173 159 my $metadata = $mdcParser->parse($output) or die("Unable to parse metdata config doc");
Note:
See TracChangeset
for help on using the changeset viewer.
