Page MenuHomeSoftware Heritage

FUSE: fix directory listing bugs
ClosedPublic

Authored by haltode on Dec 8 2020, 10:39 AM.

Diff Detail

Repository
rDFUSE FUSE virtual file system
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

haltode retitled this revision from FUSE: fix directory listing bugs to WIP: FUSE: fix directory listing bugs.Dec 8 2020, 10:39 AM

Build is green

Patch application report for D4682 (id=16609)

Rebasing onto 7186852c90...

Current branch diff-target is up to date.
Changes applied before test
commit 5dcad4cd8a87b34d2fc62ff87c18193b8ce3f80c
Author: Thibault Allançon <haltode@gmail.com>
Date:   Tue Dec 8 10:35:54 2020 +0100

    fs: directory: check first for symlink before content/directory
    
    Fix T2842.

commit 80af8893dd1c01bf4493571d37184c67b1cd3d3b
Author: Thibault Allançon <haltode@gmail.com>
Date:   Tue Dec 8 10:24:45 2020 +0100

    fs: directory: ignore missing artifact for submodules
    
    Fix T2851.

See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/231/ for more details.

Add cnt/dir symlink unit tests

haltode retitled this revision from WIP: FUSE: fix directory listing bugs to FUSE: fix directory listing bugs.Dec 8 2020, 2:15 PM
haltode edited the summary of this revision. (Show Details)

Build is green

Patch application report for D4682 (id=16627)

Rebasing onto 7186852c90...

Current branch diff-target is up to date.
Changes applied before test
commit 8515c5171d53822f2ba8dc9d8637f2df886f5ac3
Author: Thibault Allançon <haltode@gmail.com>
Date:   Tue Dec 8 10:35:54 2020 +0100

    fs: directory: check first for symlink before content/directory
    
    Fix T2842.

commit 80af8893dd1c01bf4493571d37184c67b1cd3d3b
Author: Thibault Allançon <haltode@gmail.com>
Date:   Tue Dec 8 10:24:45 2020 +0100

    fs: directory: ignore missing artifact for submodules
    
    Fix T2851.

See https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/232/ for more details.

This revision is now accepted and ready to land.Dec 8 2020, 4:09 PM