sanjeet006py commented on code in PR #7242:
URL: https://github.com/apache/hbase/pull/7242#discussion_r2295523910


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestTableScanMetrics.java:
##########
@@ -55,7 +61,7 @@
 import org.junit.runners.Parameterized.Parameter;
 import org.junit.runners.Parameterized.Parameters;
 
-@Category({ ClientTests.class, MediumTests.class })
+@Category({ ClientTests.class, LargeTests.class })

Review Comment:
   In my local testing I see this test class is taking ~40 sec. And timeout 
limit for MediumTests is 50 secs so, I wanted to avoid this test class becoming 
a flapper due to timeout. Thus, this change is intentional.



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

Reply via email to