Skip to content

Commit 40c4555

Browse files
author
Mikael Ronstrom
committed
BUG#18533982, added test case, merge
2 parents fa828a7 + fa7cc6e commit 40c4555

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--source include/have_ndb.inc
2+
# Don't run in parallel since it uses too much resources on
3+
# CPU, memory and disks.
4+
--source include/not_parallel.inc
5+
6+
# Test does not need to run with embedded
7+
# since mysqld/libmysqld is not involved
8+
--source include/not_embedded.inc
9+
10+
let NDBAPITEST_NAME=testBasic;
11+
let NDBAPITEST_ARGS=--stop-on-error -n FillQueueREDOLog T6;
12+
--source suite/ndb/include/run_ndbapitest.inc

0 commit comments

Comments
 (0)