Locally, and on windows-2025 (1.23 and 1.24), the TestCopyRange
test is failing with The request is not supported
.
run tests on all windows runners · rasa/syncthing@aedaa78 · GitHub shows:
=== RUN TestCopyRange
=== RUN TestCopyRange/tmp
=== RUN TestCopyRange/tmp/duplicate_extents
=== RUN TestCopyRange/tmp/duplicate_extents/append_to_end
filesystem_copy_range_test.go:339: The request is not supported.
--- FAIL: TestCopyRange/tmp/duplicate_extents/append_to_end (0.02s)
=== RUN TestCopyRange/tmp/duplicate_extents/append_to_end_offsets_at_start
filesystem_copy_range_test.go:339: The request is not supported.
--- FAIL: TestCopyRange/tmp/duplicate_extents/append_to_end_offsets_at_start (0.02s)
=== RUN TestCopyRange/tmp/duplicate_extents/overwrite_part_of_destination_region
filesystem_copy_range_test.go:339: The request is not supported.
--- FAIL: TestCopyRange/tmp/duplicate_extents/overwrite_part_of_destination_region (0.02s)
=== RUN TestCopyRange/tmp/duplicate_extents/overwrite_all_of_destination
filesystem_copy_range_test.go:339: The request is not supported.
--- FAIL: TestCopyRange/tmp/duplicate_extents/overwrite_all_of_destination (0.02s)
=== RUN TestCopyRange/tmp/duplicate_extents/overwrite_part_of_destination
filesystem_copy_range_test.go:339: The request is not supported.
--- FAIL: TestCopyRange/tmp/duplicate_extents/overwrite_part_of_destination (0.02s)
=== RUN TestCopyRange/tmp/duplicate_extents/destination_gets_expanded_as_it_is_being_written_to
filesystem_copy_range_test.go:339: The request is not supported.