MDEV-8670 main.mdev-504 fails on Windows (in buildbot and outside)
Test failed because it hit net_write_timeout. It might happen in different circumstances, and that's not what the testcase tests, so the timeout is now set to a bigger value.
This commit is contained in:
parent
9b475ee3c1
commit
aef8bfdc82
@ -1,3 +1,4 @@
|
|||||||
|
SET GLOBAL net_write_timeout = 900;
|
||||||
CREATE TABLE A (
|
CREATE TABLE A (
|
||||||
pk INTEGER AUTO_INCREMENT PRIMARY KEY,
|
pk INTEGER AUTO_INCREMENT PRIMARY KEY,
|
||||||
fdate DATE
|
fdate DATE
|
||||||
@ -19,3 +20,4 @@ DROP TABLE A;
|
|||||||
DROP PROCEDURE p_analyze;
|
DROP PROCEDURE p_analyze;
|
||||||
DROP FUNCTION rnd3;
|
DROP FUNCTION rnd3;
|
||||||
SET GLOBAL use_stat_tables = DEFAULT;
|
SET GLOBAL use_stat_tables = DEFAULT;
|
||||||
|
SET GLOBAL net_write_timeout = DEFAULT;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
--disable_ps_protocol
|
--disable_ps_protocol
|
||||||
|
|
||||||
|
SET GLOBAL net_write_timeout = 900;
|
||||||
|
|
||||||
CREATE TABLE A (
|
CREATE TABLE A (
|
||||||
pk INTEGER AUTO_INCREMENT PRIMARY KEY,
|
pk INTEGER AUTO_INCREMENT PRIMARY KEY,
|
||||||
fdate DATE
|
fdate DATE
|
||||||
@ -74,4 +76,4 @@ DROP TABLE A;
|
|||||||
DROP PROCEDURE p_analyze;
|
DROP PROCEDURE p_analyze;
|
||||||
DROP FUNCTION rnd3;
|
DROP FUNCTION rnd3;
|
||||||
SET GLOBAL use_stat_tables = DEFAULT;
|
SET GLOBAL use_stat_tables = DEFAULT;
|
||||||
|
SET GLOBAL net_write_timeout = DEFAULT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user