Comment #9 on issue 1519 by brian.ru...@mottmac.com: Show Errno 5: input/output error after running OperatingSystem.Copy Directory failed keyword
https://code.google.com/p/robotframework/issues/detail?id=1519

Hi.
I have this same problem.
I am using robot framework 2.8.4 on Windows 7 64-bit
The simple test script is:
        Remove Directory  /test/dest-folder  recurse
        Copy Directory  /test/src-folder  /test/dest-folder

There is one very small file in /test/src-folder

When the test is executed using pybot, it works every time.
When the test is executed using jybot, the directory copies correctly, but the keyword still provides an error.

The log has the entries:
11:10:04.069 FAIL [u'\\test\\src-folder', u'\\test\\dest-folder', "[Errno 5] Input/output error: u'\\\\test\\\\dest-folder'"] 11:10:04.069 DEBUG Traceback (most recent call last): File "C:\tools\jython2.5.3\Lib\site-packages\robotframework-2.8.4-py2.5.egg\robot\libraries\OperatingSystem.py", line 881, in copy_directory source, destination = self._copy_dir(source, destination) File "C:\tools\jython2.5.3\Lib\site-packages\robotframework-2.8.4-py2.5.egg\robot\libraries\OperatingSystem.py", line 897, in _copy_dir shutil.copytree(source, dest) File "C:\tools\jython2.5.3\Lib\shutil.py", line 144, in copytree raise Error, errors

Please let me know if I can provide more information.

Thanks,
Brian.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to