ndb - ndb_multi spurious failure
remove timeing dependant part of test
This commit is contained in:
parent
a8037f478d
commit
c6308d652d
@ -28,9 +28,6 @@ Handler_discover 0
|
|||||||
drop table t1;
|
drop table t1;
|
||||||
create table t1 (a int) engine=ndbcluster;
|
create table t1 (a int) engine=ndbcluster;
|
||||||
insert into t1 value (2);
|
insert into t1 value (2);
|
||||||
select * from t1;
|
|
||||||
a
|
|
||||||
2
|
|
||||||
flush table t1;
|
flush table t1;
|
||||||
select * from t1;
|
select * from t1;
|
||||||
a
|
a
|
||||||
|
@ -37,7 +37,6 @@ drop table t1;
|
|||||||
create table t1 (a int) engine=ndbcluster;
|
create table t1 (a int) engine=ndbcluster;
|
||||||
insert into t1 value (2);
|
insert into t1 value (2);
|
||||||
connection server1;
|
connection server1;
|
||||||
select * from t1;
|
|
||||||
flush table t1;
|
flush table t1;
|
||||||
select * from t1;
|
select * from t1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user