|
| 1 | +# |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +# or more contributor license agreements. See the NOTICE file |
| 4 | +# distributed with this work for additional information |
| 5 | +# regarding copyright ownership. The ASF licenses this file |
| 6 | +# to you under the Apache License, Version 2.0 (the |
| 7 | +# "License"); you may not use this file except in compliance |
| 8 | +# with the License. You may obtain a copy of the License at |
| 9 | +# |
| 10 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# |
| 12 | +# Unless required by applicable law or agreed to in writing, |
| 13 | +# software distributed under the License is distributed on an |
| 14 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | +# KIND, either express or implied. See the License for the |
| 16 | +# specific language governing permissions and limitations |
| 17 | +# under the License. |
| 18 | +# |
| 19 | + |
| 20 | +# Initial stab at excluding tests that won't run in our |
| 21 | +# CI container environment with Localstack mocks of AWS services. |
| 22 | + |
| 23 | +# TODO see if we can enable any of these... |
| 24 | + |
| 25 | +# tests that depend on public S3 buckets |
| 26 | +**/org/apache/hadoop/fs/s3a/scale/ITestS3AInputStreamPerformance.java |
| 27 | +**/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java |
| 28 | +**/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardTool.java |
| 29 | +**/org/apache/hadoop/fs/s3a/tools/ITestMarkerTool.java |
| 30 | +**/ITestS3AAnalyticsAcceleratorStreamReading.java |
| 31 | +**/ITestS3AEndpointRegion.java |
| 32 | + |
| 33 | + |
| 34 | +# Tests requiring IAM roles / STS |
| 35 | +# We should be able to re-enable some of these. See: |
| 36 | +# https://docs.localstack.cloud/aws/services/sts/ |
| 37 | +**/org/apache/hadoop/fs/s3a/auth/ITestAssumeRole.java |
| 38 | +**/org/apache/hadoop/fs/s3a/auth/delegation/ITestDelegatedMRJob.java |
| 39 | +**/org/apache/hadoop/fs/s3a/auth/delegation/ITestSessionDelegationInFilesystem.java |
| 40 | +**/org/apache/hadoop/fs/s3a/auth/delegation/ITestSessionDelegationTokens.java |
| 41 | +**/org/apache/hadoop/fs/s3a/ITestS3ATemporaryCredentials.java |
| 42 | + |
| 43 | + |
| 44 | +# failures that need to be investigated |
| 45 | + |
| 46 | +# Two methods fail: 1. testUpdateDeepDirectoryStructureNoChange(): |
| 47 | +# AssertionFailedError: Files Skipped value 0 too below minimum 1 ==> |
| 48 | +# expected: <true> but was: <false> |
| 49 | +# 2. testUpdateDeepDirectoryStructureToRemote(): |
| 50 | +# AssertionFailedError: Files Copied value 2 above maximum 1 ==> expected: <true> but was: <false> |
| 51 | +**/org/apache/hadoop/fs/contract/s3a/ITestS3AContractDistCp.java |
| 52 | + |
| 53 | +# A number of failures with vectored read tests |
| 54 | +**/org/apache/hadoop/fs/contract/s3a/ITestS3AContractVectoredRead.java |
| 55 | + |
| 56 | +# Access key errors: |
| 57 | +# (test case)->AbstractS3ATestBase.setup:111->AbstractFSContractTestBase.setup:197->AbstractFSContractTestBase.mkdirs:355 |
| 58 | +# » AccessDenied s3a://hadoop-ci/job-00/test: getFileStatus on |
| 59 | +# s3a://hadoop-ci/job-00/test: |
| 60 | +# software.amazon.awssdk.services.s3.model.S3Exception: The AWS Access Key Id you |
| 61 | +# provided does not exist in our records. (Service: S3, Status Code: 403 |
| 62 | +**/org/apache/hadoop/fs/s3a/ITestS3APrefetchingCacheFiles.java |
| 63 | +**/org/apache/hadoop/fs/s3a/ITestS3AFailureHandling.java |
| 64 | + |
| 65 | +# Localstack issue (guessing lack of persistence of upload parts across sessions) |
| 66 | +**/org/apache/hadoop/fs/s3a/commit/ITestUploadRecovery.java |
| 67 | +**/org/apache/hadoop/fs/contract/s3a/ITestS3AContractMultipartUploader.java |
| 68 | + |
| 69 | +# Error: ITestConnectionTimeouts.testObjectUploadTimeouts:258 Expected a |
| 70 | +# java.lang.Exception to be thrown, but got the result: : "01234567890123456789..." |
| 71 | +**/org/apache/hadoop/fs/s3a/impl/ITestConnectionTimeouts.java |
| 72 | + |
| 73 | +# ITestS3AAWSCredentialsProvider.testBadCredentials:183->lambda$testBadCredentials$0:184 |
| 74 | +# ->createFailingFS:160 Expected exception - got S3AFileSystem{ |
| 75 | +**/org/apache/hadoop/fs/s3a/ITestS3AAWSCredentialsProvider.java |
| 76 | + |
| 77 | +# testSeeksWithLruEviction java.util.concurrent.TimeoutException: timed out |
| 78 | +# after 180 seconds |
| 79 | +**/org/apache/hadoop/fs/s3a/ITestS3APrefetchingLruEviction.java |
0 commit comments