mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
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:
parent
21c15cc20b
commit
8c074df6ac
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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7aa450e3a02a20ef62616666a2b582f4d07fb5b3
|
||||
Subproject commit 0d48bf334fde7d4e0dac22bda560e86037d35d77
|
||||
Loading…
Add table
Add a link
Reference in a new issue