~facundo/magicicada-server/update-client-1440

« back to all changes in this revision

Viewing changes to magicicada/server/tests/test_shutdown.py

  • Committer: Facundo Batista
  • Date: 2018-03-20 19:21:27 UTC
  • Revision ID: facundo@taniquetil.com.ar-20180320192127-12gnfgeu7lkzhgg7
Updated magicicada client to r1440.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        try:
100
100
            yield client.put_content(request.ROOT, mkfile_req.new_id,
101
101
                                     empty_hash, "fake_hash", 1234, 1000, None)
102
 
        except:
 
102
        except Exception:
103
103
            client.transport.loseConnection()
104
104
 
105
105
        ujobs = self.usr0.get_uploadjobs(node_id=mkfile_req.new_id)