<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Jul 31, 2017 at 5:52 PM Petr Kotas &lt;<a href="mailto:pkotas@redhat.com">pkotas@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I have encountered an issue with VDSM master when running tests.<br></div>Maybe I am doing something wrong, or I am overlooking something.<br><br></div><div>This is a clear master without any modification pulled with the latest commits.<br></div>Did anyone please encountered the same issue:<br><br>================================================== FAILURES ==================================================<br>______________________________________ TestDirectioChecker.test_path_ok ______________________________________<br><br>self = &lt;storage.check_test.TestDirectioChecker testMethod=test_path_ok&gt;<br><br>    def test_path_ok(self):<br>        self.checks = 1<br>        with temporaryPath(data=b&quot;blah&quot;) as path:<br>            checker = check.DirectioChecker(self.loop, path, self.complete)<br>            checker.start()<br>            self.loop.run_forever()<br>            pprint.pprint(self.results)<br>            result = self.results[0]<br>&gt;           delay = result.delay()<br><br>storage/check_test.py:82: <br>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <br><br>self = &lt;CheckResult path=/var/tmp/tmpPpV1Rj rc=0 err=bytearray(b&#39;0+1 records in\n0+1 ... copied, 0,000496228 s, 8,1 kB/s\n&#39;) time=4299448.73 elapsed=0.00 at 0x3b72390&gt;<br><br>    def delay(self):<br>        # TODO: Raising MiscFileReadException for all errors to keep the old<br>        # behavior. Should probably use StorageDomainAccessError.<br>        if self.rc != 0:<br>            raise exception.MiscFileReadException(self.path, self.rc, self.err)<br>        if not self.err:<br>            raise exception.MiscFileReadException(self.path, &quot;no stats&quot;)<br>        stats = self.err.splitlines()[-1]<br>        match = self._PATTERN.match(stats)<br>        if not match:<br>            raise exception.MiscFileReadException(self.path,<br>&gt;                                                 &quot;no match: %r&quot; % stats)<br>E           MiscFileReadException: Internal file read failure: (&#39;/var/tmp/tmpPpV1Rj&#39;, &quot;no match: bytearray(b&#39;4 bytes (4 B) copied, 0,000496228 s, 8,1 kB/s&#39;)&quot;)<br><br>../lib/vdsm/storage/check.py:372: MiscFileReadException<br>-------------------------------------------- Captured stdout call --------------------------------------------<br>[&lt;CheckResult path=/var/tmp/tmpPpV1Rj rc=0 err=bytearray(b&#39;0+1 records in\n0+1 records out\n4 bytes (4 B) copied, 0,000496228 s, 8,1 kB/s\n&#39;) time=4299448.73 elapsed=0.00 at 0x3b72390&gt;]<br>============================================ 93 tests deselected =============================================<br>====================== 1 failed, 1166 passed, 6 skipped, 93 deselected in 86.13 seconds ======================<br>ERROR: InvocationError: &#39;/vagrant/vdsm/.tox/storage-py27/bin/py.test -m not (slow or stress) storage&#39;<br>storage-py35 create: /vagrant/vdsm/.tox/storage-py35<br>ERROR: InterpreterNotFound: python3.5<br>storage-py36 create: /vagrant/vdsm/.tox/storage-py36<br>ERROR: InterpreterNotFound: python3.6<br><br></div></div></div></blockquote><div><br></div><div>Hi Petr,</div><div><br></div><div>Can you reproduce this error? on which system?</div><div><br></div><div>Nir</div></div></div>