On 19/01 15.48, Bjorn Munch wrote:
> On 19/01 13.32, Dmitry Shulga wrote:
> > === modified file 'mysql-test/t/mysql.test'
> > --- a/mysql-test/t/mysql.test 2009-12-17 20:06:36 +0000
> > +++ b/mysql-test/t/mysql.test 2011-01-19 13:32:36 +0000
> > @@ -412,5 +412,11 @@ drop table t1;
> > --echo
> > --exec $MYSQL --skip-column-names --vertical test -e "select 1 as a"
> >
> > +#
> > +# Bug#57450: mysql client enter in an infinite loop if the standard input is a
> directory
> > +#
> > +--error 1
> > +--exec $MYSQL < .
> > +
>
> OK, but this test would hang if it fails here, until it times out
> after 15 minutes. I suggest you add to mysql-master.opt:
>
> --testcase-timeout=2
>
> This will reduce this test's timeout to 2 minutes, which should be
> enough.
Please ignore, this will not work. This mechanism only allows for a
test to specify a *longer* timeout than default. Besides, I presume
this particular bug is not likely to resurface anyway.
- Bjorn