~psivaa/uci-engine/install-cu2d-from-tarball

« back to all changes in this revision

Viewing changes to tests/test_test_runner.py

  • Committer: Ubuntu CI Bot
  • Author(s): Vincent Ladeuil
  • Date: 2014-06-25 12:19:32 UTC
  • mfrom: (596.4.9 1334146-home-ssh-key)
  • Revision ID: ubuntu_ci_bot-20140625121932-8451zsd0ht8v6r2f
[r=Ursula Junque, PS Jenkins bot] Don't attempt to create ~/.ssh if it already exists. 1334146 from Vincent Ladeuil

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                        raise_errors=True)
91
91
        # FIXME: From there, the test runner worker receives the message,
92
92
        # process it, send progress to the 'test-progress' queue (all checked
93
 
        # manually by adding 'import pdb; pdb.set_trace() HERE and checking
94
 
        # that uci-vms.conf was properly created on the worker). But we we need
95
 
        # a way to subscribe to that 'test-progress' queue and process the
96
 
        # received messages (and not hang like _run_forever()). That will
97
 
        # provide a way to wait for the ticket to be processed without
98
 
        # involving time.sleep(). Out-of-scope to fix http://pad.lv/1331989, so
99
 
        # punting for now -- vila 2014-06-19
 
93
        # manually by uncommenting the following pdb call and letting the
 
94
        # ticket process happen or not while allowing the worker to be
 
95
        # investigated).
 
96
        # import pdb; pdb.set_trace()
 
97
        # But we we need a way to subscribe to that 'test-progress' queue and
 
98
        # process the received messages (and not hang like
 
99
        # _run_forever()). That will provide a way to wait for the ticket to be
 
100
        # processed without involving time.sleep(). Out-of-scope to fix
 
101
        # http://pad.lv/1331989, so punting for now -- vila 2014-06-19
100
102
 
101
103
 
102
104
if __name__ == "__main__":