walterddr commented on code in PR #9753:
URL: https://github.com/apache/pinot/pull/9753#discussion_r1016084144
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/SSBQueryIntegrationTest.java:
##########
@@ -66,10 +64,6 @@ public class SSBQueryIntegrationTest extends
BaseClusterIntegrationTest {
@BeforeClass
public void setUp()
throws Exception {
- if (Runtime.getRuntime().availableProcessors() <
MIN_AVAILABLE_CORE_REQUIREMENT) {
- throw new SkipException("Skip SSB query testing. Insufficient core
count: "
- + Runtime.getRuntime().availableProcessors());
- }
Review Comment:
freaking awesome!!!
--
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]