summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 "ping_pong: allocate the memory from heap instead of using the stack ↵Amar Tumballi2012-01-161-4/+10
|\ | | | | | | address"
| * ping_pong: allocate the memory from heap instead of using the stack addressRaghavendra Bhat2012-01-131-4/+10
| | | | | | | | | | | | | | | | | | | | Currently the stack address of the structure which holds information about the number of locks, fd etc is passed to the thread doing the locking. Instead of sending the stack address, allocate memory from the heap and use that address to send to the other thread. Change-Id: I417e22aee0eed1fa921982e78239147553886786 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>
* | Merge "sanity/nightly_sanity: build glusterfs with gcov and whitespace cleanup"Amar Tumballi2012-01-161-166/+223
|\ \
| * | 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>
* / renaming helper_scrips->helper_scripts and cleaning up the whitespacesM S Vishwanath Bhat2012-01-1216-218/+206
|/ | | | | Change-Id: I6004e4066fab30e14716ef6475c1281270974d2b Signed-off-by: M S Vishwanath Bhat <vishwanath@gluster.com>
* Adding rfc.shVijay Bellur2011-12-231-0/+107
| | | | | Change-Id: Ia15b0a164a75385527103c7723ef12cf2fff4f55 Signed-off-by: Vijay Bellur <vijay@gluster.com>
* c_pgms/threaded_io: changes in threaded_io to print some changesRaghavendra Bhat2011-12-224-88/+748
| | | | | | | Some benchmarking related changes in threaded-io to print total attempted and successful syscalls executed. Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* helper_scripts: changes in probe script abd detach script is addedRaghavendra Bhat2011-12-222-5/+44
| | | | | | | Some minor changes in the probe script (change in the function names) and detach script is added to detach the peers in the cluster. Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* Merge branch 'master' of https://github.com/gluster/qaUjjwala2011-12-089-5/+583
|\
| * helper_scripts/install_glusterfs_rpm: script to install glusterfs rpm ↵Raghavendra Bhat2011-10-133-12/+98
| | | | | | | | | | | | | | | | | | parallely on multiple machines installs the glusterfs rpm of specified version (can upgrade too depending upon the arguments), on multiple machines parallely. And also some changes to the rpm installing script helper_scripts/rpm_download_install.
| * helper_scripts/rpm_download_install: script which downloads and installs ↵Raghavendra Bhat2011-10-101-0/+152
| | | | | | | | | | | | | | glusterfs rpms This script not only installs the qa releases but also installs the main releases also. Can be even upgraded by giving option "yes".
| * helper_scripts/glusterfs_uninstall: scripts for uninstalling glusterfsRaghavendra Bhat2011-10-073-0/+116
| | | | | | | | | | scripts which uninstalls glusterfs on the local machine and on a set of machines.
| * c_pgms/truncte_write.c: program which creates a sparse file and writes at ↵Raghavendra Bhat2011-10-052-0/+158
| | | | | | | | | | | | | | | | some offset This program creats a file if it does not exist (filename given as an argument), opens it truncates it to the size mentioned in the argument (default 5GB), then writes some data to some offset. Thus in general creates a sparse file and write into it.
| * 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.
| * helper_scripts/install_parallel_glusterfs: script to install the glusterfs ↵Raghavendra Bhat2011-09-262-1/+67
| | | | | | | | | | | | | | | | | | | | simultaneously on multiple machines This scripts looks into a file to know the IP address of the machines where glusterfs has to be installed. Then executes the download_and_install.sh script on all the machines. It is assumed that download_and_install.sh script is available on all the machines. glusterfs version is given as the argument.
* | gsync scriptsUjjwala2011-12-0823-0/+263
|/
* 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.
* helper_scripts/download_and_install: allow beta releases to be downloaded, ↵Raghavendra Bhat2011-09-221-0/+3
| | | | build with DEBUG
* c_pgms/ping_pong: validate the arguments given properlyRaghavendra Bhat2011-09-211-6/+65
|
* c_pgms/ping_pong: changes in ping_pong for giving running time as an argumentRaghavendra Bhat2011-09-212-1/+211
| | | | | | | ping_pong used to run indefinitely before. Now the locking functionality is made to run in a separate thread and the main thread sleeps for the number of seconds specified as a command line argument. By default it runs for 600 seconds.
* 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
|
* modified fs-perf-test to allow number of files to be opened to be given as ↵Raghavendra Bhat2011-09-202-0/+127
| | | | the argument
* gsyncd python script for checking mtab raceLakshmipathi2011-09-153-0/+30
|
* some helper scripts for glusterfs installation and setupRaghavendra Bhat2011-09-1310-984/+562
|
* drop the caches before taking the statedumpRaghavendra Bhat2011-09-121-0/+3
|
* some nightly sanity scriptsRaghavendra Bhat2011-09-095-0/+1920
|
* Adding few more test casesUjjwala2011-09-086-0/+49
|
* commit updated READMELakshmipathi2011-08-241-0/+2
|
* Added debian packaging scriptLakshmipathi2011-08-245-0/+197
|
* Adding AMI and top/profile testcasesUjjwala2011-08-042-0/+0
|
* QA Automation folderUjjwala2011-08-031-0/+1
|
* separate INFO filesLakshmipathi2011-08-038-36/+42
|
* Added parallel read script under communityLakshmipathi2011-08-032-1/+8
|
* change the openssl version used in sanity scriptRaghavendra Bhat2011-08-021-2/+2
|
* script for tesing pump and replace brick operationsRaghavendra Bhat2011-07-292-0/+119
|
* scripts for the sanity of glusterfs top/profileRaghavendra Bhat2011-07-293-0/+1013
|
* programs to truncate a file based on path as well as fd.Raghavendra Bhat2011-07-293-0/+58
| | | | Can be enhanced to write some truncate based application.
* Geo-Rep testcasesLakshmipathi2011-07-271-0/+0
|
* Merge branch 'master' of github.com:gluster/qaLakshmipathi2011-07-272-0/+42
|\
| * adding ACL test casesUjjwala T2011-07-271-0/+42
| |
| * Added Quota test casesUjjwala T2011-07-271-0/+0
| |
* | Revert "added test file"Lakshmipathi2011-07-271-0/+0
|/ | | | This reverts commit ba2260be9eb78762e4f61d7a4e8625bcd3e89f5a.
* added test fileLakshmipathi2011-07-271-0/+0
|
* run nfs with valgrindLakshmipathi2011-07-201-0/+426
|
* use bash instead of sh for executing the sanity scriptRaghavendra Bhat2011-07-151-1/+1
|