<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 16.03.2016 10:59, Oleg Fayans wrote:<br>
</div>
<blockquote cite="mid:56E92E7D.7030205@redhat.com" type="cite">
<pre wrap="">With this patch applied integration tests pass and in-tree tests are
gracefully skipped.
@mkubik, It is not possible to put the decorator to util.py as per our
discussion, because it uses tasks, so tasks must be imported. But tasks
already import util, which leads to circular imports. So I've put it to
tasks.py
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
NACK<br>
<br>
1)<br>
Use right ticket in commit message (#5723)<br>
<br>
2)<br>
Link to ticket should be last in the commit message<br>
<br>
3)<br>
dereplicafy<br>
<br>
3a)<br>
wrong doc string, it removes *only* replicas not clients<br>
<br>
3b)<br>
can we rename it to something different? (replicas_cleanup,
replicas_uninstall, replicas_teardown)<br>
<br>
4)<br>
Please fix commit message<br>
- Wile trated correctly<br>
- followiong<br>
- rewrote -> rewrite<br>
<br>
5)<br>
decorator<br>
+ def wrapped(*args):<br>
+ func(*args)<br>
+ for host in args[0].replicas:<br>
<br>
Shouldn't be there try-finally around func() call, or something?<br>
Are you sure that there is no need to return result of func()?<br>
<br>
*) Please create additional patch that will add licence there<br>
<br>
<br>
</body>
</html>