You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2022/10/10 15:58:35 UTC

[ozone] branch master updated (b808deb8c8 -> 32df39e8c8)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


    from b808deb8c8 HDDS-6664. Implements getUri in TrashOzoneFileSystem (#3795)
     add 32df39e8c8 HDDS-7299. Migrate simple tests in hdds-container-service to JUnit5 (#3813)

No new revisions were added by this update.

Summary of changes:
 hadoop-hdds/container-service/pom.xml              |  5 ++
 .../metadata/TestDatanodeCRLStoreImpl.java         | 24 ++----
 .../hadoop/ozone/TestHddsDatanodeService.java      | 16 ++--
 .../hadoop/ozone/TestHddsSecureDatanodeInit.java   | 96 ++++++++++++----------
 .../common/TestContainerLayoutVersion.java         |  4 +-
 .../common/TestDatanodeLayOutVersion.java          | 10 +--
 .../container/common/TestDatanodeStateMachine.java | 52 ++++++------
 .../common/helpers/TestContainerUtils.java         |  4 +-
 .../container/common/report/TestReportManager.java |  2 +-
 .../common/report/TestReportPublisher.java         | 35 ++++----
 .../statemachine/TestDatanodeConfiguration.java    |  4 +-
 .../common/statemachine/TestStateContext.java      | 22 ++---
 .../states/datanode/TestRunningDatanodeState.java  |  8 +-
 .../states/endpoint/TestHeartbeatEndpointTask.java | 74 ++++++++---------
 .../volume/TestCapacityVolumeChoosingPolicy.java   | 31 +++----
 .../volume/TestRoundRobinVolumeChoosingPolicy.java | 35 ++++----
 .../TestECReconstructionSupervisor.java            |  6 +-
 .../TestKeyValueHandlerWithUnhealthyContainer.java | 15 ++--
 .../container/keyvalue/helpers/TestChunkUtils.java | 20 ++---
 .../keyvalue/impl/AbstractTestChunkManager.java    | 20 ++---
 .../keyvalue/impl/CommonChunkManagerTestCases.java | 10 +--
 .../keyvalue/impl/TestChunkManagerDummyImpl.java   |  4 +-
 .../keyvalue/impl/TestFilePerBlockStrategy.java    |  6 +-
 .../keyvalue/impl/TestFilePerChunkStrategy.java    |  8 +-
 .../TestContainerScannerConfiguration.java         |  8 +-
 .../ozoneimpl/TestContainerScannerMetrics.java     | 21 +++--
 .../ReplicationSupervisorScheduling.java           |  8 +-
 .../replication/TestGrpcOutputStream.java          | 16 ++--
 .../replication/TestMeasuredReplicator.java        | 36 ++++----
 .../replication/TestReplicationConfig.java         |  4 +-
 .../replication/TestSimpleContainerDownloader.java | 19 +++--
 .../stream/TestDirstreamClientHandler.java         | 34 ++++----
 .../container/stream/TestStreamingServer.java      | 18 ++--
 .../TestReconstructionECContainersCommands.java    | 27 +++---
 pom.xml                                            |  6 ++
 35 files changed, 366 insertions(+), 342 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org