Skip to content

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Jun 16, 2024

This re-enables TestChangesDirsEmpty and TestChangesDirsMutated on current Windows versions. These tests were failing on Windows V19H1 (1903) and up, possibly due to changes in the kernel, and were skipped in commit 8f4b3b0;

=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.21s)
    changes_test.go:261: Reported changes for identical dirs: [{\dirSymlink C}]

=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.14s)
    changes_test.go:391: unexpected change "C \\dirSymlink" "\\dirnew"

This reverts commit 8f4b3b0.

- A picture of a cute animal (not mandatory but encouraged)

@thaJeztah thaJeztah self-assigned this Jun 16, 2024
@thaJeztah thaJeztah force-pushed the pkg_archive_unskip_windows branch from dedc4fe to 6ff26e6 Compare June 16, 2024 15:45
@thaJeztah thaJeztah changed the title pkg/archive: un-skip tests on Windowsd V19H1 (1903) and up pkg/archive: un-skip tests on Windows V19H1 (1903) and up Jun 16, 2024
@thaJeztah
Copy link
Member Author

OK; that didn't work; still an issue indeed;

=== Failed
=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.09s)
    changes_test.go:261: Reported changes for identical dirs: [{\dirSymlink C}]

=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.10s)
    changes_test.go:391: unexpected change "C \\dirSymlink" "\\dirnew"

I'll open an alternative PR to remove the kernel-version check, because we no longer run CI on those older versions

@thaJeztah thaJeztah force-pushed the pkg_archive_unskip_windows branch from 6ff26e6 to dd15c30 Compare June 16, 2024 16:45
@thaJeztah thaJeztah added the impact/go-sdk Noteworthy (compatibility changes) in the Go SDK label Jun 18, 2024
@thaJeztah thaJeztah force-pushed the pkg_archive_unskip_windows branch from dd15c30 to 79ed071 Compare August 19, 2024 11:25
This re-enables TestChangesDirsEmpty and TestChangesDirsMutated on current
Windows versions. These tests were failing on Windows V19H1 (1903) and up,
possibly due to changes in the kernel, and were skipped in commit
8f4b3b0;

    === FAIL: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.21s)
        changes_test.go:261: Reported changes for identical dirs: [{\dirSymlink C}]

    === FAIL: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.14s)
        changes_test.go:391: unexpected change "C \\dirSymlink" "\\dirnew"

This reverts commit 8f4b3b0.
This reverts commit 3108165

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the pkg_archive_unskip_windows branch from 79ed071 to 615f1f2 Compare December 19, 2024 21:36
@thaJeztah
Copy link
Member Author

still same FWIW;

=== Failed
=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.09s)
    changes_test.go:260: Reported changes for identical dirs: [{\dirSymlink C}]

=== FAIL: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.08s)
    changes_test.go:390: unexpected change "C \\dirSymlink" "\\dirnew"

@thaJeztah
Copy link
Member Author

moved to moby/go-archive#12

@thaJeztah thaJeztah closed this Apr 28, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in go modules transition Apr 28, 2025
@thaJeztah thaJeztah deleted the pkg_archive_unskip_windows branch April 28, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

1 participant