~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/tests/t/basic.test

  • Committer: patrick crews
  • Date: 2011-03-24 00:34:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2249.
  • Revision ID: gleebix@gmail.com-20110324003419-mi4sv0cnc0qwpins
Shorten path names to allow us to run on freebsd w/o hitting unix socket file length limit

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# Might need a proper include file / test later
12
12
--sleep 3 
13
13
--echo Connecting to slave...
14
 
connect (slave_con,127.0.0.1,root,,test, $TESTBOT0_SERVER1);
 
14
connect (slave_con,127.0.0.1,root,,test, $BOT0_S1);
15
15
echo Using connection slave_con...;
16
16
connection slave_con;
 
17
--sleep 3
17
18
--echo Checking slave contents...
18
19
--source include/wait_for_slave_plugin_to_sync.inc
19
20