<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 19 Dec 2017, at 07:53, Eyal Edri &lt;<a href="mailto:eedri@redhat.com" class="">eedri@redhat.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div class=""><br class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Dec 19, 2017 00:20, "Michal Skrivanek" &lt;<a href="mailto:michal.skrivanek@redhat.com" class="">michal.skrivanek@redhat.com</a>&gt; wrote:<br type="attribution" class=""><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="elided-text"><br class="">
&gt; On 18 Dec 2017, at 13:21, Milan Zamazal &lt;<a href="mailto:mzamazal@redhat.com" class="">mzamazal@redhat.com</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt; Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" class="">didi@redhat.com</a>&gt; writes:<br class="">
&gt;<br class="">
&gt;&gt; On Mon, Dec 18, 2017 at 10:17 AM, Code Review &lt;<a href="mailto:gerrit@ovirt.org" class="">gerrit@ovirt.org</a>&gt; wrote:<br class="">
&gt;&gt;&gt; Jenkins CI posted comments on this change.<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;<br class="">
&gt;&gt;&gt; View Change<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; Patch set 3:Continuous-Integration -1<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; Build Failed<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/2882/" rel="noreferrer" target="_blank" class="">http://jenkins.ovirt.org/job/<wbr class="">ovirt-system-tests_master_<wbr class="">check-patch-el7-x86_64/2882/</a><br class="">
&gt;&gt;&gt; : FAILURE<br class="">
&gt;&gt;<br class="">
&gt;&gt; Console output of above job says:<br class="">
&gt;&gt;<br class="">
&gt;&gt; 08:13:34&nbsp; &nbsp;# migrate_vm:<br class="">
&gt;&gt; 08:16:37&nbsp; &nbsp; &nbsp;* Collect artifacts:<br class="">
&gt;&gt; 08:16:40&nbsp; &nbsp; &nbsp;* Collect artifacts: Success (in 0:00:03)<br class="">
&gt;&gt; 08:16:40&nbsp; &nbsp;# migrate_vm: Success (in 0:03:06)<br class="">
&gt;&gt; 08:16:40&nbsp; &nbsp;# Results located at<br class="">
&gt;&gt; /dev/shm/ost/deployment-basic-<wbr class="">suite-master/default/006_<wbr class="">migrations.py.junit.xml<br class="">
&gt;&gt; 08:16:40 @ Run test: 006_migrations.py: Success (in 0:03:50)<br class="">
&gt;&gt; 08:16:40 Error occured, aborting<br class="">
&gt;&gt;<br class="">
&gt;&gt; The file 006_migrations.py.junit.xml [1] says:<br class="">
&gt;&gt;<br class="">
&gt;&gt; &lt;failure type="exceptions.<wbr class="">AssertionError" message="False != True after<br class="">
&gt;&gt; 180 seconds"&gt;<br class="">
&gt;<br class="">
&gt; Reading the logs, I can see the VM migrates normally and seems to be<br class="">
&gt; reported to Engine correctly.&nbsp; When Engine receives end-of-migration<br class="">
&gt; event, it sends Destroy to the source (which is correct), calls dumpxmls<br class="">
&gt; on the destination in the meantime (looks fine to me) and then calls<br class="">
<br class="">
</div>looks like a race between getallvmstats reporting VM as Down (statusTime: 4296271980) being processed, while there is a Down/MigrationSucceeded event arriving (with notify_time 4296273170) at about the same time<br class="">
Unfortunately the vdsm.log is not in DEBUG level so there’s very little information as to why and what exactly did it send out.<br class="">
@infra - can you enable debug log level for vdsm by default?<br class=""></blockquote></div></div></div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">How do you enable debug mode for vdsm ?</div></div></div></blockquote><div><br class=""></div>Can be permanently set in /etc/vdsm/logger.conf</div><div>I suppose enabling for all loggers would be useful</div><div><br class=""></div><div>see&nbsp;<a href="https://access.redhat.com/articles/2919931" class="">https://access.redhat.com/articles/2919931</a></div><div><br class=""></div><div>Thanks,</div><div>michal</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="auto" class=""><div dir="auto" class=""><br class=""></div><div dir="auto" class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br class="">
It does look like a race to me - does it reproduce?<br class="">
<div class="elided-text"><br class="">
&gt; Destroy on the destination, which is weird and I don't understand why<br class="">
&gt; the Destroy is invoked.<br class="">
&gt;<br class="">
&gt; Arik, would you like to take a look?&nbsp; Maybe I overlooked something or<br class="">
&gt; maybe there's a bug.&nbsp; The logs are at<br class="">
&gt; <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/2882/artifact/exported-artifacts/basic-suite-master__logs/test_logs/basic-suite-master/post-006_migrations.py/" rel="noreferrer" target="_blank" class="">http://jenkins.ovirt.org/job/<wbr class="">ovirt-system-tests_master_<wbr class="">check-patch-el7-x86_64/2882/<wbr class="">artifact/exported-artifacts/<wbr class="">basic-suite-master__logs/test_<wbr class="">logs/basic-suite-master/post-<wbr class="">006_migrations.py/</a><br class="">
&gt; and the interesting things happen around 2017-12-18 03:13:43,758-05.<br class="">
&gt;<br class="">
&gt;&gt; Can someone please have a look? Thanks.<br class="">
&gt;&gt;<br class="">
&gt;&gt; As a side note, if indeed this is the cause for the failure for the<br class="">
&gt;&gt; job, it's misleading to say "migrate_vm: Success".<br class="">
&gt;&gt;<br class="">
&gt;&gt; [1]<br class="">
&gt;&gt; <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/2882/artifact/exported-artifacts/basic-suite-master__logs/006_migrations.py.junit.xml" rel="noreferrer" target="_blank" class="">http://jenkins.ovirt.org/job/<wbr class="">ovirt-system-tests_master_<wbr class="">check-patch-el7-x86_64/2882/<wbr class="">artifact/exported-artifacts/<wbr class="">basic-suite-master__logs/006_<wbr class="">migrations.py.junit.xml</a><br class="">
&gt;&gt;<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; To view, visit change 85177. To unsubscribe, visit settings.<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; Gerrit-Project: ovirt-system-tests<br class="">
&gt;&gt;&gt; Gerrit-Branch: master<br class="">
&gt;&gt;&gt; Gerrit-MessageType: comment<br class="">
&gt;&gt;&gt; Gerrit-Change-Id: I7eb386744a2a2faf0acd734e0ba44<wbr class="">be22dd590b5<br class="">
&gt;&gt;&gt; Gerrit-Change-Number: 85177<br class="">
&gt;&gt;&gt; Gerrit-PatchSet: 3<br class="">
&gt;&gt;&gt; Gerrit-Owner: Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" class="">didi@redhat.com</a>&gt;<br class="">
&gt;&gt;&gt; Gerrit-Reviewer: Dafna Ron &lt;<a href="mailto:dron@redhat.com" class="">dron@redhat.com</a>&gt;<br class="">
&gt;&gt;&gt; Gerrit-Reviewer: Eyal Edri &lt;<a href="mailto:eedri@redhat.com" class="">eedri@redhat.com</a>&gt;<br class="">
&gt;&gt;&gt; Gerrit-Reviewer: Jenkins CI<br class="">
&gt;&gt;&gt; Gerrit-Reviewer: Sandro Bonazzola &lt;<a href="mailto:sbonazzo@redhat.com" class="">sbonazzo@redhat.com</a>&gt;<br class="">
&gt;&gt;&gt; Gerrit-Reviewer: Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" class="">didi@redhat.com</a>&gt;<br class="">
&gt;&gt;&gt; Gerrit-Comment-Date: Mon, 18 Dec 2017 08:17:11 +0000<br class="">
&gt;&gt;&gt; Gerrit-HasComments: No<br class="">
&gt; ______________________________<wbr class="">_________________<br class="">
</div>&gt; Devel mailing list<br class="">
&gt; <a href="mailto:Devel@ovirt.org" class="">Devel@ovirt.org</a><br class="">
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank" class="">http://lists.ovirt.org/<wbr class="">mailman/listinfo/devel</a><br class="">
<div class="elided-text">&gt;<br class="">
&gt;<br class="">
<br class="">
______________________________<wbr class="">_________________<br class="">
Infra mailing list<br class="">
<a href="mailto:Infra@ovirt.org" class="">Infra@ovirt.org</a><br class="">
<a href="http://lists.ovirt.org/mailman/listinfo/infra" rel="noreferrer" target="_blank" class="">http://lists.ovirt.org/<wbr class="">mailman/listinfo/infra</a><br class="">
</div></blockquote></div><br class=""></div></div></div>
</div></blockquote></div><br class=""></body></html>