File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/request/lifecycle Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(mvn install:*)" ,
5+ " Bash(mvn compile:*)"
6+ ]
7+ }
8+ }
Original file line number Diff line number Diff line change 2929
3030import java .io .IOException ;
3131import java .util .UUID ;
32- import org .apache .hadoop .ozone .om .exceptions .OMException ;
33- import org .apache .hadoop .ozone .om .request .validation .ValidationContext ;
34- import org .apache .hadoop .ozone .om .upgrade .OMLayoutFeature ;
35- import org .apache .hadoop .ozone .upgrade .LayoutVersionManager ;
3632import org .apache .commons .lang3 .tuple .Pair ;
3733import org .apache .hadoop .ozone .om .ResolvedBucket ;
34+ import org .apache .hadoop .ozone .om .exceptions .OMException ;
3835import org .apache .hadoop .ozone .om .helpers .BucketLayout ;
3936import org .apache .hadoop .ozone .om .request .OMClientRequest ;
4037import org .apache .hadoop .ozone .om .request .OMRequestTestUtils ;
38+ import org .apache .hadoop .ozone .om .request .validation .ValidationContext ;
4139import org .apache .hadoop .ozone .om .response .OMClientResponse ;
40+ import org .apache .hadoop .ozone .om .upgrade .OMLayoutFeature ;
4241import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos ;
4342import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .OMRequest ;
4443import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .OMResponse ;
44+ import org .apache .hadoop .ozone .upgrade .LayoutVersionManager ;
4545import org .junit .jupiter .api .Test ;
4646
4747/**
Original file line number Diff line number Diff line change 2828import static org .mockito .Mockito .when ;
2929
3030import java .util .UUID ;
31- import org .apache .hadoop .ozone .om .request .validation .ValidationContext ;
32- import org .apache .hadoop .ozone .om .upgrade .OMLayoutFeature ;
33- import org .apache .hadoop .ozone .upgrade .LayoutVersionManager ;
3431import org .apache .commons .lang3 .tuple .Pair ;
3532import org .apache .hadoop .ozone .om .ResolvedBucket ;
3633import org .apache .hadoop .ozone .om .exceptions .OMException ;
3734import org .apache .hadoop .ozone .om .helpers .BucketLayout ;
3835import org .apache .hadoop .ozone .om .helpers .OmLifecycleConfiguration ;
3936import org .apache .hadoop .ozone .om .request .OMClientRequest ;
4037import org .apache .hadoop .ozone .om .request .OMRequestTestUtils ;
38+ import org .apache .hadoop .ozone .om .request .validation .ValidationContext ;
4139import org .apache .hadoop .ozone .om .response .OMClientResponse ;
4240import org .apache .hadoop .ozone .om .response .lifecycle .OMLifecycleConfigurationSetResponse ;
41+ import org .apache .hadoop .ozone .om .upgrade .OMLayoutFeature ;
4342import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos ;
4443import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .LifecycleConfiguration ;
4544import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .OMRequest ;
4645import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .OMResponse ;
4746import org .apache .hadoop .ozone .protocol .proto .OzoneManagerProtocolProtos .Type ;
47+ import org .apache .hadoop .ozone .upgrade .LayoutVersionManager ;
4848import org .junit .jupiter .api .Test ;
4949
5050/**
You can’t perform that action at this time.
0 commit comments