This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 624478781d disable broker query killing test (#11367)
624478781d is described below

commit 624478781d31dcea072ecdc0fb38973eb9ee487b
Author: Jia Guo <jia...@linkedin.com>
AuthorDate: Fri Aug 18 18:53:41 2023 -0700

    disable broker query killing test (#11367)
---
 .../tests/OfflineClusterMemBasedBrokerQueryKillingTest.java           | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterMemBasedBrokerQueryKillingTest.java
 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterMemBasedBrokerQueryKillingTest.java
index b5c0a5351d..4170e526bc 100644
--- 
a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterMemBasedBrokerQueryKillingTest.java
+++ 
b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterMemBasedBrokerQueryKillingTest.java
@@ -52,11 +52,11 @@ import 
org.apache.pinot.spi.utils.builder.TableConfigBuilder;
 import org.apache.pinot.util.TestUtils;
 import org.junit.Assert;
 import org.testng.annotations.BeforeClass;
-import org.testng.annotations.Test;
 
 
 /**
  * Integration test for heap size based broker query killing, this works only 
for xmx4G
+ * TODO: re-enable or remove this after we resolve 
https://github.com/apache/pinot/issues/11099
  */
 public class OfflineClusterMemBasedBrokerQueryKillingTest extends 
BaseClusterIntegrationTestSet {
 
@@ -207,8 +207,6 @@ public class OfflineClusterMemBasedBrokerQueryKillingTest 
extends BaseClusterInt
         .build();
   }
 
-
-  @Test
   public void testDigestOOMMultipleQueries()
       throws Exception {
     AtomicReference<JsonNode> queryResponse1 = new AtomicReference<>();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to