This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 22b8fcd21bc YARN-11767. [UI2] upgrade moment.js to v2.30.1 (#7366) add 744fe66c826 HADOOP-19425. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-azure Part1. (#7369) No new revisions were added by this update. Summary of changes: .../test/java/org/apache/hadoop/test/TestName.java | 25 +- .../hadoop/fs/azure/AbstractWasbTestBase.java | 11 +- .../fs/azure/AbstractWasbTestWithTimeout.java | 37 +- .../fs/azure/AzureBlobStorageTestAccount.java | 8 +- .../fs/azure/ITestAzureConcurrentOutOfBandIo.java | 2 +- .../azure/ITestAzureFileSystemErrorConditions.java | 5 +- .../hadoop/fs/azure/ITestBlobDataValidation.java | 18 +- .../fs/azure/ITestBlobTypeSpeedDifference.java | 2 +- .../hadoop/fs/azure/ITestBlockBlobInputStream.java | 71 ++- .../hadoop/fs/azure/ITestContainerChecks.java | 35 +- .../ITestFileSystemOperationExceptionHandling.java | 150 +++--- .../ITestFileSystemOperationExceptionMessage.java | 2 +- ...emOperationsExceptionHandlingMultiThreaded.java | 294 ++++++------ .../ITestFileSystemOperationsWithThreads.java | 19 +- .../hadoop/fs/azure/ITestListPerformance.java | 34 +- .../ITestNativeAzureFSAuthorizationCaching.java | 4 +- .../fs/azure/ITestNativeAzureFileSystemAppend.java | 36 +- ...stNativeAzureFileSystemAtomicRenameDirList.java | 2 +- .../ITestNativeAzureFileSystemClientLogging.java | 12 +- .../ITestNativeAzureFileSystemConcurrencyLive.java | 31 +- .../fs/azure/ITestNativeAzureFileSystemLive.java | 4 +- .../fs/azure/ITestNativeFileSystemStatistics.java | 9 +- .../ITestOutOfBandAzureBlobOperationsLive.java | 2 +- .../fs/azure/ITestOutputStreamSemantics.java | 59 ++- .../hadoop/fs/azure/ITestPageBlobInputStream.java | 32 +- .../hadoop/fs/azure/ITestPageBlobOutputStream.java | 2 +- .../azure/ITestReadAndSeekPageBlobAfterWrite.java | 15 +- .../hadoop/fs/azure/ITestWasbRemoteCallHelper.java | 253 +++++----- .../fs/azure/ITestWasbUriAndConfiguration.java | 49 +- .../fs/azure/NativeAzureFileSystemBaseTest.java | 34 +- .../apache/hadoop/fs/azure/TestBlobMetadata.java | 12 +- .../fs/azure/TestBlobOperationDescriptor.java | 2 +- .../fs/azure/TestClientThrottlingAnalyzer.java | 35 +- .../fs/azure/TestKeyPageBlobDirectories.java | 7 +- .../TestNativeAzureFileSystemAuthorization.java | 519 +++++++++++---------- .../TestNativeAzureFileSystemBlockCompaction.java | 23 +- .../TestNativeAzureFileSystemConcurrency.java | 14 +- .../TestNativeAzureFileSystemFileNameCheck.java | 4 +- .../fs/azure/TestNativeAzureFileSystemMocked.java | 14 +- .../TestNativeAzureFileSystemUploadLogic.java | 13 +- .../fs/azure/TestOutOfBandAzureBlobOperations.java | 12 +- .../fs/azure/TestShellDecryptionKeyProvider.java | 6 +- .../fs/azure/TestSyncableDataOutputStream.java | 2 +- .../org/apache/hadoop/fs/azure/TestWasbFsck.java | 15 +- .../azure/integration/AbstractAzureScaleTest.java | 5 +- .../fs/azure/integration/AzureTestUtils.java | 21 +- .../azure/integration/CleanupTestContainers.java | 2 +- .../fs/azure/integration/ITestAzureHugeFiles.java | 33 +- .../ITestAzureFileSystemInstrumentation.java | 119 +++-- .../azure/metrics/TestBandwidthGaugeUpdater.java | 11 +- .../TestNativeAzureFileSystemMetricsSystem.java | 9 +- .../fs/azure/metrics/TestRollingWindowAverage.java | 4 +- 52 files changed, 1064 insertions(+), 1075 deletions(-) copy hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/contract/s3a/ITestS3AContractDelete.java => hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/TestName.java (60%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org