Skip to content

Align filters config test imports with rustfmt#1705

Merged
oferchen merged 1 commit into
masterfrom
format-code-with-cargo-fmt
Oct 30, 2025
Merged

Align filters config test imports with rustfmt#1705
oferchen merged 1 commit into
masterfrom
format-code-with-cargo-fmt

Conversation

@oferchen
Copy link
Copy Markdown
Owner

Summary

  • reorder the test module imports in the client config filters tests to match rustfmt expectations

Testing

  • cargo fmt --all -- --check

https://chatgpt.com/codex/tasks/task_e_6903864f8a74832385830bbe0c9dd98b

@oferchen oferchen merged commit 44a0579 into master Oct 30, 2025
@oferchen oferchen deleted the format-code-with-cargo-fmt branch October 30, 2025 15:47
oferchen added a commit that referenced this pull request Apr 17, 2026
Add upstream self-roundtrip test for compressed batch delta transfers
to document the upstream rsync 3.4.1 limitation where the batch format
does not record which compression algorithm was used. Upstream's
read-batch always forces CPRES_ZLIB (compat.c:194-195), but
write-batch may auto-negotiate zstd, producing unreadable batch files.

oc-rsync avoids this by recording uncompressed data in batch files
(do_compression=false in stream flags). Document this design decision
across batch_support.rs, replay.rs, compressed_writer.rs, and flags.rs.

Refs: #1705
oferchen added a commit that referenced this pull request Apr 17, 2026
Add upstream self-roundtrip test for compressed batch delta transfers
to document the upstream rsync 3.4.1 limitation where the batch format
does not record which compression algorithm was used. Upstream's
read-batch always forces CPRES_ZLIB (compat.c:194-195), but
write-batch may auto-negotiate zstd, producing unreadable batch files.

oc-rsync avoids this by recording uncompressed data in batch files
(do_compression=false in stream flags). Document this design decision
across batch_support.rs, replay.rs, compressed_writer.rs, and flags.rs.

Refs: #1705
oferchen added a commit that referenced this pull request May 1, 2026
Add upstream self-roundtrip test for compressed batch delta transfers
to document the upstream rsync 3.4.1 limitation where the batch format
does not record which compression algorithm was used. Upstream's
read-batch always forces CPRES_ZLIB (compat.c:194-195), but
write-batch may auto-negotiate zstd, producing unreadable batch files.

oc-rsync avoids this by recording uncompressed data in batch files
(do_compression=false in stream flags). Document this design decision
across batch_support.rs, replay.rs, compressed_writer.rs, and flags.rs.

Refs: #1705
oferchen added a commit that referenced this pull request May 5, 2026
Add upstream self-roundtrip test for compressed batch delta transfers
to document the upstream rsync 3.4.1 limitation where the batch format
does not record which compression algorithm was used. Upstream's
read-batch always forces CPRES_ZLIB (compat.c:194-195), but
write-batch may auto-negotiate zstd, producing unreadable batch files.

oc-rsync avoids this by recording uncompressed data in batch files
(do_compression=false in stream flags). Document this design decision
across batch_support.rs, replay.rs, compressed_writer.rs, and flags.rs.

Refs: #1705
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant