summaryrefslogtreecommitdiffstats
path: root/sanity
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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