summaryrefslogtreecommitdiffstats
path: root/tests/basic/tier/fops-during-migration.t
diff options
context:
space:
mode:
authorhari gowtham <hgowtham@redhat.com>2017-02-10 13:00:16 +0530
committerRaghavendra Talur <rtalur@redhat.com>2017-04-10 05:30:44 -0400
commit44b1a68bc9bc1605d208d50fbafae85967085e58 (patch)
tree01fc330bdc0ec6355c6fadcfa75caf725f563d04 /tests/basic/tier/fops-during-migration.t
parent788def7912c68616849748678574c60a52021e3c (diff)
TIER/TESTS: improving regression test for tier
The test files that were marked as bad test were checked and updated for centos. The tests that had issue were fixed. Tests that aren't needed anymore are removed. REASON: tests/basic/tier/tier-file-create.t This test checks one line after creating a tiered volume (which is done in every tier test). So this line is moved along with other test in tier and the file is deleted. tests/bugs/tier/bug-1286974.t This bug checks for the tier as a task and tier has been moved from a task to service as a part of the tier as a service patch https://review.gluster.org/#/c/13365/ So it is removed from bad tests. tests/basic/tier/record-metadata-heat.t This test had a bug and has been fixed. tests/basic/tier/bug-1214222-directories_missing_after_attach_tier.t tests/basic/tier/fops-during-migration.t tests/basic/tier/tier-snapshot.t tests/basic/tier/tier_lookup_heal.t These test seem to work fine on centos now. Change-Id: I05537f4bbb91584410177ce43543897eff8761a1 BUG: 1421600 Signed-off-by: hari gowtham <hgowtham@redhat.com> Reviewed-on: https://review.gluster.org/16605 Smoke: Gluster Build System <jenkins@build.gluster.org> Tested-by: hari gowtham <hari.gowtham005@gmail.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Jeff Darcy <jeff@pl.atyp.us> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Diffstat (limited to 'tests/basic/tier/fops-during-migration.t')
-rwxr-xr-xtests/basic/tier/fops-during-migration.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/basic/tier/fops-during-migration.t b/tests/basic/tier/fops-during-migration.t
index 4be05acb357..cd3109f0888 100755
--- a/tests/basic/tier/fops-during-migration.t
+++ b/tests/basic/tier/fops-during-migration.t
@@ -51,9 +51,6 @@ cleanup;
#Basic checks
TEST glusterd
-TEST pidof glusterd
-TEST $CLI volume info
-
#Create and start a tiered volume
create_dist_tier_vol $NUM_BRICKS
@@ -103,5 +100,5 @@ EXPECT "1" check_file_content $M0/dir1/FILE1 "$TEST_STR"
TEST getfattr -n "user.test_xattr" $M0/dir1/FILE1
cleanup;
+
#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=000000
-#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=000000