Skip to content

Commit 60ad8b1

Browse files
committed
Fix occasional failure in test spider/bugfix.mdev_31463
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
1 parent 51a85e7 commit 60ad8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/spider/mysql-test/spider/bugfix/t/mdev_31463.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SELECT SLEEP (1);
2727
# cover the error reporting when setting lock wait timeout, until we
2828
# find a better one and/or fixing the non-deterministic error
2929
# reporting
30-
--error 12701,ER_NET_ERROR_ON_WRITE,ER_XAER_DUPID
30+
--error 12701,ER_NET_READ_ERROR,ER_NET_ERROR_ON_WRITE,ER_XAER_DUPID
3131
INSERT INTO t VALUES (1,2,3),(4,5,6),(7,8,9);
3232
--disable_result_log
3333
--error 0,12701,ER_XAER_DUPID

0 commit comments

Comments
 (0)