From e464c83e137e4c83d79375320a7871f219143099 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Tue, 5 Sep 2017 06:56:19 +0300 Subject: [PATCH] added test --- localtests/fail-password-length/create.sql | 7 +++++++ localtests/fail-password-length/expect_failure | 1 + localtests/fail-password-length/extra_args | 1 + 3 files changed, 9 insertions(+) create mode 100644 localtests/fail-password-length/create.sql create mode 100644 localtests/fail-password-length/expect_failure create mode 100644 localtests/fail-password-length/extra_args diff --git a/localtests/fail-password-length/create.sql b/localtests/fail-password-length/create.sql new file mode 100644 index 0000000..08f8500 --- /dev/null +++ b/localtests/fail-password-length/create.sql @@ -0,0 +1,7 @@ +drop table if exists gh_ost_test; +create table gh_ost_test ( + id int auto_increment, + i int not null, + ts timestamp, + primary key(id) +) auto_increment=1; diff --git a/localtests/fail-password-length/expect_failure b/localtests/fail-password-length/expect_failure new file mode 100644 index 0000000..d55364f --- /dev/null +++ b/localtests/fail-password-length/expect_failure @@ -0,0 +1 @@ +MySQL replication length limited to 32 characters diff --git a/localtests/fail-password-length/extra_args b/localtests/fail-password-length/extra_args new file mode 100644 index 0000000..69da316 --- /dev/null +++ b/localtests/fail-password-length/extra_args @@ -0,0 +1 @@ +--password="0123456789abcdefghij0123456789abcdefghijxx"