HSIBackendTest error 'AssertionError: False is not true'

Bug #1836042 reported by Sebastien Bacher
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Fix Released
Medium
Unassigned

Bug Description

Using current 0.8 trunk that test fails

__________________________________ HSIBackendTest.test_list ___________________________________

self = <testing.unit.test_backend_instance.HSIBackendTest testMethod=test_list>

    def test_list(self):
        if self.backend is None:
            return
        self.backend._put(self.local, b'a')
        self.backend._put(self.local, b'b')
        # It's OK for backends to create files as a side effect of put (e.g.
        # the par2 backend does), so only check that at least a and b exist.
> self.assertTrue(b'a' in self.backend._list())
E AssertionError: False is not true

unit/test_backend_instance.py:67: AssertionError

Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote :

I have commented out the test until 0.8.02. It passes on 2.7, and fails on 3.6 and 3.7. In its current state it should not pass at all. The overrides/bin/hsi shim does not match the backend.

Changed in duplicity:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → Kenneth Loafman (kenneth-loafman)
Changed in duplicity:
status: In Progress → New
assignee: Kenneth Loafman (kenneth-loafman) → nobody
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.