GeorgeJahad commented on code in PR #4206:
URL: https://github.com/apache/ozone/pull/4206#discussion_r1105107424
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java:
##########
@@ -635,22 +635,44 @@ public void testGetFileCounts() throws Exception {
given(omKeyInfo3.getDataSize()).willReturn(1000L);
OMMetadataManager omMetadataManager = mock(OmMetadataManagerImpl.class);
- TypedTable<String, OmKeyInfo> keyTable = mock(TypedTable.class);
+ TypedTable<String, OmKeyInfo> keyTable1 = mock(TypedTable.class);
+ TypedTable<String, OmKeyInfo> keyTable2 = mock(TypedTable.class);
Review Comment:
Instead of using 1 and 2 everywhere, let's be a little more clear and use
legacy and fso
--
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]