<div dir="ltr">Yair is probably referring to statistically independent tests, or whatever case for which the following is true (P(x) is the probably that a test succeeds):<div><br></div><div>P(4|3|2|1) = P(4|1) * P(3|1) * P(2|1)<br>
</div><div><br></div><div>This might apply to the tests we are adding to network_basic_ops scenario; however it is worth noting that:</div><div><br></div><div>- in some cases the above relationship does not hold. For instance a public network connectivity test can hardly succeeds if the private connectivity test failed (is that correct? I'm not sure anymore of anything this days!)</div>
<div>- Sean correctly pointed out that splitting test will cause repeated activities which will just make the test run longer without any additional benefit.</div><div><br></div><div>On the other hand, I understand and share the feeling that we are adding too much to the same workflow. Would it make sense to identify a few conceptually independent workflows, identify one or more advanced network scenarios, and keep only internal + public connectivity checks in basic_ops?</div>
<div><br></div><div>Salvatore </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 January 2014 09:23, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, 2014-01-19 at 07:17 -0500, Yair Fried wrote:<br>
> OK,<br>
> but considering my pending patch (#3 and #4)<br>
> what about:<br>
><br>
> #1 -> #2<br>
> #1 -> #3<br>
> #1 -> #4<br>
><br>
> instead of<br>
><br>
> #1 -> #2 -> #3 -> #4<br>
><br>
> a failure in #2 will prevent #3 and #4 from running even though they are completely unrelated<br>
<br>
</div>Seems to me, that the above is a logical fault. If a failure in #2<br>
prevents #3 or #4 from running, then by nature they are related to #2.<br>
<span class="HOEnZb"><font color="#888888"><br>
-jay<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>