Skip to content

Commit

Permalink
Merge pull request #30129 from ClickHouse/backport/21.8/29762
Browse files Browse the repository at this point in the history
Backport #29762 to 21.8: May be fix s3 tests
  • Loading branch information
kssenii committed Oct 14, 2021
2 parents acbf4fc + aec2447 commit 63a3814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '2.3'

services:
minio1:
image: minio/minio
# Newer version of minio results in such errors:
# "AWSErrorMarshaller: Encountered AWSError 'InternalError': We encountered an internal error, please try again"
image: minio/minio:RELEASE.2021-09-23T04-46-24Z
volumes:
- data1-1:/data1
- ${MINIO_CERTS_DIR:-}:/certs
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_merge_tree_s3/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def join(self, timeout=None):
if self.exception:
raise self.exception


SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
CONFIG_PATH = os.path.join(SCRIPT_DIR, './{}/node/configs/config.d/storage_conf.xml'.format(get_instances_dir()))

Expand Down

0 comments on commit 63a3814

Please sign in to comment.