Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
51748696
Commit
51748696
authored
Apr 02, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust tests after commit
b5615eff
parent
ea5cda52
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
0 deletions
+8
-0
mysql-test/suite/innodb/t/innodb-wl5522-debug.test
mysql-test/suite/innodb/t/innodb-wl5522-debug.test
+1
-0
mysql-test/suite/innodb/t/innodb_bulk_create_index_debug.test
...l-test/suite/innodb/t/innodb_bulk_create_index_debug.test
+1
-0
mysql-test/suite/innodb/t/redo_log_during_checkpoint.test
mysql-test/suite/innodb/t/redo_log_during_checkpoint.test
+1
-0
mysql-test/suite/innodb_fts/t/fulltext_table_evict.test
mysql-test/suite/innodb_fts/t/fulltext_table_evict.test
+1
-0
mysql-test/suite/innodb_gis/t/kill_server.test
mysql-test/suite/innodb_gis/t/kill_server.test
+1
-0
mysql-test/suite/innodb_gis/t/rtree_compress2.test
mysql-test/suite/innodb_gis/t/rtree_compress2.test
+1
-0
mysql-test/suite/innodb_gis/t/rtree_split.test
mysql-test/suite/innodb_gis/t/rtree_split.test
+1
-0
mysql-test/suite/innodb_zip/t/innochecksum_2.test
mysql-test/suite/innodb_zip/t/innochecksum_2.test
+1
-0
No files found.
mysql-test/suite/innodb/t/innodb-wl5522-debug.test
View file @
51748696
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
let
$restart_noprint
=
2
;
call
mtr
.
add_suppression
(
"InnoDB: Operating system error number .* in a file operation."
);
call
mtr
.
add_suppression
(
"InnoDB: Operating system error number .* in a file operation."
);
call
mtr
.
add_suppression
(
"InnoDB: The error means the system cannot find the path specified."
);
call
mtr
.
add_suppression
(
"InnoDB: The error means the system cannot find the path specified."
);
call
mtr
.
add_suppression
(
"InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them."
);
call
mtr
.
add_suppression
(
"InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them."
);
...
...
mysql-test/suite/innodb/t/innodb_bulk_create_index_debug.test
View file @
51748696
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
# Test Restart & Crash Recovery.
# Test Restart & Crash Recovery.
--
source
include
/
big_test
.
inc
--
source
include
/
big_test
.
inc
--
source
include
/
innodb_page_size_small
.
inc
--
source
include
/
innodb_page_size_small
.
inc
let
$restart_noprint
=
2
;
# Test Row Format: REDUNDANT.
# Test Row Format: REDUNDANT.
let
$row_format
=
REDUNDANT
;
let
$row_format
=
REDUNDANT
;
...
...
mysql-test/suite/innodb/t/redo_log_during_checkpoint.test
View file @
51748696
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# is independent of the page size.
# is independent of the page size.
--
source
include
/
have_innodb_16k
.
inc
--
source
include
/
have_innodb_16k
.
inc
let
$restart_noprint
=
2
;
SET
GLOBAL
innodb_page_cleaner_disabled_debug
=
1
;
SET
GLOBAL
innodb_page_cleaner_disabled_debug
=
1
;
SET
GLOBAL
innodb_dict_stats_disabled_debug
=
1
;
SET
GLOBAL
innodb_dict_stats_disabled_debug
=
1
;
SET
GLOBAL
innodb_master_thread_disabled_debug
=
1
;
SET
GLOBAL
innodb_master_thread_disabled_debug
=
1
;
...
...
mysql-test/suite/innodb_fts/t/fulltext_table_evict.test
View file @
51748696
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
big_test
.
inc
--
source
include
/
big_test
.
inc
let
$restart_noprint
=
2
;
--
echo
#
--
echo
#
--
echo
# Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]
--
echo
# Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]
...
...
mysql-test/suite/innodb_gis/t/kill_server.test
View file @
51748696
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
big_test
.
inc
--
source
include
/
big_test
.
inc
let
$restart_noprint
=
2
;
# Create table with R-tree index.
# Create table with R-tree index.
create
table
t1
(
c1
int
,
c2
geometry
not
null
,
spatial
index
(
c2
))
engine
=
innodb
;
create
table
t1
(
c1
int
,
c2
geometry
not
null
,
spatial
index
(
c2
))
engine
=
innodb
;
...
...
mysql-test/suite/innodb_gis/t/rtree_compress2.test
View file @
51748696
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
--
source
include
/
big_test
.
inc
--
source
include
/
big_test
.
inc
# Valgrind takes too much time on PB2 even in the --big-test runs.
# Valgrind takes too much time on PB2 even in the --big-test runs.
--
source
include
/
not_valgrind
.
inc
--
source
include
/
not_valgrind
.
inc
let
$restart_noprint
=
2
;
SET
GLOBAL
innodb_file_per_table
=
1
;
SET
GLOBAL
innodb_file_per_table
=
1
;
...
...
mysql-test/suite/innodb_gis/t/rtree_split.test
View file @
51748696
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
--
source
include
/
big_test
.
inc
--
source
include
/
big_test
.
inc
--
source
include
/
not_valgrind
.
inc
--
source
include
/
not_valgrind
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug
.
inc
let
$restart_noprint
=
2
;
# Create table with R-tree index.
# Create table with R-tree index.
create
table
t1
(
c1
int
,
c2
geometry
not
null
,
spatial
index
(
c2
))
engine
=
innodb
;
create
table
t1
(
c1
int
,
c2
geometry
not
null
,
spatial
index
(
c2
))
engine
=
innodb
;
...
...
mysql-test/suite/innodb_zip/t/innochecksum_2.test
View file @
51748696
...
@@ -18,6 +18,7 @@ call mtr.add_suppression("\\[Warning\\] InnoDB: Difficult to find free blocks in
...
@@ -18,6 +18,7 @@ call mtr.add_suppression("\\[Warning\\] InnoDB: Difficult to find free blocks in
let
MYSQLD_BASEDIR
=
`SELECT @@basedir`
;
let
MYSQLD_BASEDIR
=
`SELECT @@basedir`
;
let
MYSQLD_DATADIR
=
`SELECT @@datadir`
;
let
MYSQLD_DATADIR
=
`SELECT @@datadir`
;
let
SEARCH_FILE
=
$MYSQLTEST_VARDIR
/
log
/
my_restart
.
err
;
let
SEARCH_FILE
=
$MYSQLTEST_VARDIR
/
log
/
my_restart
.
err
;
let
$restart_noprint
=
2
;
SET
GLOBAL
innodb_compression_level
=
0
;
SET
GLOBAL
innodb_compression_level
=
0
;
SELECT
@@
innodb_compression_level
;
SELECT
@@
innodb_compression_level
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment