BIND 10 #2583: save lettuce run output even if successful

BIND 10 Development do-not-reply at isc.org
Mon Jan 7 14:18:01 UTC 2013


#2583: save lettuce run output even if successful
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  task          |  UnAssigned
            Priority:  medium        |                       Status:  new
           Component:  build system  |                    Milestone:  New
            Keywords:                |  Tasks
           Sensitive:  0             |                   Resolution:
         Sub-Project:  Core          |                 CVSS Scoring:
Estimated Difficulty:  0             |              Defect Severity:  N/A
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------

Comment (by shane):

 Actually I believe this is a 1-line fix, isn't it?

 {{{
 #!python
 diff --git a/tests/lettuce/features/terrain/terrain.py
 b/tests/lettuce/features/
 index bc05341..ce6997a 100644
 --- a/tests/lettuce/features/terrain/terrain.py
 +++ b/tests/lettuce/features/terrain/terrain.py
 @@ -83,7 +83,7 @@ removelist = [
  # If we have waited OUTPUT_WAIT_MAX_INTERVALS times, we will abort with
 an
  # error (so as not to hang indefinitely)
  OUTPUT_WAIT_INTERVAL = 0.5
 -OUTPUT_WAIT_MAX_INTERVALS = 20
 +OUTPUT_WAIT_MAX_INTERVALS = 60

  # class that keeps track of one running process and the files
  # we created for it.
 @@ -102,7 +102,7 @@ class RunningProcess:
          self.process = None
          self.step = step
          self.process_name = process_name
 -        self.remove_files_on_exit = True
 +        self.remove_files_on_exit = False
          self._check_output_dir()
          self._create_filenames()
          self._start_process(args)
 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/2583#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list