Re: [PATCH v2] btrfs-progs: send-test: add checking of clone-src option
From: Tsutomu Itoh <hidden>
Date: 2016-11-09 01:58:11
On 2016/11/09 10:39, Qu Wenruo wrote:
At 11/09/2016 09:25 AM, Tsutomu Itoh wrote:quoted
Sending stream size of clone-src(-c) option is checked. Fixed by "btrfs-progs: send: fix handling of -c option". Signed-off-by: Tsutomu Itoh <redacted> --- V2: old sending stream image is used --- .../016-send-clone-src/send-stream-v4.8.2.img | Bin 0 -> 6299778 bytesThe image seems quite large. How about compressing it? And the script seems only checking the size of the file, not the content. So it seems that we don't even need to upload the file.
Certainly, only the size of the image file is necessary, and we don't need image file. But I want to keep the image file as a record. Therefore, I'll post the version that compresses the image file soon. Thanks, Tsutomu
Thanks, Ququoted
tests/misc-tests/016-send-clone-src/test.sh | 49 +++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 tests/misc-tests/016-send-clone-src/send-stream-v4.8.2.img create mode 100755 tests/misc-tests/016-send-clone-src/test.sh
(snip)