IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2013, 4:13:09 PM (13 years ago)
Author:
eugene
Message:

split out config (static info) and skychunk (area being processed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh

    r35063 r35076  
    2525# mkgpc1.sh user localhost eam eam
    2626
    27 set mkgpc1       = 1
    28 set initdb       = 1
    29 set mkdummy      = 1
    30 set initscratch  = 1
    31 set initbatch    = 1
    32 set camqueue     = 1
    33 set cambatch     = 1
     27set mkgpc1       = 0
     28set initdb       = 0
     29set mkdummy      = 0
     30set initscratch  = 0
     31set camqueue     = 0
     32set initbatch    = 0
     33set cambatch     = 0
    3434set stackqueue   = 1
    3535set stackbatch   = 1
     
    5454endif
    5555
    56 # create a dummy config so setupScratchDb.py does not fail
    57 if ($mkdummy) then
    58   ippjython queue.py -test edit <<EOF
    59 dummy
    60 none
    61 IPP_PSPS
    62 0
    63 none
    64 none
    65 0
    66 0
    67 0
    68 0
    69 1
    70 none
    71 0
    72 0
    73 1
    74 1
    75 2001-01-01 00:00:00.0
    76 NONE
    77 NONE
    78 1
    79 0
    80 0
    81 1
    82 0
    83 EOF
    84 endif
     56## XXX no longer needed : setupScratchDb does not need a fake 'config' (or 'chunk')
     57## # create a dummy config so setupScratchDb.py does not fail
     58## if ($mkdummy) then
     59##   ippjython queue.py -test edit <<EOF
     60## dummy
     61## none
     62## IPP_PSPS
     63## 0
     64## none
     65## none
     66## 0
     67## 0
     68## 0
     69## 0
     70## 1
     71## none
     72## 0
     73## 0
     74## 1
     75## 1
     76## 2001-01-01 00:00:00.0
     77## NONE
     78## NONE
     79## 1
     80## 0
     81## 0
     82## 1
     83## 0
     84## EOF
     85## endif
    8586
    8687# re-create the ipptopsps database
     
    9697  # mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch3"
    9798
    98   ippjython setupScratchDb.py -test dummy ipptopsps_test_scratch1
    99   # ippjython setupScratchDb.py -test dummy ipptopsps_scratch2
    100   # ippjython setupScratchDb.py -test dummy ipptopsps_scratch3
     99  # setupScratchDb.py now takes the scratch name version, which is appended to the
     100  # name in the settings.xml table
     101  ippjython setupScratchDb.py -test 1
     102  # ippjython setupScratchDb.py -test 2
     103  # ippjython setupScratchDb.py -test 3
    101104endif
    102105
Note: See TracChangeset for help on using the changeset viewer.