Well, I ran the tests again. There are no timeouts this time but the IOOB still happens.
Both runs the forkCount was 2. > On Apr 3, 2015, at 11:18 AM, Abdel Hakim Deneche <[email protected]> > wrote: > > Do you still get timeouts if you reduce the forkCount to 2 in the main > pom.xml ? > > On Fri, Apr 3, 2015 at 10:58 AM, Sudheesh Katkam <[email protected]> > wrote: > >> I am getting these on my Mac: >> >> Four timeouts, other than the ones mentioned by Jason. >>> >> TestParquetWriter.testTPCHReadWrite7:131->runTestAndValidate:465->BaseTestQuery.testRunAndReturn:205 >> » >>> >> testTPCHReadWrite7(org.apache.drill.exec.physical.impl.writer.TestParquetWriter) >> Time elapsed: 50.528 sec <<< ERROR! >> >>> >> TestViewSupport.viewResolvingTablesInWorkspaceSchema:402->TestBaseViewSupport.queryViewHelper:126-> >>> >> viewResolvingTablesInWorkspaceSchema(org.apache.drill.exec.sql.TestViewSupport) >> Time elapsed: 207.033 sec <<< ERROR! >> >>> >> TestTpchDistributedStreaming.tpch10:80->testDistributed:28->BaseTestQuery.test:236 >> » >>> tpch10(org.apache.drill.TestTpchDistributedStreaming) Time elapsed: >> 82.378 sec <<< ERROR! >> >>> >> TestTpchDistributedStreaming.tpch13:96->testDistributed:28->BaseTestQuery.test:236 >> » >>> tpch13(org.apache.drill.TestTpchDistributedStreaming) Time elapsed: >> 56.319 sec <<< ERROR! >> >> One IndexOutOfBoundsException: >>> testCreateTableSameColumnNames(org.apache.drill.TestExampleQueries) >> Time elapsed: 0.044 sec <<< ERROR! >> org.apache.drill.exec.rpc.RpcException: IndexOutOfBoundsException: Index: >> 0, Size: 0 >> >> Are you seeing the IOOB too? >> >> - Sudheesh >> >>> On Apr 3, 2015, at 9:53 AM, Jason Altekruse <[email protected]> >> wrote: >>> >>> Drillers, >>> >>> I have a series of unit test consistently timing out when I run against >>> master, as well as a few different recent commits. I will be doing some >>> more digging today, but just a heads up for those running unit tests on a >>> linux VM. The problem occurs even if I just ask Maven to run the one test >>> class. >>> >>> Tests in error: >>> >>> >> TestInfoSchemaFilterPushDown.testFilterPushdown_NonEqual:38->testHelper:119->BaseTestQuery.test:236 >>> » >>> >> TestInfoSchemaFilterPushDown.testFilterPushDownWithProject_Like:90->testHelper:119->BaseTestQuery.test:236 >>> » >>> >> TestInfoSchemaFilterPushDown.testFilterPushdown_Or:69->testHelper:119->BaseTestQuery.test:236 >>> » >>> >> TestInfoSchemaFilterPushDown.testFilterPushDownWithProject_NotEqual:83->testHelper:119->BaseTestQuery.test:236 >>> » >>> TestInfoSchemaFilterPushDown>BaseTestQuery.closeClient:166 » >> IllegalState >>> Fail... >> >> > > > -- > > 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>
