summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterfs
Commit message (Collapse)AuthorAgeFilesLines
* tests: move all test-cases into component subdirectoriesNiels de Vos2015-01-0624-0/+1350
There are around 300 regression tests, 250 being in tests/bugs. Running partial set of tests/bugs is not easy because this is a flat directory with almost all tests inside. It would be valuable to make partial test/bugs easier, and allow the use of mulitple build hosts for a single commit, each running a subset of the tests for a quicker result. Additional changes made: - correct the include path for *.rc shell libraries and *.py utils - make the testcases pass checkpatch - arequal-checksum in afr/self-heal.t was never executed, now it is - include.rc now complains loudly if it fails to find env.rc Change-Id: I26ffd067e9853d3be1fd63b2f37d8aa0fd1b4fea BUG: 1178685 Reported-by: Emmanuel Dreyfus <manu@netbsd.org> Reported-by: Atin Mukherjee <amukherj@redhat.com> URL: http://www.gluster.org/pipermail/gluster-devel/2014-December/043414.html Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9353 Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: Emmanuel Dreyfus <manu@netbsd.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
.13&id=5bdfaf98904a339144bf3a237b162e8385b95085'>gfapi: preserve glfd state during glfs_dupRajesh Joseph2016-03-143-0/+110 * TIER: stopping the tierd when the volume goes downhari gowtham2016-03-141-0/+9 * common-ha: reliable grace using pacemaker notify actionsKaleb S KEITHLEY2016-03-145-306/+284 * common-ha: Corrected refresh-config output parsingSoumya Koduri2016-03-141-6/+6 * common-ha: distribution neutral location of config filesJoe Julian2016-03-143-23/+49 * common-ha: refresh-config output includes dbus "method return" msgKaleb S. KEITHLEY2016-03-141-16/+18 * CommonHA: Fix the path of 'systemctl' cmdSoumya Koduri2016-03-141-1/+1 * CommonHA: Avoid scp of the config state to the same hostSoumya Koduri2016-03-141-2/+15 * common-ha : refresh-config should print sensible outputMeghana M2016-03-141-36/+50 * common-ha: concise output for HA statusKaleb S. KEITHLEY2016-03-141-1/+26 * common-ha: delete virt-IP entry of deleted nodeKaleb S. KEITHLEY2016-03-142-5/+16 * cluster/ec: Do not ref dictionary in lookupPranith Kumar K2016-03-141-7/+4 * afr: Add more checks to check bricks being upRavishankar N2016-03-141-0/+8 * snapshot/cli: Keep the dict keys uniformAvra Sengupta2016-03-132-2/+2 * Tier: Avoiding stale entries from causing demotion to stophari gowtham2016-03-132-3/+36 * tests: return correct value from run_head_tests when no tests are foundJeff Darcy2016-03-121-4/+4 * cluster/afr: Choose local child as source if possiblePranith Kumar K2016-03-119-31/+57 * features/shard: Implement discard fopKrutika Dhananjay2016-03-119-30/+167 * tests: run tests from the most recent commit firstJeff Darcy2016-03-112-2/+40 * tests: Use force_umount instead of umountPranith Kumar K2016-03-111-3/+3 * snapshot: Use svc->manager during glusterd restartAvra Sengupta2016-03-112-5/+34 * fdl: fix race during initializationJeff Darcy2016-03-101-7/+7 * protocol client/server: Fix client-server handshakeAvra Sengupta2016-03-109-12/+157 * Tier: displaying status only one the nodes running tierdhari gowtham2016-03-101-7/+14 * glusterd: fixing few memory leak in glusterdGaurav Kumar Garg2016-03-101-3/+3 * nsr-server: fix (?) ENODATA problem on FreeBSDJeff Darcy2016-03-102-0/+6 * tests, shard: fallocate tests refactorKrutika Dhananjay2016-03-107-57/+205 * gluster/uss: change ctime attr of a dir when USS enabledvmallika2016-03-101-1/+26 * uss/gluster: generate gfid for snapshot files from snapname and gfidvmallika2016-03-105-35/+162 * glusterd: Always copy old brick ports when importingKaushal M2016-03-092-20/+62 * tests: Add mechanism for disabled testsRaghavendra Talur2016-03-0933-72/+170 * fuse: Address the review comments in the backportPoornima G2016-03-095-28/+42 * features/bit-rot-stub: get frame->local before unwindingRaghavendra Bhat