You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2020/09/20 21:47:56 UTC

[orc] 01/01: ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure

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

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

commit 2f4f2fed23499b367edb62768d099c18d2e22635
Author: William Hyun <wi...@gmail.com>
AuthorDate: Sun Sep 20 14:46:06 2020 -0700

    ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure
    
    This PR aims to use `TestSchemaEvolution` as a test file prefix to prevent failures during repeated tests.
    
    To help the test.
    
    Repeat the test suite twice.
---
 java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java b/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
index 9357c1b..3c41ffc 100644
--- a/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
+++ b/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
@@ -700,7 +700,7 @@ public class TestSchemaEvolution {
 
   @Test
   public void testTimestampToStringEvolution() throws Exception {
-    testFilePath = new Path(workDir, "TestOrcFile." +
+    testFilePath = new Path(workDir, "TestSchemaEvolution." +
                                          testCaseName.getMethodName() + ".orc");
     TypeDescription schema = TypeDescription.fromString("timestamp");
     Writer writer = OrcFile.createWriter(testFilePath,