diff options
author | Saravanakumar Arumugam <sarumuga@redhat.com> | 2015-06-29 20:41:08 +0530 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2015-07-27 00:49:44 -0700 |
commit | b23c4b4e22628ab9ddc0c8341360a53d3f9d658d (patch) | |
tree | af9ac75c80d6a807215c9a29a96b8fef83a2fb33 /tests/changelog.rc | |
parent | 385acc675c512c63f7051d46ad96666ea34cf0b5 (diff) |
changelog: test case for verifying empty changelogs avoided
Test case added to check NO EMPTY changelogs gets
created over changelog rollover period.
Change-Id: I83323644e1a0c4b920a472e1179606a0fd54d1d9
BUG: 1237000
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Reviewed-on: http://review.gluster.org/11460
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/changelog.rc')
-rw-r--r-- | tests/changelog.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/changelog.rc b/tests/changelog.rc index e3b040226ec..ffad2e80632 100644 --- a/tests/changelog.rc +++ b/tests/changelog.rc @@ -2,3 +2,8 @@ function count_htime_files { ls -l $B0/$V0"1"/.glusterfs/changelogs/htime/ | grep HTIME | wc -l } + +function count_changelog_files { + # Where $1 is the brick name passed + ls -l $1/.glusterfs/changelogs/ | grep CHANGELOG | wc -l +} |