Page MenuHomeSoftware Heritage

fuse: lookup: do not log ENOENT
ClosedPublic

Authored by haltode on Nov 25 2020, 3:43 PM.

Diff Detail

Repository
rDFUSE FUSE virtual file system
Branch
feature/no-log-enoent
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17499
Build 27050: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 27049: arc lint + arc unit

Unit TestsFailed

TimeTest
349 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_cli::test_mountpoint
fuse_mntdir = PosixPath('/tmp/tmpb6jvkvvn.swh-fuse-test') def test_mountpoint(fuse_mntdir):
252 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_content::test_access_file
fuse_mntdir = PosixPath('/tmp/tmpsis4gl40.swh-fuse-test') def test_access_file(fuse_mntdir):
358 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_content::test_cat_file
fuse_mntdir = PosixPath('/tmp/tmprlbs3kdm.swh-fuse-test') def test_cat_file(fuse_mntdir):
347 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_directory::test_access_file
fuse_mntdir = PosixPath('/tmp/tmp6tky259p.swh-fuse-test') def test_access_file(fuse_mntdir):
351 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.fuse.tests.test_directory::test_access_subdir
fuse_mntdir = PosixPath('/tmp/tmppm6ltdi9.swh-fuse-test') def test_access_subdir(fuse_mntdir):
View Full Test Results (22 Failed)

Event Timeline

Build has FAILED

Patch application report for D4594 (id=16307)

Rebasing onto 1641a3158f...

Current branch diff-target is up to date.
Changes applied before test
commit 24b1604d18290c8e25c3b72ee245879ab5bd3ced
Author: Thibault Allançon <haltode@gmail.com>
Date:   Wed Nov 25 15:41:58 2020 +0100

    fuse: lookup: do not log ENOENT

Link to build: https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/186/
See console output for more information: https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/186/console

Mention task in commit message

Build has FAILED

Patch application report for D4594 (id=16308)

Rebasing onto 1641a3158f...

Current branch diff-target is up to date.
Changes applied before test
commit ceb89cdfb75873cf0b0824087e12089bb216769e
Author: Thibault Allançon <haltode@gmail.com>
Date:   Wed Nov 25 15:41:58 2020 +0100

    fuse: lookup: do not log ENOENT
    
    Closes T2802.

Link to build: https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/187/
See console output for more information: https://jenkins.softwareheritage.org/job/DFUSE/job/tests-on-diff/187/console

Build is green

Patch application report for D4594 (id=16315)

Rebasing onto 1641a3158f...

Current branch diff-target is up to date.
Changes applied before test
commit b0c3d77e7ddfa420dfbb1ec7af34459ae4ed2546
Author: Thibault Allançon <haltode@gmail.com>
Date:   Wed Nov 25 15:41:58 2020 +0100

    fuse: lookup: do not log ENOENT
    
    Closes T2802.

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

This revision is now accepted and ready to land.Nov 25 2020, 5:06 PM
This revision was automatically updated to reflect the committed changes.