IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30439


Ignore:
Timestamp:
Jan 31, 2011, 11:03:31 AM (15 years ago)
Author:
bills
Message:

revert all faults not just fault == 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ippTasks/diff.pro

    r30432 r30439  
    448448  periods      -timeout 120.0
    449449  npending     1
    450   active false
    451450
    452451  stdout NULL
     
    457456    # Only revert failures with fault=2 (SYS_ERROR), which tend to be
    458457    # temporary filesystem problems.  Every other fault type is
    459     # interesting and should be kept for debugging (and so it doesn't
     458    # interesting and should be kept for debugging (and so it does not
    460459    # continue to occur).
    461     $run = difftool -revertdiffskyfile -fault 2
     460    # XXX: actually we are getting enough jobs with fault 4 that work after reverting
     461    # that we are going to remove that cut for now
     462    #
     463    #$run = difftool -revertdiffskyfile -fault 2
     464    $run = difftool -revertdiffskyfile
    462465    if ($DB:n == 0)
    463466      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.