Skip to content

Commit c42247e

Browse files
committed
truncate os.Hostname if lengther than 60
add mutiple uuid set of mysql
1 parent 4628bf4 commit c42247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump/dump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var _ = Suite(&schemaTestSuite{})
3232

3333
func (s *schemaTestSuite) SetUpSuite(c *C) {
3434
var err error
35-
s.conn, err = client.Connect(fmt.Sprintf("%s:%d", *host, *port), "root", "root", "")
35+
s.conn, err = client.Connect(fmt.Sprintf("%s:%d", *host, *port), "root", "", "")
3636
c.Assert(err, IsNil)
3737

3838
s.d, err = NewDumper(*execution, fmt.Sprintf("%s:%d", *host, *port), "root", "")

0 commit comments

Comments
 (0)