1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 00:49:30 +01:00
Emmanuel Dreyfus 51eaed7fb2 Regression test portability: batch of bugs (volume 2)
Fix various regression test portability in tests/bugs.

bug-861542.t
- Avoid syntax specific to GNU sed.

bug-860663.t
- Command argument length is system dependent, and specifying 1000 file
  path may overflow it. Use a C program to do the job in a portable and
  efficient way.
- Add a test that we created the specified amount of files.

bug-858242.c, bug-808400-fcntl.c, bug-808400-flock.c
- fstat64() is Linux-specific. Define it as fstat for other systems.

bug-823081.t
- Use portable tail -n instead of tail --lines

In many tests:
- Do not assume python interpreter name. Use $PYTHON as defined
  in env.rc by configure.

utils/libcxattr.py
- If python version is 2.6 or higher, use a portable mechanism to
  recover errno. The original version is retained for python version
  2.5 and earlier but it only works on Linux.

BUG: 1129939
Change-Id: If2fea1ffec5cc6ab2de426fb200e884450afe61b
Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/9097
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
2014-11-26 04:18:47 -08:00
2014-11-26 00:17:59 -08:00
2014-04-16 06:38:06 -07:00
2010-03-12 04:09:34 -08:00
2014-09-02 11:17:03 -07:00
2014-10-15 01:22:02 -07:00
2011-07-18 17:24:14 +05:30
2011-07-18 15:47:16 +05:30
2014-10-31 03:50:05 -07:00
2014-09-16 02:30:36 -07:00

For more info, please visit http://www.gluster.org/.
Description
Gluster Filesystem - (this is only a public mirror, see the README for contributing)
Readme 212 MiB
Languages
C 85%
Shell 9.2%
Python 3.6%
Perl 0.8%
Makefile 0.4%
Other 0.7%