~vadim-tk/percona-server/percona-5.5.15-galera

« back to all changes in this revision

Viewing changes to mysql-test/t/ipv6.test

  • Committer: root
  • Date: 2011-09-10 16:37:18 UTC
  • Revision ID: root@r815.office.percona.com-20110910163718-ydh4zj8hcdgoyavb
Porting Galera to 5.5.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2009 SUN Microsystems
 
2
# All rights reserved. Use is subject to license terms.
 
3
# Author: Horst Hunger
 
4
# Nov. 19, 2009
 
5
# Test of ipv6 format
 
6
# Options: --skip-name-resolve, --bind-address=:: (see corresponding opt file).
 
7
#
 
8
--source include/check_ipv6.inc
 
9
# Can't be tested with embedded server
 
10
--source include/not_embedded.inc
 
11
 
 
12
# Save the initial number of concurrent sessions
 
13
--source include/count_sessions.inc
 
14
 
 
15
echo =============Test of '::1' ========================================;
 
16
let $IPv6= ::1;
 
17
--source include/ipv6_clients.inc
 
18
--source include/ipv6.inc
 
19
 
 
20
echo =============Test of '::1/128' ====================================;
 
21
let $IPv6= ::1/128;
 
22
#--source include/ipv6_clients.inc
 
23
#--source include/ipv6.inc
 
24
 
 
25
echo =============Test of '0000:0000:0000:0000:0000:0000:0000:0001' ====;
 
26
let $IPv6= 0000:0000:0000:0000:0000:0000:0000:0001;
 
27
--source include/ipv6_clients.inc
 
28
--source include/ipv6.inc
 
29
 
 
30
echo =============Test of '0:0:0:0:0:0:0:1' ============================;
 
31
let $IPv6= 0:0:0:0:0:0:0:1;
 
32
--source include/ipv6_clients.inc
 
33
--source include/ipv6.inc
 
34
 
 
35
# Wait till all disconnects are completed
 
36
--source include/wait_until_count_sessions.inc