Changes between Version 19 and Version 20 of NuWa_Slave

Show
Ignore:
Timestamp:
09/22/10 12:43:04 (14 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

debugging slvmon.py results

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v19 v20  
    493493number of failed tests. 
    494494 
     495=== debugging slvmon results  === 
     496 
     497The return code from {{{installation/trunk/dybinst/scripts/slvmon.py}}} records the  
     498number of test failures discerned from the xml logfiles written by the slave. 
     499 
     500If you are surprised by this return code and resulting renamed directory then 
     501debug the issue by turning up the debug ... 
     502{{{ 
     503cd /dybinst/export/dir 
     504python installation/trunk/dybinst/scripts/slvmon.py dybinst/4059_9542 -l DEBUG 
     505 
     506cd /dybinst/export/dir/opt 
     507python installation/trunk/dybinst/scripts/slvmon.py opt.dybinst/4059_9542 -l DEBUG 
     508}}} 
     509  
     510The single required argument needed is the '''BUILD_SLUG''' which identifies the configuration, build number and revision.  
     511 
     512 
    495513== configuration of the copy step == 
    496514