Skip to content

Commit f08469a

Browse files
committed
PS-9598: Code refresh for 9.2.0-1 (fix percona.acl_mdl_scalability)
1 parent 02d6e48 commit f08469a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mysql-test/suite/percona/r/acl_mdl_scalability.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ SET GLOBAL max_connections = 151;
6767
DROP USER satya@'%';
6868
# Removing debug point 'skip_session_admin_check' from @@GLOBAL.debug
6969
SET DEBUG_SYNC = RESET;
70-
include/assert.inc [All the connections should finish within 60 seconds if there is no hang due to ACL]
70+
include/assert.inc [All the connections should finish within 120 seconds if there is no hang due to ACL]
7171
# restart

mysql-test/suite/percona/t/acl_mdl_scalability.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ while ($i <= 700) {
261261
DROP USER satya@'%';
262262
--source include/remove_debug_point.inc
263263
SET DEBUG_SYNC = RESET;
264-
--let $assert_text = All the connections should finish within 60 seconds if there is no hang due to ACL
265-
--let $assert_cond= "[SELECT TIMEDIFF(@end, @start) < 60]" = 1
264+
--let $assert_text = All the connections should finish within 120 seconds if there is no hang due to ACL
265+
--let $assert_cond= "[SELECT TIME_TO_SEC(TIMEDIFF(@end, @start)) < 120]" = 1
266266
--source include/assert.inc
267267
# Restart to release virtual memory
268268
--source include/restart_mysqld.inc

0 commit comments

Comments
 (0)