- Timestamp:
- 12/21/16 12:36:32 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/CheckTransfer.sh
r18685 r18700 253 253 if ! [ $numdatruns -eq $qla ] 254 254 then 255 printprocesslog "WARN not all data runs are processed yet by the QLA for "$date" ."256 echo "WARN not all data runs are processed yet by the QLA for "$date >> $logfile 2>&1255 printprocesslog "WARN not all data runs are processed yet by the QLA for "$date" (numdatruns "$numdatruns" numqla "$qla")." 256 echo "WARN not all data runs are processed yet by the QLA for "$date" (numdatruns "$numdatruns" numqla "$qla")." >> $logfile 2>&1 257 257 result1="1-" 258 258 else … … 386 386 if ! [ ${newdaq[1]} -eq ${daq[1]} ] 387 387 then 388 printprocesslog " WARNsize of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date388 printprocesslog "INFO size of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date 389 389 echo "WARN size of data doesn't agree on newdaq ("${newdaq[1]}") and daq ("${daq[1]}") for "$date >> $logfile 2>&1 390 390 numdiff=`echo " $numdiff + 1 " | bc -l ` … … 399 399 if ! [ ${zip[1]} -eq ${dl00[1]} ] && [ $date2 -gt 20120307 ] 400 400 then 401 printprocesslog " WARNsize of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date401 printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date 402 402 echo "WARN size of data doesn't agree on data ("${zip[1]}") and dl00 ("${dl00[1]}") for "$date >> $logfile 2>&1 403 403 if ! [ ${dl00[1]} -eq -1 ] … … 417 417 if ! [ ${zip[1]} -eq ${archive[1]} ] 418 418 then 419 printprocesslog " WARNsize of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date419 printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date 420 420 echo "WARN size of data doesn't agree on data ("${zip[1]}") and in archive ("${archive[1]}") for "$date >> $logfile 2>&1 421 421 if ! [ ${archive[1]} -eq -1 ] … … 435 435 if ! [ ${zip[1]} -eq ${wue[1]} ] 436 436 then 437 printprocesslog " WARNsize of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date437 printprocesslog "INFO size of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date 438 438 echo "WARN size of data doesn't agree on data ("${zip[1]}") and in Wue ("${wue[1]}") for "$date >> $logfile 2>&1 439 439 if ! [ ${wue[1]} -eq -1 ]
Note:
See TracChangeset
for help on using the changeset viewer.