All tests up to this point are listed PASSED. The final error 'No space 
left on device' seems unlikely since the device has 16GB free. It is 
running in a VMWare VM.

```
tests/t3_fs_api.py::fs_api_tests::test_replace_file

================================================ FAILURES 
=================================================
_____________________________________ fs_api_tests.test_replace_file 
______________________________________
Traceback (most recent call last):
  File "_pytest.runner", line 139, in __init__
    self.result = func()
  File "_pytest.runner", line 127, in <lambda>
    return CallInfo(lambda: ihook(item=item, **kwds), when=when)
  File "_pytest.main", line 167, in call_matching_hooks
    return hookmethod.pcall(plugins, **kwargs)
  File "_pytest.core", line 417, in pcall
    return self._docall(methods, kwargs)
  File "_pytest.core", line 424, in _docall
    res = mc.execute()
  File "_pytest.core", line 312, in execute
    res = next()
  File "_pytest.capture", line 132, in pytest_runtest_call
    self.activate_funcargs(item)
  File "_pytest.capture", line 100, in activate_funcargs
    capfuncarg._start()
  File "_pytest.capture", line 190, in _start
    Capture=self.captureclass)
  File "_pytest.capture", line 253, in __init__
    self.err = Capture(2)
  File "_pytest.capture", line 327, in __init__
    f = TemporaryFile()
  File "/usr/lib64/python3.4/tempfile.py", line 497, in TemporaryFile
    (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags)
  File "/usr/lib64/python3.4/tempfile.py", line 200, in _mkstemp_inner
    fd = _os.open(file, flags, 0o600)
OSError: [Errno 28] No space left on device: '/tmp/tmpex46v1vl'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
====================== 1 failed, 193 passed, 1 skipped, 1 warnings in 81.08 
seconds =======================
```

Any help would be appreciated!

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

Reply via email to