Skip to content

TestDiffDirChangeWithOverlayfs is failing (when TMPDIR is on tmpfs, not on ext4) #247

@AkihiroSuda

Description

@AkihiroSuda

Interesting; looks like this is failing on go1.22

cc @AkihiroSuda @dmcgowan

=== RUN   TestDiffDirChangeWithOverlayfs
    diff_test.go:249: failed diff dir change: Unexpected number of changes:
        got(6):
        	modify	/dir1
        	delete	/dir1/d
        	modify	/dir1/f
        	modify	/dir2/d/f
        	modify	/dir3
        	delete	/dir3/.wh..opq
        expected(8):
        	modify	/dir1
        	delete	/dir1/d
        	modify	/dir1/f
        	modify	/dir2
        	modify	/dir2/d
        	modify	/dir2/d/f
        	modify	/dir3
        	delete	/dir3/.wh..opq
--- FAIL: TestDiffDirChangeWithOverlayfs (0.01s)

Originally posted by @thaJeztah in #242 (comment)

(Unlikely specific to Go 1.22)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions