mehakmeet commented on a change in pull request #1991:
URL: https://github.com/apache/hadoop/pull/1991#discussion_r427058316



##########
File path: 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/TestAbfsStatistics.java
##########
@@ -34,33 +41,24 @@ public TestAbfsStatistics() throws Exception {
    * Tests for op_get_delegation_token and error_ignore counter values.
    */
   @Test
-  public void testInitialiseStats() throws IOException {
+  public void testInitializeStats() throws IOException {
     describe("Testing the counter values after Abfs is initialised");
 
     AbfsInstrumentation instrumentation =
         new AbfsInstrumentation(getFileSystem().getUri());
-    Map<String, Long> metricMap = instrumentation.toMap();
-
-    System.out.println(metricMap);
-
-    //Testing the statistics values at initial stage.
-    assertEquals("Mismatch in op_get_delegation_token", 0,

Review comment:
       outdated code.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to