Skip to content
Permalink
Browse files
MDEV-23648 s3.partition_move 'innodb' test failure - object deleted b…
…efore copy attempted

Updated submodule libmarias3 which fixes the problem
Enabled disable S3 tests.
  • Loading branch information
montywi committed Oct 21, 2020
1 parent 21c15cc commit 8c074df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
@@ -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
@@ -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
@@ -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)

0 comments on commit 8c074df

Please sign in to comment.