mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
DB-713 separate some long running tokudb tests so that valgrind runs without --big-test can exclude them
This commit is contained in:
parent
1826cca4c5
commit
b585b4f71b
10 changed files with 19 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
# verify that index scans on parititions are not slow
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/have_partition.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2,t3;
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on tables during create select statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/have_partition.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2,t3;
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on tables during create select statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on tables during create select statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/have_partition.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on temporary tables during create select statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# at least twice as fast
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t;
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
# due to tokudb bulk fetch not being used.
|
||||
# In this test case, the on duplicate key condition does not need to fire
|
||||
# since the performance of the embedded select statement is all we are measuring.
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on tables during insert select statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Verify that index and range scans are not slow
|
||||
# on tables during replace select and insert ignore statements
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2;
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
# on tables during create select statements
|
||||
# against hash and range partitioned tables
|
||||
# due to tokudb bulk fetch not being used
|
||||
|
||||
source include/have_tokudb.inc;
|
||||
source include/have_partition.inc;
|
||||
source include/big_test.inc;
|
||||
set default_storage_engine='tokudb';
|
||||
disable_warnings;
|
||||
drop table if exists t,t1,t2,t3;
|
||||
|
|
Loading…
Add table
Reference in a new issue