pranavsaxena-microsoft opened a new pull request, #4588: URL: https://github.com/apache/hadoop/pull/4588
### Description of PR Its for the fixture of https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/5/artifact/out/new-spotbugs-hadoop-tools_hadoop-azure.html PR created to check result of Jenkins job. Shall be deleted once job's results are checked. ### How was this patch tested? Zone: US-EAST HNS endpoint: pranavsaxenahns.dfs.core.windows.net NON-HNS endpoint: pranavsaxenanonhns.dfs.core.windows.net Ran integeration test on the code-change. Following are the logs of the tests: ``` Combination specific property setting: [ key=fs.azure.account.auth.type , value=OAuth ] Activated [src/test/resources/abfs-combination-test-configs.xml] - for account: pranavsaxenahns for combination HNS-OAuth Running test for combination HNS-OAuth on account pranavsaxenahns [ProcessCount=8] Result can be seen in dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-HNS-OAuth.txt ----- Test results ----- [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [INFO] [ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2 [INFO] Results: [INFO] [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41 Time taken: 14 mins 51 secs. Find test logs for the combination (HNS-OAuth) in: dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-HNS-OAuth.txt Find consolidated test results in: dev-support/testlogs/2022-07-12_12-35-00/Test-Results.txt ------------------------ Combination specific property setting: [ key=fs.azure.account.auth.type , value=SharedKey ] Activated [src/test/resources/abfs-combination-test-configs.xml] - for account: pranavsaxenahns for combination HNS-SharedKey Running test for combination HNS-SharedKey on account pranavsaxenahns [ProcessCount=8] Result can be seen in dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-HNS-SharedKey.txt ----- Test results ----- [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [INFO] [ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2 [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ITestAbfsRestOperationException.testCustomTokenFetchRetryCount:95->testWithDifferentCustomTokenFetchRetry:123->Assert.assertTrue:42->Assert.fail:89 Number of token fetch retries (7) done, does not match with fs.azure.custom.token.fetch.retry.count configured (3): SUCCESSFUL WHEN RAN INDIVIDUALLY [INFO] [ERROR] Tests run: 574, Failures: 1, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41 Time taken: 14 mins 42 secs. Find test logs for the combination (HNS-SharedKey) in: dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-HNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2022-07-12_12-35-00/Test-Results.txt ------------------------ Combination specific property setting: [ key=fs.azure.account.auth.type , value=SharedKey ] Activated [src/test/resources/abfs-combination-test-configs.xml] - for account: pranavsaxenanonhns for combination NonHNS-SharedKey Running test for combination NonHNS-SharedKey on account pranavsaxenanonhns [ProcessCount=8] Result can be seen in dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-NonHNS-SharedKey.txt ----- Test results ----- [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [INFO] [ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2 [INFO] Results: [INFO] [WARNING] Tests run: 559, Failures: 0, Errors: 0, Skipped: 268 [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ITestAbfsRenameStageFailure>TestRenameStageFailure.testResilienceAsExpected:126 [resilient commit support] expected:<[tru]e> but was:<[fals]e> [ERROR] ITestAbfsTerasort.test_110_teragen:244->executeStage:211->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 teragen(1000, abfs://[email protected]/ITestAbfsTerasort/sortin) failed expected:<0> but was:<1> [ERROR] Errors: [ERROR] ITestAbfsJobThroughManifestCommitter.test_0420_validateJob » OutputValidation ... [ERROR] ITestAbfsManifestCommitProtocol.testCommitLifecycle » OutputValidation `abfs:/... [ERROR] ITestAbfsManifestCommitProtocol.testCommitterWithDuplicatedCommit » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testConcurrentCommitTaskWithSubDir » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testMapFileOutputCommitter » OutputValidation ... [ERROR] ITestAbfsManifestCommitProtocol.testOutputFormatIntegration » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testParallelJobsToAdjacentPaths » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testTwoTaskAttemptsCommit » OutputValidation `... [INFO] [ERROR] Tests run: 332, Failures: 2, Errors: 8, Skipped: 46: FAILURES SAME IN CI-JENKINS REPORT Time taken: 14 mins 41 secs. Find test logs for the combination (NonHNS-SharedKey) in: dev-support/testlogs/2022-07-12_12-35-00/Test-Logs-NonHNS-SharedKey.txt Find consolidated test results in: dev-support/testlogs/2022-07-12_12-35-00/Test-Results.txt AppendBlob-HNS-OAuth ======================== [INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [INFO] [ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2 [INFO] Results: [INFO] [WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41 ``` ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
