summaryrefslogtreecommitdiffstats
path: root/sanity
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>
* system_light: fetch the known configuration file for dbench instead of ↵Raghavendra Bhat2012-03-291-1/+1
| | | | | | | | | | default file Fetch the configuration file for dbench from the known location instead of depending upon the default path. Change-Id: Id7fd39a4cf7765c22500e2771c2cd072e8f04d9c Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* sanity: add kernel compile script and make changes to the nightly sanity ↵Raghavendra Bhat2012-03-282-3/+248
| | | | | | | kernel_compile Change-Id: I1f84a1fed05c15c5258e66d39d87fb59e952a111 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>
* Make get_date file an actual script.Rahul C S2012-03-151-2/+2
| | | | | | | *Also confessing blunders on fs_mark sanity. :( Signed-off-by: Rahul C S <rahulcs@redhat.com> Change-Id: I7027f90879d3e9ba9f95cc79aca726b7ab9a6d8f
* sanity: fix a typo in fsx scriptRaghavendra Bhat2012-03-071-0/+1
| | | | | Change-Id: I77f5e82a6a04166dd200173cffa097d7b74cff9c Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* sanity/system_light: print the failed tool name in the failed tests fileRaghavendra Bhat2012-03-072-5/+8
| | | | | | | Also make changes to take mount type as argument Change-Id: Ie13d014dbacf5063f0c505d733c30a999c56deb7 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* Merge "system_light: changes to have modularity in running tests"Amar Tumballi2012-02-1849-1618/+383
|\
| * system_light: changes to have modularity in running testsRaghavendra Bhat2012-02-0649-1618/+383
| | | | | | | | | | | | | | | | | | Till now this script allowed running all the tools (or exit for the first failure). Running individual tools was not possible. Now individual tools can be given as an argument to run. Change-Id: Ia133943667ad4dc30956f4a021f2edfc30458cee 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: add iozone and bonnie back to the sanity scriptRaghavendra Bhat2012-01-181-41/+49
| | | | | | | | | Since iozone and bonnie were part of the performance script before they were removed from the nightly sanity scripts. Now they are again added to the sanity script. Change-Id: Iefb502dda905b93987d5180af9ac474925c9407b Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* Merge "Adding fsmark tests to sanity"Amar Tumballi2012-01-163-1/+42
|\
| * Adding fsmark tests to sanityRahul C S2012-01-123-1/+42
| | | | | | | | | | Change-Id: Ief7b6f884cf08321343e03758eeedb312b1fe799 Signed-off-by: Rahul C S <rahulcs@redhat.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-232-2/+11
| | | | | | 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/nightly_sanity.sh: option for specifying the branchRaghavendra Bhat2011-09-212-29/+142
| | | | | | | | Now the script looks into /root/branch file for deciding which branch it should checkout to and pull. If the branch mentioned in the file is not created it will try to create that branch. If wrong branch is given or if any error happens while checking out the branch, then script by default continues on master.
* nightly_sanity/nightly_sanitysh: export the PATH variableRaghavendra Bhat2011-09-211-21/+24
| | | | | | Since nightly_sanity script is started by a cron job, the shell environment while this script is being executed may not have the PATH variable set to all the appropriate paths. So update the PATH variable separately in the script.
* 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-094-0/+936
|
* separate INFO filesLakshmipathi2011-08-031-0/+10
|
* change the openssl version used in sanity scriptRaghavendra Bhat2011-08-021-2/+2
|
* script for tesing pump and replace brick operationsRaghavendra Bhat2011-07-291-0/+118
|
* scripts for the sanity of glusterfs top/profileRaghavendra Bhat2011-07-292-0/+1012
|
* run nfs with valgrindLakshmipathi2011-07-201-0/+426
|
* use bash instead of sh for executing the sanity scriptRaghavendra Bhat2011-07-151-1/+1
|
* sanity script for testing the functionality of filesystemRaghavendra Bhat2011-07-1336-0/+3443
|
* added nightly valgrind scriptLakshmipathi2011-07-041-0/+399
|
* added dev-sanity scriptLakshmipathi2011-07-046-0/+865