duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: Macports & Duplicity 0.4.10


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Re: Macports & Duplicity 0.4.10
Date: Tue, 01 Apr 2008 09:58:37 -0500
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Darik Horn wrote:
>> 0.4.9 has a problem in that it won't pass the regression tests.
> 
> I'm currently seeing the same run-all-tests.sh result for the S3 backend
> in duplicity-0.4.10 regardless of whether self.key_prefix has +'d'.
> 
> My regression transcript is attached.
> 
> Do you have a particular invocation that results in a bad backup with
> the S3 backend?

tar: testfiles/special_cases/neg_mtime/foo: implausibly old time stamp
1969-12-31 17:43:20
========== Running backendtest.py ==========
Traceback (most recent call last):
  File "backendtest.py", line 140, in <module>
    class LocalTest(unittest.TestCase, UnivTest):
  File "backendtest.py", line 142, in LocalTest
    url_string = config.file_url
AttributeError: 'module' object has no attribute 'file_url'


In config.py you need to fill in file_url, otherwise all the tests are
not run.  The backendtest.py module stopped before you could see the
failure that it generates.  See below.


tar: testfiles/special_cases/neg_mtime/foo: implausibly old time stamp
1969-12-31 17:43:20
========== Running backendtest.py ==========
...........F...
======================================================================
FAIL: Test basic backend operations
----------------------------------------------------------------------
Traceback (most recent call last):
  File "backendtest.py", line 24, in test_basic
    self.try_basic(backends.get_backend(self.url_string))
  File "backendtest.py", line 58, in try_basic
    cmp_list([normal_file])
  File "backendtest.py", line 44, in cmp_list
    ("Got list: %s\nWanted: %s\n" % (repr(blist), repr(l)))
AssertionError: Got list: []
Wanted: ['testfile']


----------------------------------------------------------------------
Ran 15 tests in 99.994s

FAILED (failures=1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]