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