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

mcvsubbu pushed a commit to branch try-helix-0.9.1
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/try-helix-0.9.1 by this push:
     new f6ace1c  Disabling flaky test SegmentGenerationWithTimeColumnTest
f6ace1c is described below

commit f6ace1cc66b2315b472d4b13adbc7d6a49a98c0f
Author: Subbu Subramaniam <ssubr...@linkedin.com>
AuthorDate: Thu Sep 19 16:04:18 2019 -0700

    Disabling flaky test SegmentGenerationWithTimeColumnTest
---
 .../segment/index/creator/SegmentGenerationWithTimeColumnTest.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/pinot-core/src/test/java/org/apache/pinot/core/segment/index/creator/SegmentGenerationWithTimeColumnTest.java
 
b/pinot-core/src/test/java/org/apache/pinot/core/segment/index/creator/SegmentGenerationWithTimeColumnTest.java
index 7f92dbf..a8c3db1 100644
--- 
a/pinot-core/src/test/java/org/apache/pinot/core/segment/index/creator/SegmentGenerationWithTimeColumnTest.java
+++ 
b/pinot-core/src/test/java/org/apache/pinot/core/segment/index/creator/SegmentGenerationWithTimeColumnTest.java
@@ -70,7 +70,6 @@ public class SegmentGenerationWithTimeColumnTest {
     FileUtils.deleteQuietly(new File(SEGMENT_DIR_NAME));
   }
 
-  @Test
   public void testSimpleDateSegmentGeneration()
       throws Exception {
     Schema schema = createSchema(true);
@@ -80,7 +79,6 @@ public class SegmentGenerationWithTimeColumnTest {
     Assert.assertEquals(metadata.getEndTime(), sdfToMillis(maxTime));
   }
 
-  @Test
   public void testEpochDateSegmentGeneration()
       throws Exception {
     Schema schema = createSchema(false);
@@ -90,7 +88,6 @@ public class SegmentGenerationWithTimeColumnTest {
     Assert.assertEquals(metadata.getEndTime(), maxTime);
   }
 
-  @Test
   public void testSegmentGenerationWithInvalidTime() {
     Schema schema = createSchema(false);
     try {


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

Reply via email to