MDEV-23648 s3.partition_move 'innodb' test failure - object deleted before copy attempted

Updated submodule libmarias3 which fixes the problem
Enabled disable S3 tests.
This commit is contained in:
Monty 2020-10-19 22:04:45 +03:00
commit 8c074df6ac
4 changed files with 3 additions and 12 deletions

View file

@ -1,8 +1,3 @@
if (`SELECT @@s3_host_name <> "s3.amazonaws.com"`)
{
skip The test is disabled for emulator environment due to MDEV-23648;
}
--source include/have_partition.inc
--source include/have_s3.inc
--source create_database.inc

View file

@ -1,8 +1,3 @@
if (`SELECT @@s3_host_name <> "s3.amazonaws.com"`)
{
skip The test is disabled for emulator environment due to MDEV-23648;
}
--source include/have_partition.inc
--source include/have_innodb.inc
--source include/have_s3.inc

View file

@ -109,7 +109,8 @@ INCLUDE (CheckIncludeFiles)
SET(S3_SOURCES s3_func.c
libmarias3/src/debug.c libmarias3/src/error.c libmarias3/src/marias3.c
libmarias3/src/request.c libmarias3/src/response.c libmarias3/src/sha256.c
libmarias3/src/sha256-internal.c libmarias3/src/xml.c)
libmarias3/src/sha256-internal.c libmarias3/src/xml.c
libmarias3/src/assume_role.c)
IF(NOT PLUGIN_S3 STREQUAL NO)
FIND_PACKAGE(CURL)

@ -1 +1 @@
Subproject commit 7aa450e3a02a20ef62616666a2b582f4d07fb5b3
Subproject commit 0d48bf334fde7d4e0dac22bda560e86037d35d77