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
cb83ae21
Commit
cb83ae21
authored
Sep 19, 2024
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galera mtr suite: fixes for unstable tests
parent
391c9db4
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
20 deletions
+11
-20
mysql-test/suite/galera/t/MW-329.test
mysql-test/suite/galera/t/MW-329.test
+1
-1
mysql-test/suite/galera/t/galera_as_slave.test
mysql-test/suite/galera/t/galera_as_slave.test
+0
-1
mysql-test/suite/galera/t/galera_backup_stage.test
mysql-test/suite/galera/t/galera_backup_stage.test
+1
-1
mysql-test/suite/galera/t/galera_bf_kill_debug.test
mysql-test/suite/galera/t/galera_bf_kill_debug.test
+1
-1
mysql-test/suite/galera/t/galera_parallel_simple.test
mysql-test/suite/galera/t/galera_parallel_simple.test
+1
-1
mysql-test/suite/galera/t/galera_sst_mariabackup.cnf
mysql-test/suite/galera/t/galera_sst_mariabackup.cnf
+1
-1
mysql-test/suite/galera/t/galera_var_reject_queries.test
mysql-test/suite/galera/t/galera_var_reject_queries.test
+1
-5
mysql-test/suite/galera/t/rpl_galera_to_mariadb_clone_slave_using_mariadb-backup.cnf
...pl_galera_to_mariadb_clone_slave_using_mariadb-backup.cnf
+3
-3
mysql-test/suite/galera_sr/r/galera_sr_cc_master.result
mysql-test/suite/galera_sr/r/galera_sr_cc_master.result
+1
-1
mysql-test/suite/galera_sr/t/galera_sr_cc_master.test
mysql-test/suite/galera_sr/t/galera_sr_cc_master.test
+1
-5
No files found.
mysql-test/suite/galera/t/MW-329.test
View file @
cb83ae21
...
...
@@ -87,7 +87,7 @@ while ($count)
--
enable_query_log
--
connection
node_1b
--
error
0
,
2013
,
1317
,
2026
--
error
0
,
1317
,
2013
,
2026
--
reap
--
enable_query_log
--
enable_result_log
...
...
mysql-test/suite/galera/t/galera_as_slave.test
View file @
cb83ae21
...
...
@@ -55,7 +55,6 @@ INSERT INTO t1 VALUES (4,1);
--
connection
node_3
DROP
TABLE
t1
;
--
connection
node_2
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
0
FROM
INFORMATION_SCHEMA
.
TABLES
WHERE
TABLE_NAME
=
't1'
;
--
source
include
/
wait_condition
.
inc
...
...
mysql-test/suite/galera/t/galera_backup_stage.test
View file @
cb83ae21
mysql-test/suite/galera/t/galera_bf_kill_debug.test
View file @
cb83ae21
...
...
@@ -131,7 +131,7 @@ SET DEBUG_SYNC = "now WAIT_FOR bwoc_reached";
SET
DEBUG_SYNC
=
"now SIGNAL bwoc_continue"
;
SET
DEBUG_SYNC
=
'RESET'
;
--
connection
node_2a
--
error
0
,
1213
--
error
0
,
1213
,
2013
,
2026
--
reap
--
connection
node_2
...
...
mysql-test/suite/galera/t/galera_parallel_simple.test
View file @
cb83ae21
...
...
@@ -51,7 +51,7 @@ SET SESSION wsrep_sync_wait = 0;
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
1
FROM
INFORMATION_SCHEMA
.
PROCESSLIST
WHERE
STATE
LIKE
'Waiting for table metadata lock%'
;
--
source
include
/
wait_condition
.
inc
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
1
FROM
INFORMATION_SCHEMA
.
PROCESSLIST
WHERE
STATE
LIKE
'Commit'
;
--
let
$wait_condition
=
SELECT
COUNT
(
*
)
=
1
FROM
INFORMATION_SCHEMA
.
PROCESSLIST
WHERE
(
STATE
LIKE
'Commit'
or
STATE
=
'Waiting for certification'
)
;
--
source
include
/
wait_condition
.
inc
UNLOCK
TABLES
;
...
...
mysql-test/suite/galera/t/galera_sst_mariabackup.cnf
View file @
cb83ae21
...
...
@@ -14,7 +14,7 @@ innodb_undo_tablespaces=0
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
innodb_fast_shutdown=0
innodb_undo_tablespaces=3
innodb_log_file_buffering
loose_
innodb_log_file_buffering
[sst]
transferfmt=@ENV.MTR_GALERA_TFMT
...
...
mysql-test/suite/galera/t/galera_var_reject_queries.test
View file @
cb83ae21
...
...
@@ -5,10 +5,6 @@
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
if
(
`select version() not like '10.10.3-%'`
)
{
skip
disabled
until
new
C
/
C
;
}
CREATE
TABLE
t1
(
f1
INTEGER
NOT
NULL
PRIMARY
KEY
)
engine
=
innodb
;
--
connect
node_1a
,
127.0
.
0.1
,
root
,
,
test
,
$NODE_MYPORT_1
...
...
@@ -26,7 +22,7 @@ SELECT * FROM t1;
# Original behavior was lost connection,
# but since 10.1, we allow controlling connection to remain alive
#
--
error
0
,
2013
--
error
0
,
2013
,
2026
SET
GLOBAL
wsrep_reject_queries
=
ALL_KILL
;
--
connection
node_1a
...
...
mysql-test/suite/galera/t/rpl_galera_to_mariadb_clone_slave_using_mariadb-backup.cnf
View file @
cb83ae21
!include ../galera_2nodes_as_master.cnf
[mysqld.1]
innodb-log-file-buffering
loose-
innodb-log-file-buffering
[mysqld.2]
innodb-log-file-buffering
loose-
innodb-log-file-buffering
[mysqld.3]
innodb-log-file-buffering
loose-
innodb-log-file-buffering
mysql-test/suite/galera_sr/r/galera_sr_cc_master.result
View file @
cb83ae21
...
...
@@ -27,7 +27,7 @@ SET GLOBAL wsrep_cluster_address = '';
SET SESSION wsrep_sync_wait = DEFAULT;
connection node_2;
INSERT INTO t1 VALUES (6);
ERROR HY000: Lost connection to server during query
Got one of the listed errors
connection node_1;
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
EXPECT_0
...
...
mysql-test/suite/galera_sr/t/galera_sr_cc_master.test
View file @
cb83ae21
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
if
(
`select version() not like '10.10.3-%'`
)
{
skip
disabled
until
new
C
/
C
;
}
#
# Test the effect of Cluster Configuration Change on a concurrently-running SR transaction
# We use SET GLOBAL wsrep_cluster_address = '' to cause the master (node_2) to temporarily
...
...
@@ -55,7 +51,7 @@ SET GLOBAL wsrep_cluster_address = '';
SET
SESSION
wsrep_sync_wait
=
DEFAULT
;
--
connection
node_2
--
error
2013
# CR_SERVER_LOST
--
error
2013
,
2026
INSERT
INTO
t1
VALUES
(
6
);
--
connection
node_1
...
...
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