bgaborg edited a comment on issue #1407: HADOOP-16490. Improve S3Guard handling 
of FNFEs in copy
URL: https://github.com/apache/hadoop/pull/1407#issuecomment-529120178
 
 
   itest run *against ireland*, there were some errors. I need to get back to 
this as my console buffer was not big enough to save all output, so here goes 
the results `mvn clean verify -Dparallel-tests -DtestsThreadCount=8 -Ddynamo 
-Ds3guard`:
   ```
   [ERROR] Failures:
   [ERROR]   
ITestSessionDelegationInFileystem.testDTUtilShell:710->dtutil:699->Assert.assertEquals:631->Assert.assertEquals:645->Assert.failNotEquals:834->Assert.fail:88
 expected:<0> but was:<1>
   [ERROR] Errors:
   [ERROR]   ITestS3ATemporaryCredentials.testInvalidSTSBinding:257 ? SdkClient 
Unable to f...
   [ERROR]   ITestS3ATemporaryCredentials.testSTS:130 ? SdkClient Unable to 
find a region v...
   [ERROR]   
ITestS3ATemporaryCredentials.testSessionRequestExceptionTranslation:441->lambda$testSessionRequestExceptionTranslation$5:442
 ? SdkClient
   [ERROR]   ITestS3ATemporaryCredentials.testSessionTokenExpiry:222 ? 
SdkClient Unable to ...
   [ERROR]   ITestS3ATemporaryCredentials.testSessionTokenPropagation:193 ? 
SdkClient Unabl...
   [ERROR]   ITestDelegatedMRJob.testJobSubmissionCollectsTokens:286 ? 
SdkClient Unable to ...
   [ERROR]   ITestSessionDelegationInFileystem.testAddTokensFromFileSystem:235 
? SdkClient ...
   [ERROR]   
ITestSessionDelegationInFileystem.testCanRetrieveTokenFromCurrentUserCreds:260->createDelegationTokens:292->AbstractDelegationIT.mkTokens:88
 ? SdkClient
   [ERROR]   
ITestSessionDelegationInFileystem.testDTCredentialProviderFromCurrentUserCreds:278->createDelegationTokens:292->AbstractDelegationIT.mkTokens:88
 ? SdkClient
   [ERROR]   
ITestSessionDelegationInFileystem.testDelegatedFileSystem:308->createDelegationTokens:292->AbstractDelegationIT.mkTokens:88
 ? SdkClient
   [ERROR]   
ITestSessionDelegationInFileystem.testDelegationBindingMismatch1:432->createDelegationTokens:292->AbstractDelegationIT.mkTokens:88
 ? SdkClient
   [ERROR]   ITestSessionDelegationInFileystem.testFileSystemBoundToCreator:681 
? SdkClient
   [ERROR]   ITestSessionDelegationInFileystem.testGetDTfromFileSystem:212 ? 
SdkClient Unab...
   [ERROR]   
ITestSessionDelegationInFileystem.testHDFSFetchDTCommand:606->lambda$testHDFSFetchDTCommand$3:607
 ? SdkClient
   [ERROR]   ITestSessionDelegationInFileystem.testYarnCredentialPickup:576 ? 
SdkClient Una...
   [ERROR]   ITestSessionDelegationTokens.testCreateAndUseDT:176 ? SdkClient 
Unable to find...
   [ERROR]   ITestSessionDelegationTokens.testSaveLoadTokens:121 ? SdkClient 
Unable to find...
   [ERROR]   
ITestS3GuardConcurrentOps.testConcurrentTableCreations:178->deleteTable:87 ? 
TestTimedOut
   [INFO]
   [ERROR] Tests run: 1057, Failures: 1, Errors: 18, Skipped: 166```
   
   Seqential test run:
   [ERROR] Errors:
   [ERROR]   
ITestMagicCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 ? FileNotFound
   [ERROR]   
ITestDirectoryCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 ? FileNotFound
   [ERROR]   
ITestPartitionCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 ? FileNotFound
   [ERROR]   
ITestStagingCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 ? FileNotFound
   [INFO]
   [ERROR] Tests run: 94, Failures: 0, Errors: 4, Skipped: 67
   ```
   Seq tests seem like the usual failures, but the others are worrying me.
   
   ---
   
   At the same time I was running the same tests on aws *against us-west*, just 
to have a second opinion:
   There were no failures with `mvn clean verify -Dparallel-tests 
-DtestsThreadCount=8 -Ddynamo -Ds3guard` during the parallel tests, and the 
usual errors during the sequential tests:
   ```[ERROR] Errors:
   [ERROR]   
ITestMagicCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 » FileNotFound
   [ERROR]   
ITestDirectoryCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 » FileNotFound
   [ERROR]   
ITestPartitionCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 » FileNotFound
   [ERROR]   
ITestStagingCommitMRJob>AbstractITCommitMRJob.testMRJob:146->AbstractFSContractTestBase.assertIsDirectory:327
 » FileNotFound```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to