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

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


The following commit(s) were added to refs/heads/master by this push:
     new bd92764  [CALCITE-3800] FileReaderTest#testFileReaderUrlNoPath() 
timeout for AppVeyor test
bd92764 is described below

commit bd92764244a137f551c4671dff20f3407aa40abe
Author: yuzhao.cyz <[email protected]>
AuthorDate: Sat Feb 15 12:01:51 2020 +0800

    [CALCITE-3800] FileReaderTest#testFileReaderUrlNoPath() timeout for 
AppVeyor test
    
    Reopen the test when we find a solution.
---
 file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java 
b/file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java
index 73c7728..613fc61 100644
--- a/file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java
+++ b/file/src/test/java/org/apache/calcite/adapter/file/FileReaderTest.java
@@ -68,6 +68,7 @@ public class FileReaderTest {
   }
 
   /** Tests {@link FileReader} URL instantiation - no path. */
+  @Disabled("[CALCITE-3800] FileReaderTest#testFileReaderUrlNoPath() timeout 
for AppVeyor test")
   @Test @RequiresNetwork public void testFileReaderUrlNoPath() throws 
FileReaderException {
     // Under OpenJDK, test fails with the following, so skip test:
     //   javax.net.ssl.SSLHandshakeException:

Reply via email to