Skip to content

Commit e8e628c

Browse files
author
Priyanka Sangam
committed
Bug #29703049 TEST CASES NDB_RESTORE_DISCOVER AND NDB_ROW_FORMAT CRASH WITH EMBEDDED IN PB2
Bug #29684972 TEST CASES NDB_FULLY_REPLICATED_RESTART2 AND NDB_LIMIT_TRIGGER_OPS CRASH IN PB2 Bug #30089978 MTR TEST CASE NDB_ADD_PARTITION CRASH WHEN RUN WITH EMBEDDED LIBS IN PB2 Reviewed-by: Dinesh Surya Prakash <dinesh.prakash@oracle.com> Disable tests in embedded mode. Change-Id: I43fefdaf163065134fbea98a69a5b753498f731f
1 parent 8e31e25 commit e8e628c

5 files changed

+5
-0
lines changed

mysql-test/suite/ndb/t/ndb_add_partition.test

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--source include/force_myisam_default.inc
55

66
--source include/have_ndb.inc
7+
--source include/not_embedded.inc
78

89
--disable_warnings
910
DROP TABLE IF EXISTS t1,t2;

mysql-test/suite/ndb/t/ndb_fully_replicated_restart2.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- source include/have_ndb.inc
22
-- source include/have_ndb_debug.inc
3+
-- source include/not_embedded.inc
34

45
--echo Test that fully-replicated tables are still functioning
56
--echo correctly after various restart types.

mysql-test/suite/ndb/t/ndb_limit_trigger_ops.test

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### correctly and it eases the resource usage like job buffer ###
44

55
-- source include/have_ndb.inc
6+
-- source include/not_embedded.inc
67

78
### Test a table with many immediate triggers in breadth
89

mysql-test/suite/ndb/t/ndb_restore_discover.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- source include/have_ndb.inc
22
-- source include/count_sessions.inc
3+
-- source include/not_embedded.inc
34

45
--echo #
56
--echo # 18075170 - sql node restart required to avoid deadlock after

mysql-test/suite/ndb/t/ndb_row_format.test

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--source include/force_myisam_default.inc
55

66
-- source include/have_ndb.inc
7+
-- source include/not_embedded.inc
78

89
--disable_warnings
910
DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7;

0 commit comments

Comments
 (0)