[jira] [Commented] (CALCITE-3140) Multiple failures when executing slow tests

2019-06-25 Thread Stamatis Zampetakis (JIRA)


[ 
https://issues.apache.org/jira/browse/CALCITE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872120#comment-16872120
 ] 

Stamatis Zampetakis commented on CALCITE-3140:
--

OK thanks for clarifying [~danny0405]! It helps to have a more complete picture 
of the failures.

> Multiple failures when executing slow tests
> ---
>
> Key: CALCITE-3140
> URL: https://issues.apache.org/jira/browse/CALCITE-3140
> Project: Calcite
>  Issue Type: Bug
>Affects Versions: 1.18.0, 1.19.0, 1.20.0
> Environment: Windows 10 Pro, jdk1.8.0_202, maven 3.6.1 with 8G memory 
> allocated to the VM (Xmx).
>Reporter: Stamatis Zampetakis
>Assignee: Stamatis Zampetakis
>Priority: Major
> Fix For: 1.21.0
>
>
> Running slow tests using the following command
> {noformat}
> mvn clean install -Dcalcite.test.slow -fn
> {noformat}
> finishes with the following errors.
> {noformat}
> [ERROR] Tests run: 12620, Failures: 0, Errors: 6, Skipped: 6310, Time 
> elapsed: 2,522.456 s <<< FAILURE! - in org.apache.calcite.test.FoodmartTest 
> (SOE + Timeouts)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 10.448 s <<< FAILURE! - in org.apache.calcite.sql.test.SqlOperatorTest 
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 49.711 s <<< FAILURE! - in org.apache.calcite.test.CoreQuidemTest 
> (Intermittent failures/Plan comparison)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.759 s <<< FAILURE! - in org.apache.calcite.test.CalciteSqlOperatorTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
> 8.132 s <<< FAILURE! - in org.apache.calcite.adapter.tpcds.TpcdsTest (Stale 
> plans)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-3140) Multiple failures when executing slow tests

2019-06-24 Thread Danny Chan (JIRA)


[ 
https://issues.apache.org/jira/browse/CALCITE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871920#comment-16871920
 ] 

Danny Chan commented on CALCITE-3140:
-

For "separately" i mean to run them in the IDEA test suit, they are all passed. 
I did hang on {{MaterializationTest, but have not digged the details yet.}}

 

> Multiple failures when executing slow tests
> ---
>
> Key: CALCITE-3140
> URL: https://issues.apache.org/jira/browse/CALCITE-3140
> Project: Calcite
>  Issue Type: Bug
>Affects Versions: 1.18.0, 1.19.0, 1.20.0
> Environment: Windows 10 Pro, jdk1.8.0_202, maven 3.6.1 with 8G memory 
> allocated to the VM (Xmx).
>Reporter: Stamatis Zampetakis
>Assignee: Stamatis Zampetakis
>Priority: Major
> Fix For: 1.21.0
>
>
> Running slow tests using the following command
> {noformat}
> mvn clean install -Dcalcite.test.slow -fn
> {noformat}
> finishes with the following errors.
> {noformat}
> [ERROR] Tests run: 12620, Failures: 0, Errors: 6, Skipped: 6310, Time 
> elapsed: 2,522.456 s <<< FAILURE! - in org.apache.calcite.test.FoodmartTest 
> (SOE + Timeouts)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 10.448 s <<< FAILURE! - in org.apache.calcite.sql.test.SqlOperatorTest 
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 49.711 s <<< FAILURE! - in org.apache.calcite.test.CoreQuidemTest 
> (Intermittent failures/Plan comparison)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.759 s <<< FAILURE! - in org.apache.calcite.test.CalciteSqlOperatorTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
> 8.132 s <<< FAILURE! - in org.apache.calcite.adapter.tpcds.TpcdsTest (Stale 
> plans)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-3140) Multiple failures when executing slow tests

2019-06-24 Thread Stamatis Zampetakis (JIRA)


[ 
https://issues.apache.org/jira/browse/CALCITE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871083#comment-16871083
 ] 

Stamatis Zampetakis commented on CALCITE-3140:
--

Thanks for double-checking this [~danny0405]. 

Can you clarify what do you mean by running them separately? 

Moreover, are you sure that {{MaterializationTest}} hangs? I suspect that the 
behavior you observed is just the {{FoodmartTest}} (which runs after 
MaterializationTest) that is very slow. You can verify that the test does not 
hang by asking for a thread dump. 



> Multiple failures when executing slow tests
> ---
>
> Key: CALCITE-3140
> URL: https://issues.apache.org/jira/browse/CALCITE-3140
> Project: Calcite
>  Issue Type: Bug
>Affects Versions: 1.18.0, 1.19.0, 1.20.0
> Environment: Windows 10 Pro, jdk1.8.0_202, maven 3.6.1 with 8G memory 
> allocated to the VM (Xmx).
>Reporter: Stamatis Zampetakis
>Assignee: Stamatis Zampetakis
>Priority: Major
> Fix For: 1.21.0
>
>
> Running slow tests using the following command
> {noformat}
> mvn clean install -Dcalcite.test.slow -fn
> {noformat}
> finishes with the following errors.
> {noformat}
> [ERROR] Tests run: 12620, Failures: 0, Errors: 6, Skipped: 6310, Time 
> elapsed: 2,522.456 s <<< FAILURE! - in org.apache.calcite.test.FoodmartTest 
> (SOE + Timeouts)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 10.448 s <<< FAILURE! - in org.apache.calcite.sql.test.SqlOperatorTest 
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 49.711 s <<< FAILURE! - in org.apache.calcite.test.CoreQuidemTest 
> (Intermittent failures/Plan comparison)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.759 s <<< FAILURE! - in org.apache.calcite.test.CalciteSqlOperatorTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
> 8.132 s <<< FAILURE! - in org.apache.calcite.adapter.tpcds.TpcdsTest (Stale 
> plans)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-3140) Multiple failures when executing slow tests

2019-06-24 Thread Danny Chan (JIRA)


[ 
https://issues.apache.org/jira/browse/CALCITE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16871046#comment-16871046
 ] 

Danny Chan commented on CALCITE-3140:
-

[~zabetak] I ran them separately, and there is no error for all these tests, 
but if i run with the parameters:
{code:java}
mvn clean install -Dcalcite.test.slow -fn
{code}
I will hang at MaterializationTest, so this failure is very about the 
environment to execute. My env is 
{code:java}
Mac Mojave 10.14
Maven version: 3.5.3
Java version: 1.8.0_161, vendor: Oracle Corporation{code}

> Multiple failures when executing slow tests
> ---
>
> Key: CALCITE-3140
> URL: https://issues.apache.org/jira/browse/CALCITE-3140
> Project: Calcite
>  Issue Type: Bug
>Affects Versions: 1.18.0, 1.19.0, 1.20.0
> Environment: Windows 10 Pro, jdk1.8.0_202, maven 3.6.1 with 8G memory 
> allocated to the VM (Xmx).
>Reporter: Stamatis Zampetakis
>Assignee: Stamatis Zampetakis
>Priority: Major
> Fix For: 1.21.0
>
>
> Running slow tests using the following command
> {noformat}
> mvn clean install -Dcalcite.test.slow -fn
> {noformat}
> finishes with the following errors.
> {noformat}
> [ERROR] Tests run: 12620, Failures: 0, Errors: 6, Skipped: 6310, Time 
> elapsed: 2,522.456 s <<< FAILURE! - in org.apache.calcite.test.FoodmartTest 
> (SOE + Timeouts)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 10.448 s <<< FAILURE! - in org.apache.calcite.sql.test.SqlOperatorTest 
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 49.711 s <<< FAILURE! - in org.apache.calcite.test.CoreQuidemTest 
> (Intermittent failures/Plan comparison)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.759 s <<< FAILURE! - in org.apache.calcite.test.CalciteSqlOperatorTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
> 8.132 s <<< FAILURE! - in org.apache.calcite.adapter.tpcds.TpcdsTest (Stale 
> plans)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-3140) Multiple failures when executing slow tests

2019-06-22 Thread Danny Chan (JIRA)


[ 
https://issues.apache.org/jira/browse/CALCITE-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16870400#comment-16870400
 ] 

Danny Chan commented on CALCITE-3140:
-

Thanks [~zabetak] for reporting this.

> Multiple failures when executing slow tests
> ---
>
> Key: CALCITE-3140
> URL: https://issues.apache.org/jira/browse/CALCITE-3140
> Project: Calcite
>  Issue Type: Bug
>Affects Versions: 1.18.0, 1.19.0, 1.20.0
> Environment: Windows 10 Pro, jdk1.8.0_202, maven 3.6.1 with 8G memory 
> allocated to the VM (Xmx).
>Reporter: Stamatis Zampetakis
>Assignee: Stamatis Zampetakis
>Priority: Major
> Fix For: 1.21.0
>
>
> Running slow tests using the following command
> {noformat}
> mvn clean install -Dcalcite.test.slow -fn
> {noformat}
> finishes with the following errors.
> {noformat}
> [ERROR] Tests run: 12620, Failures: 0, Errors: 6, Skipped: 6310, Time 
> elapsed: 2,522.456 s <<< FAILURE! - in org.apache.calcite.test.FoodmartTest 
> (SOE + Timeouts)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 10.448 s <<< FAILURE! - in org.apache.calcite.sql.test.SqlOperatorTest 
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 49.711 s <<< FAILURE! - in org.apache.calcite.test.CoreQuidemTest 
> (Intermittent failures/Plan comparison)
> [ERROR] Tests run: 256, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 
> 19.759 s <<< FAILURE! - in org.apache.calcite.test.CalciteSqlOperatorTest
> [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
> 8.132 s <<< FAILURE! - in org.apache.calcite.adapter.tpcds.TpcdsTest (Stale 
> plans)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)