summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-09-04 10:44:05 +1000
committerSergei Petrunia <psergey@askmonty.org>2020-09-08 13:42:55 +0300
commitf98b8d36bd6ccae7616621b6b23bf9fabc1010ca (patch)
treee7b20ef7afabf9d66ea0f454741fab0c1359c7c6
parent64c10b03a0021cb415ca5b024d4951819bcaeb01 (diff)
downloadmariadb-git-f98b8d36bd6ccae7616621b6b23bf9fabc1010ca.tar.gz
MDEV-23662: Make S3 Storage Engine tests better
To ensure that S3 is using its access and secret key in the right way, make these different in the test suite.
-rw-r--r--mysql-test/suite/s3/my.cnf2
-rw-r--r--mysql-test/suite/s3/slave.cnf2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/s3/my.cnf b/mysql-test/suite/s3/my.cnf
index ad3aa908993..03060f8a0ef 100644
--- a/mysql-test/suite/s3/my.cnf
+++ b/mysql-test/suite/s3/my.cnf
@@ -19,7 +19,7 @@ s3-host-name="127.0.0.1"
# Note: s3-host-name="localhost" doesn't work. It causes
# libmarias3 to use the wrong variant of the protocol.
s3-bucket=storage-engine
-s3-access-key=minioadmin
+s3-access-key=minio
s3-secret-key=minioadmin
s3-port=9000
s3-use-http=ON
diff --git a/mysql-test/suite/s3/slave.cnf b/mysql-test/suite/s3/slave.cnf
index 12d767dea05..514171b383c 100644
--- a/mysql-test/suite/s3/slave.cnf
+++ b/mysql-test/suite/s3/slave.cnf
@@ -16,7 +16,7 @@ s3-host-name="127.0.0.1"
# Note: s3-host-name="localhost" doesn't work. It causes
# libmarias3 to use the wrong variant of the protocol.
s3-bucket=storage-engine
-s3-access-key=minioadmin
+s3-access-key=minio
s3-secret-key=minioadmin
s3-port=9000
s3-use-http=ON