Skip to content

Xattr tests with FUSE-T are broken on CI #147

@infeo

Description

@infeo

Since around September 2025 normal CI builds fail due to failing tests:

It only happens on macOS runners. For testing the FUSE-T library installed via brew is used. The test suite fails on the TestXattr integrations test:

Error:    MirrorIT$TestXattr.testSetxattr:231 Unexpected exception thrown: java.nio.file.FileSystemException: /var/folders/kg/7q73ww8s3llgyl61c9z_j5g40000gn/T/junit-8422338435824566285/mirror/xattr.txt: Error writing extended attribute 'attr1': Operation not permitted
Error:    MirrorIT$TestXattr.testSetxattr:231 Unexpected exception thrown: java.nio.file.FileSystemException: /var/folders/kg/7q73ww8s3llgyl61c9z_j5g40000gn/T/junit-8422338435824566285/mirror/xattr.txt: Error writing extended attribute 'attr2': Operation not permitted
Error:    MirrorIT$TestXattr.testSetxattr:231 Unexpected exception thrown: java.nio.file.FileSystemException: /var/folders/kg/7q73ww8s3llgyl61c9z_j5g40000gn/T/junit-8422338435824566285/mirror/xattr.txt: Error writing extended attribute 'attr3': Operation not permitted
Error:    MirrorIT$TestXattr.testSetxattr:231 Unexpected exception thrown: java.nio.file.FileSystemException: /var/folders/kg/7q73ww8s3llgyl61c9z_j5g40000gn/T/junit-8422338435824566285/mirror/xattr.txt: Error writing extended attribute 'attr4': Operation not permitted
Error:    MirrorIT$TestXattr.testSetxattr:231 Unexpected exception thrown: java.nio.file.FileSystemException: /var/folders/kg/7q73ww8s3llgyl61c9z_j5g40000gn/T/junit-8422338435824566285/mirror/xattr.txt: Error writing extended attribute 'attr5': Operation not permitted

Setting xattr.txt in the source directory of the mirror test fails due to insufficient permissions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions