On Thu, Sep 11, 2003 at 04:10:21PM -0400, Pierre-Luc Soucy wrote:
> Hi again,
> 
> Does any of you have an idea on this? I get the same error in 4.0.15. I 
> could find that the problematic code was in mysql-test/mysql-test-run.sh:
> 
> sleep_until_file_created $MASTER_MYPID $wait_for_master
>   wait_for_master=$SLEEP_TIME_FOR_SECOND_MASTER
>   MASTER_RUNNING=1

Interestingly, a friend of mine gets that on his single CPU Debian
Linux box.  But using the *exact same* source tree on my faster, dual
CPU Debian Linux box doesn't trigger the bug.

I haven't looked into it in any depth yet, but it sure smells like a
race condition to me...

Jeremy

> > Pierre-Luc Soucy
> >
> > ========================
> > Full make test output:
> >
> > [EMAIL PROTECTED] mysql-4.0.14]# make test
> > cd mysql-test ; ./mysql-test-run
> > Installing Test Databases
> > Removing Stale Files
> > Installing Master Databases
> > running  ../sql/mysqld --no-defaults --bootstrap 
> > --skip-grant-tables     --basedir=. --datadir=./var/master-data 
> > --skip-innodb --skip-bdb --language=../sql/share/english/
> > 030905 22:18:12  ../sql/mysqld: Shutdown Complete
> >
> > Installing Slave Databases
> > running  ../sql/mysqld --no-defaults --bootstrap 
> > --skip-grant-tables     --basedir=. --datadir=./var/slave-data 
> > --skip-innodb --skip-bdb --language=../sql/share/english/
> > 030905 22:18:12  ../sql/mysqld: Shutdown Complete
> >
> > Manager disabled, skipping manager start.
> > Loading Standard Test Databases
> > Starting Tests
> >
> > TEST                           RESULT
> > ------------------------------------------
> > alias                          [ pass ]
> > alter_table                    [ pass ]
> > analyse                        [ pass ]
> > ansi                           [ pass ]
> > auto_increment                 [ pass ]
> > backup                         [ pass ]
> > bdb-alter-table-1              [ skipped ]
> > bdb-alter-table-2              [ skipped ]
> > bdb-crash                      [ skipped ]
> > bdb-deadlock                   [ skipped ]
> > bdb                            [ skipped ]
> > bdb_cache                      [ skipped ]
> > bench_count_distinct           [ pass ]
> > bigint                         [ pass ]
> > binary                         [ pass ]
> > bool                           [ pass ]
> > bulk_replace                   [ pass ]
> > case                           [ pass ]
> > cast                           [ pass ]
> > check                          [ pass ]
> > comments                       [ pass ]
> > compare                        [ pass ]
> > constraints                    [ pass ]
> > convert                        [ pass ]
> > count_distinct                 [ pass ]
> > count_distinct2                [ pass ]
> > create                         [ pass ]
> > ctype_cp1251                   [ pass ]
> > ERROR: 
> > /home/programs/mysql/4.0.14/mysql-4.0.14/mysql-test/var/run/master.pid 
> > was not created in 30 seconds;  Aborting
> > make: *** [test] Error 1
> > [EMAIL PROTECTED] mysql-4.0.14]#
> >
> >
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 

-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.15-Yahoo-SMP: up 4 days, processed 165,115,387 queries (451/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to