~ubuntu-branches/debian/jessie/mysql-utilities/jessie

« back to all changes in this revision

Viewing changes to mysql-test/suite/replication/r/check_rpl_errors.result

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-05-14 15:02:12 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130514150212-cfj83guqqo0kx7l0
Tags: 1.1.2-1
* Upload to unstable.
* "X-Python-Version: >= 2.7" to stop using deprecated python-2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Usage: mysqlrplcheck.py --master=root@localhost:3306 --slave=root@localhost:3310 
7
7
 
8
8
mysqlrplcheck.py: error: Slave connection values invalid or cannot be parsed.
9
 
Test case 3 - same server
10
 
ERROR: You must specify two different servers for the operation.
 
9
Test case 3 - same server literal specification
 
10
Usage: mysqlrplcheck.py --master=root@localhost:3306 --slave=root@localhost:3310 
 
11
 
 
12
mysqlrplcheck.py: error: The master and slave are the same host and port.
11
13
Test case 4 - error: invalid login to server (master)
12
14
# master on nada: ... ERROR: Cannot connect to the master server.
13
15
Error ####: Can't connect to local MySQL server ####...
15
17
# master on localhost: ... connected.
16
18
# slave on nada: ... ERROR: Cannot connect to the slave server.
17
19
Error ####: Can't connect to local MySQL server ####...
 
20
Test case 6 - master and slave same host
 
21
Usage: mysqlrplcheck.py --master=root@localhost:3306 --slave=root@localhost:3310 
 
22
 
 
23
mysqlrplcheck.py: error: The master and slave are the same host and port.