e766de86a8
More fileio regression tests.
2016-09-07 20:09:47 +03:00
fb3c2491b5
Merge branch '0.5' into 1.0
2016-09-07 11:46:53 +03:00
f370168792
Look for sysbench in $PWD/../sysbench in addition to other directories.
2016-09-07 11:35:11 +03:00
02aac59372
Print more info in test_run.sh to diagnose Travis failures.
2016-09-07 11:14:10 +03:00
7418441572
Move tests into a separate subdirectory.
...
Move regression tests into a separate subdirectory. Update README in
tests and covert it from org-mode to markdown. Also add 'make distcheck'
to Travis CI testing.
2016-09-07 10:37:15 +03:00
71d768af99
Add sb_global.h to sysbench_SOURCES.
...
Add sb_global.h to sysbench_SOURCES. Also add 'make distcheck' to Travis
CI testing to catch this kind of errors.
2016-09-07 10:03:49 +03:00
d8956f555a
Fix test_fileio.t to pass with 1.0.
2016-09-07 08:59:59 +03:00
bf044a0620
Merge branch '0.5' into 1.0
2016-09-07 08:55:04 +03:00
e90cefada1
Mask version in test_fileio.t on cleanup.
2016-09-07 08:54:29 +03:00
34cbb1d60c
Merge branch '0.5' into 1.0
2016-09-07 08:49:25 +03:00
3627f7212e
Fix fileio test to work with wc output format on Linux.
2016-09-07 08:42:15 +03:00
58e71ed23f
Basic fileio regression test.
2016-09-07 08:34:07 +03:00
c336428a5a
Merge pull request #63 from seoultower/nfs_directio
...
Fix write issue with NFS direct I/O
2016-09-07 09:00:55 +04:00
be31a37081
Merge branch '0.5' into 1.0
2016-09-07 07:57:59 +03:00
687256377e
Fix typo in an error message.
2016-09-07 07:57:28 +03:00
7dbb5ee91b
Manually merge branch '0.5' into 1.0.
2016-09-05 23:01:16 +03:00
7aa3f2d5ca
Test driver-specific option descriptions separately from the main help text.
2016-09-05 22:54:03 +03:00
ce63f867bf
Basic command tests.
2016-09-05 19:22:34 +03:00
7a57642193
Manually merge branch '0.5' into 1.0
2016-09-05 16:10:00 +03:00
c1c84148f4
Add Coverage Status shield from coveralls.io.
2016-09-05 16:08:23 +03:00
6d4f4f1f9d
Merge branch '0.5' into 1.0
2016-09-05 16:01:34 +03:00
e4c723d2fe
Ignore Gcov-generated files.
2016-09-05 16:00:28 +03:00
61ad663b65
Add coveralls.io integration.
2016-09-05 15:59:44 +03:00
dbca1c60d4
Add coveralls.io integration.
2016-09-05 15:51:34 +03:00
52da2990b5
Null-merge branch '0.5' into 1.0
2016-09-05 15:00:54 +03:00
f366d873b3
Fix branch name in Travis CI integration.
2016-09-05 14:53:16 +03:00
1c03bbf708
Merge branch '0.5' into 1.0
2016-09-05 14:51:31 +03:00
ce4996c536
Backport Travis CI support from 1.0.
2016-09-05 14:51:05 +03:00
e818251c8b
Merge branch '0.5' into 1.0
2016-09-05 10:45:30 +03:00
0169adc09f
Add tests/include/config.h.in.
2016-09-05 10:45:04 +03:00
cc8d5a9eec
Merge branch '0.5' into 1.0
2016-09-05 10:40:34 +03:00
8fc9357cf0
Add version.t test + some necessary test harness improvements.
2016-09-05 10:39:47 +03:00
843698a04a
Invoke regression tests from Travis CI.
2016-09-04 21:45:35 +03:00
1868e1c779
Merge branch '0.5' into 1.0
2016-09-04 20:31:50 +03:00
6d5bba1fe6
Basic support for functional/regression testing.
2016-09-04 20:24:07 +03:00
755a61b6cf
s/README/README.md/ in top-level Makefile.am.
2016-09-04 15:31:38 +03:00
c843e4fe0f
Update .gitignore.
2016-09-04 15:30:27 +03:00
929751e3ce
Merge branch '0.5' into 1.0
2016-09-03 14:48:08 +03:00
cbd1417cba
Make --oltp-read-only=on and --oltp-write-only=on mutually exclusive.
2016-09-03 14:47:17 +03:00
4059bec02f
Merge pull request #62 from pfriedenbach/0.5
...
Added three additional oltp controls (oltp-range-selects, oltp-delete-inserts, oltp-write-only)
2016-09-03 15:31:09 +04:00
61e47cab1c
Merge pull request #61 from pfriedenbach/0.4
...
0.4 Three additional oltp controls and 1 correction to previous PostgreSQL "FIXME"
2016-09-03 15:30:33 +04:00
7a37c6467a
Added oltp-write-only control
...
Added oltp-write-only : Specifies a test to consist of write only statements (insert, update, and deletes).
2016-09-01 11:26:06 -07:00
1824dbfa9f
Converted PostgreSQL "FIXME" to apply only to PostgreSQL
...
There is a "FIXME" in the file which generates an additional UPDATE with the same ID as DELETE/INSERT pair which appears to have been required just for PostgreSQL. That statement is now added based on the db-driver.
2016-09-01 10:48:45 -07:00
bab5d4e788
Added oltp-write-only control
...
oltp-write-only : Specifies a test to include write only statements (insert, update, and deletes).
2016-09-01 09:43:05 -07:00
76c545645d
Add two new controls:
...
oltp-range-selects controls whether to include range selects or not.
(Typical practice is to list all range select statements with zero counts. This allows a simple oltp-range-selects=off)
oltp-delete-inserts controls the number of delete/insert pairs to be executed
(example: oltp-delete-inserts=0 disables the delete/insert pair )
2016-08-31 17:35:19 -07:00
4775856148
Fix write issue with NFS direct I/O
2016-08-26 01:17:20 +00:00
110c0045fb
Merge branch '0.5' into 1.0
2016-08-23 23:33:41 +03:00
c29fc04e00
Merge pull request #59 from jeremycole/0.5
...
Create indexes after data load in parallel_prepare
2016-08-24 00:33:03 +04:00
9e4a9d4cf5
Create indexes after data load in parallel_prepare
...
Creating indexes after the data has been loaded is much faster.
2016-08-23 13:21:35 -07:00
e34fd87cd8
Workaround for a TravisCI/Homebrew bug preventing OSX builds.
2016-08-10 19:03:25 +03:00