mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Removed the L option from the dsn_opts exported by PerconaTest, as it was useless and breaking tests, and added an L=1 to a leftover pt-archiver --bulk-insert call
This commit is contained in:
@@ -1745,6 +1745,7 @@ is_deeply(
|
||||
p => 'foo',
|
||||
t => undef,
|
||||
u => 'bob',
|
||||
L => undef,
|
||||
},
|
||||
'DSN opt gets missing vals from --host, --port, etc. (issue 248)',
|
||||
);
|
||||
@@ -1774,6 +1775,7 @@ is_deeply(
|
||||
p => undef,
|
||||
t => undef,
|
||||
u => 'bob',
|
||||
L => undef,
|
||||
},
|
||||
'Vals from "defaults to" DSN take precedence over defaults (issue 248)'
|
||||
);
|
||||
|
Reference in New Issue
Block a user