GlusterFS 3.4 introduced the libgfapi client API for C programs. This page lists bindings to the libgfapi C library from other languages. Go -- - [gogfapi](https://github.com/gluster/gogfapi) - Go language bindings for libgfapi, aiming to provide an api consistent with the default Go file apis. Java ---- - [libgfapi-jni](https://github.com/semiosis/libgfapi-jni/) - Low level JNI binding for libgfapi - [glusterfs-java-filesystem](https://github.com/semiosis/glusterfs-java-filesystem) - High level NIO.2 FileSystem Provider implementation for the Java platform - [libgfapi-java-io](https://github.com/gluster/libgfapi-java-io) - Java bindings for libgfapi, similar to java.io Python ------ - [libgfapi-python](https://github.com/gluster/libgfapi-python) - Libgfapi bindings for Python Ruby ---- - [libgfapi-ruby](https://github.com/spajus/libgfapi-ruby) - Libgfapi bindings for Ruby using FFI Rust ---- - [gfapi-sys](https://github.com/cholcombe973/Gfapi-sys) - Libgfapi bindings for Rust using FFI Perl ---- - [libgfapi-perl](https://github.com/gluster/libgfapi-perl) - Libgfapi bindings for Perl using FFI g/pipermail/gluster-users/2018-July/034400.html Change-Id: I2c177f711f9b54b7b24e1a13525ff3132bd9a9c5 updates: bz#1642807 Signed-off-by: Amar Tumballi <amarts@redhat.com> tests: Update tier CLI in .t files 2017-10-30T15:50:44+00:00 N Balachandran nbalacha@redhat.com 2017-10-23T07:12:32+00:00 62dbefde4bc5c8d9dcfb10f3be5d349db341bb30 Update .t tier tests to use the new tier CLI. Change-Id: I0e7f1769071108d8266fc86378c4466bcaf96e7d BUG: 1505253 Signed-off-by: N Balachandran <nbalacha@redhat.com>
Update .t tier tests to use the new tier CLI.

Change-Id: I0e7f1769071108d8266fc86378c4466bcaf96e7d
BUG: 1505253
Signed-off-by: N Balachandran <nbalacha@redhat.com>
tests: Add mechanism for disabled tests 2016-03-10T07:19:40+00:00 Raghavendra Talur rtalur@redhat.com 2016-02-08T06:43:54+00:00 f6e5bc68d294cc67f1e7f4db043d2531d4cfec80 Requirements: Should be able to skip tests from run-tests.sh run. Should be granular enough to disable on subset of OSes. Solution: Tests can have special comment lines with some comma separated values within them. Key names used to determine test status are G_TESTDEF_TEST_STATUS_CENTOS6 G_TESTDEF_TEST_STATUS_NETBSD7 Some examples: G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=123456 G_TESTDEF_TEST_STATUS_NETBSD7=KNOWN_ISSUE,BUG=4444444 G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=123456;555555 You can change status of test to enabled or delete the line only if all the bugs are closed or modified or if the patch fixes it. Change-Id: Idee21fecaa5837fd4bd06e613f5c07a024f7b0c2 BUG: 1295704 Signed-off-by: Raghavendra Talur <rtalur@redhat.com> Reviewed-on: http://review.gluster.org/13393 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System &