summaryrefslogtreecommitdiffstats
path: root/sanity/nightly_sanity/nightly_updated.sh
Commit message (Collapse)AuthorAgeFilesLines
* nightly_sanity: analyze the glusterfs logs daily and include the results in mailHEADmasterRaghavendra Bhat2012-04-231-0/+15
| | | | | | | | | Using the log_analyzer script analyze the bricks and client logs, which tells what functions are called how much times. Thus excessive logging can be stopped. Change-Id: I74ee71b29865612332603a2ffc7fb5c7055c921d Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* nightly_sanity: do not send the code coverage results in the mailRaghavendra Bhat2012-03-271-5/+13
| | | | | Change-Id: Idd837357f61aba66491ef4f323fdc3a73d8842b4 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* nightly_sanity: do not stop the tests if taking statedump failsRaghavendra Bhat2012-02-031-0/+32
| | | | | | | | | | Suppose due to some error (or due to the change in the filename pattern of the statedump files), if statedump files were not copied, then do not error out. Instead log a message saying statedump was not taken, and continue with the tests. Change-Id: I6d7679f78461be7eac2c2ee8c7939c08c734ff1c Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* nightly_sanity: make changes to enable geo-replication and quotaRaghavendra Bhat2012-02-011-2/+47
| | | | | | | | | | geo-replication and quota were not enabled during the tests, and if they were needed they had to be hardcoded in the script. Instead let the user who is running the script decide whether to enable any of them (or both of them), by giving arguments at the time of executing the script. Change-Id: I228eab1b9df4a4c261fb48c33618b9b56801a3d9 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* sanity/nightly_sanity: build glusterfs with gcov and whitespace cleanupRaghavendra Bhat2012-01-091-166/+223
| | | | | | | | Compile glusterfs with gcov compatible flags and generate the report of how much code has been covered by the tests. Change-Id: I1d3c733cc93625c4f14acc0dea382a20a3b35672 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* sanity/nightly_sanity/nightly_updated.sh: make changes for the copying the ↵Raghavendra Bhat2011-09-291-4/+4
| | | | | | | | | | new statedump files Previously statedump files were located in /tmp/with the name glusterfs.<pid> Now (glusterfs-3.3.0qa12 onwards) its not like that. Brick statedumps are saved in the pattern "brick-path.<pid>.dump" and client statedumps are saved in the pattern glusterdump.<pid>.dump. Changes are done with this commit to make nightly sanity script aware of that.
* sanity/nightly_sanity: save the patches applied everydayRaghavendra Bhat2011-09-231-0/+6
| | | | | | Do not print the git diff of the applied patches in the message. Instead copy the patches diretory to /tmp and save that directory in the results directory everyday.
* nightly_sanity/nighty_updated.sh: use mode=script in creating the volumeRaghavendra Bhat2011-09-211-5/+5
|
* drop the caches before taking the statedumpRaghavendra Bhat2011-09-121-0/+3
|
* some nightly sanity scriptsRaghavendra Bhat2011-09-091-0/+733