File tree 5 files changed +0
-5
lines changed
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 21
21
import static org .apache .hadoop .ozone .OzoneConsts .ETAG ;
22
22
import static org .apache .hadoop .ozone .OzoneConsts .MD5_HASH ;
23
23
import static org .apache .hadoop .ozone .OzoneConsts .OZONE_URI_SCHEME ;
24
- import static org .apache .hadoop .ozone .TestDataUtil .createKey ;
25
24
import static org .apache .hadoop .ozone .om .exceptions .OMException .ResultCodes .NOT_A_FILE ;
26
25
import static org .assertj .core .api .Assertions .assertThat ;
27
26
import static org .junit .jupiter .api .Assertions .assertEquals ;
Original file line number Diff line number Diff line change 25
25
import java .io .IOException ;
26
26
import java .io .InputStream ;
27
27
import java .io .OutputStream ;
28
- import java .security .SecureRandom ;
29
28
import java .util .ArrayList ;
30
29
import java .util .HashMap ;
31
30
import java .util .List ;
Original file line number Diff line number Diff line change 20
20
import static com .google .common .collect .Lists .newLinkedList ;
21
21
import static org .apache .hadoop .ozone .OzoneConfigKeys .OZONE_CLIENT_LIST_CACHE_SIZE ;
22
22
import static org .apache .hadoop .ozone .OzoneConfigKeys .OZONE_FS_ITERATE_BATCH_SIZE ;
23
- import static org .apache .hadoop .ozone .TestDataUtil .createKey ;
24
23
import static org .junit .jupiter .api .Assertions .assertEquals ;
25
24
import static org .junit .jupiter .params .provider .Arguments .of ;
26
25
Original file line number Diff line number Diff line change 19
19
20
20
import static org .apache .hadoop .ozone .OzoneConfigKeys .OZONE_CLIENT_LIST_CACHE_SIZE ;
21
21
import static org .apache .hadoop .ozone .OzoneConfigKeys .OZONE_FS_ITERATE_BATCH_SIZE ;
22
- import static org .apache .hadoop .ozone .TestDataUtil .createKey ;
23
22
import static org .junit .jupiter .api .Assertions .assertEquals ;
24
23
25
24
import java .nio .charset .StandardCharsets ;
Original file line number Diff line number Diff line change 22
22
import static org .apache .hadoop .ozone .OzoneConfigKeys .OZONE_FS_ITERATE_BATCH_SIZE ;
23
23
import static org .apache .hadoop .ozone .OzoneConsts .OZONE_URI_DELIMITER ;
24
24
import static org .apache .hadoop .ozone .OzoneConsts .OZONE_URI_SCHEME ;
25
- import static org .apache .hadoop .ozone .TestDataUtil .createKey ;
26
25
import static org .apache .hadoop .ozone .om .exceptions .OMException .ResultCodes .KEY_ALREADY_EXISTS ;
27
26
import static org .apache .hadoop .ozone .om .exceptions .OMException .ResultCodes .KEY_NOT_FOUND ;
28
27
import static org .junit .jupiter .api .Assertions .assertEquals ;
You can’t perform that action at this time.
0 commit comments