Thanks Max. Out of 2 failures, I would expect TestParquetScan.testSuccessFile failing consistently as this particular test case assumes unix style paths. [1]
It is tough to comment on TestFunctionsQuery.testToCharFunction without knowing the actual results. To this end, filed DRILL-3205. 1: https://github.com/hnfgns/incubator-drill/blob/master/exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetScan.java#L43 On Thu, May 28, 2015 at 8:02 AM, Abdel Hakim Deneche <[email protected]> wrote: > Looking at the build log I see an IllegalStateException at the very end, > this is a known issue DRILL-3170 > <https://issues.apache.org/jira/browse/DRILL-3170> but this doesn't > actually fail the build. > > The build shows the tests that failed the build after "Tests in error": > > Tests in error: > > TestParquetScan.testSuccessFile:58->BaseTestQuery.testRunAndReturn:277 > » > > Rpc o... > > TestFunctionsQuery.testToCharFunction:517 » Did not find expected > > record in r... > > > Searching for those specific tests in the log I found the following errors: > > testSuccessFile(org.apache.drill.exec.store.parquet.TestParquetScan) Time > > elapsed: 0.045 sec <<< ERROR! > > org.apache.drill.exec.rpc.RpcException: > > org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR: > *java.net.URISyntaxException: > > Relative path in absolute URI:* *.menu-cached-:0-neunhoef* > > > > and > > testToCharFunction(org.apache.drill.TestFunctionsQuery) Time elapsed: > > 0.112 sec <<< ERROR! > > > > *java.lang.Exception: Did not find expected record in result set: > > `DEC28_1` : 12,345,678,912,345,678,912.5567, `DEC38_1` : > > 999999999999999999999999999.5, `DEC9_1` : 1,234.56, `DEC18_1` : > > 99999912399.9567, `FLOAT8_1` : 1,234.56, `FLOAT8_2` : $1,234.50, * at > > > org.apache.drill.DrillTestWrapper.compareResults(DrillTestWrapper.java:541) > > at > > > org.apache.drill.DrillTestWrapper.compareUnorderedResults(DrillTestWrapper.java:295) > > at org.apache.drill.DrillTestWrapper.run(DrillTestWrapper.java:119) > > at org.apache.drill.TestBuilder.go(TestBuilder.java:125) > > at > > > org.apache.drill.TestFunctionsQuery.testToCharFunction(TestFunctionsQuery.java:517) > > > I don't know what's causing those errors, but other developers will > probably help you figure out what's causing this. > > One more thing, if you run "mvn build install" multiple times do you get > the same failures at the end (same "Tests in error") ? > > > > > On Thu, May 28, 2015 at 12:20 AM, Max Neunhöffer <[email protected]> wrote: > > > Dear All, > > > > I attach the log of my build/test failures. I am using the master branch > > (commit bd8ac4fca03ad5043bca27fbc7e0dec5a35ac474). > > > > % java -version > > java version "1.7.0_79" > > Java(TM) SE Runtime Environment (build 1.7.0_79-b15) > > Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) > > > > This is JDK 1.7.0_79-b15 from Oracle on an Ubuntu 15.04 on x86_64. > > > > % mvn --version > > Apache Maven 3.0.5 > > Maven home: /usr/share/maven > > Java version: 1.7.0_79, vendor: Oracle Corporation > > Java home: /usr/local/jdk1.7.0_79/jre > > Default locale: de_DE, platform encoding: UTF-8 > > OS name: "linux", version: "4.0.1-040001-generic", arch: "amd64", family: > > "unix" > > > > If you need any other information, just ping me. > > > > Best regards, > > Max. > > > > > > -- > > Abdelhakim Deneche > > Software Engineer > > <http://www.mapr.com/> > > > Now Available - Free Hadoop On-Demand Training > < > http://www.mapr.com/training?utm_source=Email&utm_medium=Signature&utm_campaign=Free%20available > > >
