56
56
# making sure each user use different ports.
60
60
@PERL@ ./drizzle-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed
64
64
@PERL@ ./drizzle-test-run.pl $(force) --mysqld=--binlog-format=row
68
68
@PERL@ ./drizzle-test-run.pl $(force) $(mem) --ps-protocol --mysqld=--binlog-format=row
72
72
@PERL@ ./drizzle-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed
74
74
test-binlog-statement:
76
76
@PERL@ ./drizzle-test-run.pl $(force) --mysqld=--binlog-format=statement
92
92
$(MAKE) force=--force mem=--mem test
95
-cd test ; MTR_BUILD_THREAD=auto \
95
-cd tests ; MTR_BUILD_THREAD=auto \
96
96
@PERL@ ./drizzle-test-run.pl --force --comment=funcs1_ps --ps-protocol --suite=funcs_1
97
-cd test ; MTR_BUILD_THREAD=auto \
97
-cd tests ; MTR_BUILD_THREAD=auto \
98
98
@PERL@ ./drizzle-test-run.pl --force --comment=funcs2 --suite=funcs_2
99
-cd test ; MTR_BUILD_THREAD=auto \
99
-cd tests ; MTR_BUILD_THREAD=auto \
100
100
@PERL@ ./drizzle-test-run.pl --force --comment=rpl --suite=rpl
101
101
-if [ -d test/suite/nist ] ; then \
102
cd test ; MTR_BUILD_THREAD=auto \
102
cd tests ; MTR_BUILD_THREAD=auto \
103
103
@PERL@ ./drizzle-test-run.pl --comment=NIST+normal --force --suite=nist ; \
105
105
-if [ -d test/suite/nist ] ; then \
106
cd test ; MTR_BUILD_THREAD=auto \
106
cd tests ; MTR_BUILD_THREAD=auto \
107
107
@PERL@ ./drizzle-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
109
-cd test ; MTR_BUILD_THREAD=auto \
109
-cd tests ; MTR_BUILD_THREAD=auto \
110
110
@PERL@ ./drizzle-test-run.pl --force --comment=stress --suite=stress
112
112
# Re-enable the "jp" suite when bug#28563 is fixed
113
# -cd test ; MTR_BUILD_THREAD=auto \
113
# -cd tests ; MTR_BUILD_THREAD=auto \
114
114
# @PERL@ ./drizzle-test-run.pl --force --comment=jp --suite=jp
117
-cd test ; MTR_BUILD_THREAD=auto \
117
-cd tests ; MTR_BUILD_THREAD=auto \
118
118
@PERL@ ./drizzle-test-run.pl --comment=debug --force --timer \
119
119
--skip-rpl --report-features
126
126
test-force-full-pl: test-force-full
130
130
@PERL@ ./drizzle-test-run.pl --force --suite=funcs_1 ; \
131
131
@PERL@ ./drizzle-test-run.pl --force --suite=funcs_2
135
135
@PERL@ ./drizzle-test-run.pl --force --suite=rpl
139
139
@PERL@ ./drizzle-test-run.pl --force --suite=jp
143
143
@PERL@ ./drizzle-test-run.pl --force --big-test --suite=stress
145
145
test-ext: test-ext-funcs test-ext-rpl test-ext-jp test-ext-stress
149
149
@PERL@ ./drizzle-test-run.pl $(subset) --force --skip-innodb --skip-im --skip-rpl ; \
150
150
@PERL@ ./drizzle-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam ; \
151
151
@PERL@ ./drizzle-test-run.pl $(subset) --force --suite=stress --do-test=ddl_myisam