[PATCH v4 0/2] xfstest btrfs/316: test send / receive

2013-08-13 Thread Jan Schmidt
These two patches add the announced tests for btrfs send / receive. As
requested, the fssum tool is now included.

--
v1-v2:
 - included fssum
 - test number is now 316 (was 314)
v2-v3:
 - added missing -lcrypto to build fssum
 - removed obsolete change in README now that fssum is included
 - fixed comment in test/btrfs/316's header (314 - 316)
v3-v4:
 - build fssum with help of autotools only if libssl is available
 - removed clumsy OPT_TARGETS in src/Makefile
 - added #define directives for SEEK_DATA and SEEK_HOLE to fssum.c

Jan Schmidt (2):
  xfstests: add fssum tool
  xfstests btrfs/316: test send / receive

 .gitignore   |1 +
 aclocal.m4   |1 +
 configure.ac |1 +
 include/builddefs.in |1 +
 m4/Makefile  |1 +
 m4/package_ssldev.m4 |4 +
 src/Makefile |8 +
 src/fssum.c  |  828 ++
 tests/btrfs/316  |  116 +++
 tests/btrfs/316.out  |4 +
 tests/btrfs/group|1 +
 11 files changed, 966 insertions(+), 0 deletions(-)
 create mode 100644 m4/package_ssldev.m4
 create mode 100644 src/fssum.c
 create mode 100755 tests/btrfs/316
 create mode 100644 tests/btrfs/316.out

-- 
1.7.2.5

--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 0/2] xfstest btrfs/316: test send / receive

2013-08-13 Thread Eric Sandeen
On 8/13/13 12:24 PM, Jan Schmidt wrote:
 These two patches add the announced tests for btrfs send / receive. As
 requested, the fssum tool is now included.


Thanks for the updates.

Both:
Reviewed-by: Eric Sandeen sand...@redhat.com

 --
 v1-v2:
  - included fssum
  - test number is now 316 (was 314)
 v2-v3:
  - added missing -lcrypto to build fssum
  - removed obsolete change in README now that fssum is included
  - fixed comment in test/btrfs/316's header (314 - 316)
 v3-v4:
  - build fssum with help of autotools only if libssl is available
  - removed clumsy OPT_TARGETS in src/Makefile
  - added #define directives for SEEK_DATA and SEEK_HOLE to fssum.c
 
 Jan Schmidt (2):
   xfstests: add fssum tool
   xfstests btrfs/316: test send / receive
 
  .gitignore   |1 +
  aclocal.m4   |1 +
  configure.ac |1 +
  include/builddefs.in |1 +
  m4/Makefile  |1 +
  m4/package_ssldev.m4 |4 +
  src/Makefile |8 +
  src/fssum.c  |  828 
 ++
  tests/btrfs/316  |  116 +++
  tests/btrfs/316.out  |4 +
  tests/btrfs/group|1 +
  11 files changed, 966 insertions(+), 0 deletions(-)
  create mode 100644 m4/package_ssldev.m4
  create mode 100644 src/fssum.c
  create mode 100755 tests/btrfs/316
  create mode 100644 tests/btrfs/316.out
 

--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4 0/2] xfstest btrfs/316: test send / receive

2013-08-13 Thread Rich Johnston

On 08/13/2013 01:33 PM, Eric Sandeen wrote:

On 8/13/13 12:24 PM, Jan Schmidt wrote:

These two patches add the announced tests for btrfs send / receive. As
requested, the fssum tool is now included.



Thanks for the updates.

Both:
Reviewed-by: Eric Sandeen sand...@redhat.com


Thanks Jan, this has been committed.

--Rich

commit af86f5668eb164d1db52d1bf65673ba51d6fc75a
Author: Jan Schmidt list@jan-o-sch.net
Date:   Tue Aug 13 17:24:18 2013 +

xfstests btrfs/007: test send / receive

Basic send / receive functionality test for btrfs. Requires current
version of fsstress built (-x support). Relies on fssum tool but can
skip the test if it failed to build.

Signed-off-by: Jan Schmidt list@jan-o-sch.net
Reviewed-by: Josef Bacik jba...@fusionio.com
Reviewed-by: Eric Sandeen sand...@redhat.com
Signed-off-by: Rich Johnston rjohns...@sgi.com

[rjohnston: renumbered test from 316 to 007]

commit df0fd18101b625aad690d4cd3bb4ba7e7d1d99dc
Author: Jan Schmidt list@jan-o-sch.net
Date:   Tue Aug 13 17:24:17 2013 +

xfstests: add fssum tool

fssum is a tool to build a recursive checksum for a file system. 
The home

repository of fssum is

git://git.kernel.org/pub/scm/linux/kernel/git/arne/far-progs.git

Signed-off-by: Jan Schmidt list@jan-o-sch.net
Reviewed-by: Eric Sandeen sand...@redhat.com
Signed-off-by: Rich Johnston rjohns...@sgi.com



--
To unsubscribe from this list: send the line unsubscribe linux-btrfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html