[jira] [Commented] (HIVE-6543) TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing sometimes

2014-03-23 Thread Vaibhav Gumashta (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13944712#comment-13944712
 ] 

Vaibhav Gumashta commented on HIVE-6543:


[~thejas] It seems this got overriden by HIVE-6580. Should we reopen this or 
create a new jira?

 TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing 
 sometimes
 -

 Key: HIVE-6543
 URL: https://issues.apache.org/jira/browse/HIVE-6543
 Project: Hive
  Issue Type: Task
  Components: Tests
Reporter: Navis
Assignee: Navis
Priority: Trivial
 Fix For: 0.14.0

 Attachments: HIVE-6543.1.patch.txt


 NO PRECOMMIT TESTS
 The test uses CREATE TABLE NON_EXISTING_TAB (ID STRING) location 
 'hdfs://localhost:1/a/b/c' query for intended fail but it seemed not 
 fail so quickly in testbed. Just making the query worse (replacing hdfs to 
 invalid, etc.) would be enough.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6543) TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing sometimes

2014-03-14 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13935165#comment-13935165
 ] 

Thejas M Nair commented on HIVE-6543:
-

Verified that the test passes with test patch. Will commit it shortly.

 TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing 
 sometimes
 -

 Key: HIVE-6543
 URL: https://issues.apache.org/jira/browse/HIVE-6543
 Project: Hive
  Issue Type: Task
  Components: Tests
Reporter: Navis
Assignee: Navis
Priority: Trivial
 Attachments: HIVE-6543.1.patch.txt


 NO PRECOMMIT TESTS
 The test uses CREATE TABLE NON_EXISTING_TAB (ID STRING) location 
 'hdfs://localhost:1/a/b/c' query for intended fail but it seemed not 
 fail so quickly in testbed. Just making the query worse (replacing hdfs to 
 invalid, etc.) would be enough.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6543) TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing sometimes

2014-03-12 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13932517#comment-13932517
 ] 

Ashutosh Chauhan commented on HIVE-6543:


I think this doesnt require full test run. There is no code change. Only test 
change. So, if test pass, we are good. I will commit this shortly, unless 
[~xuefuz] thinks otherwise.

 TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing 
 sometimes
 -

 Key: HIVE-6543
 URL: https://issues.apache.org/jira/browse/HIVE-6543
 Project: Hive
  Issue Type: Task
  Components: Tests
Reporter: Navis
Assignee: Navis
Priority: Trivial
 Attachments: HIVE-6543.1.patch.txt


 NO PRECOMMIT TESTS
 The test uses CREATE TABLE NON_EXISTING_TAB (ID STRING) location 
 'hdfs://localhost:1/a/b/c' query for intended fail but it seemed not 
 fail so quickly in testbed. Just making the query worse (replacing hdfs to 
 invalid, etc.) would be enough.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6543) TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing sometimes

2014-03-04 Thread Xuefu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919468#comment-13919468
 ] 

Xuefu Zhang commented on HIVE-6543:
---

+1. Patch looks good. Just wondering why no precommit test.

 TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing 
 sometimes
 -

 Key: HIVE-6543
 URL: https://issues.apache.org/jira/browse/HIVE-6543
 Project: Hive
  Issue Type: Task
  Components: Tests
Reporter: Navis
Assignee: Navis
Priority: Trivial
 Attachments: HIVE-6543.1.patch.txt


 NO PRECOMMIT TESTS
 The test uses CREATE TABLE NON_EXISTING_TAB (ID STRING) location 
 'hdfs://localhost:1/a/b/c' query for intended fail but it seemed not 
 fail so quickly in testbed. Just making the query worse (replacing hdfs to 
 invalid, etc.) would be enough.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6543) TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing sometimes

2014-03-03 Thread Vaibhav Gumashta (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919063#comment-13919063
 ] 

Vaibhav Gumashta commented on HIVE-6543:


+1 (non-binding). Thanks for the patch!

 TestEmbeddedThriftBinaryCLIService.testExecuteStatementAsync is failing 
 sometimes
 -

 Key: HIVE-6543
 URL: https://issues.apache.org/jira/browse/HIVE-6543
 Project: Hive
  Issue Type: Task
  Components: Tests
Reporter: Navis
Assignee: Navis
Priority: Trivial
 Attachments: HIVE-6543.1.patch.txt


 NO PRECOMMIT TESTS
 The test uses CREATE TABLE NON_EXISTING_TAB (ID STRING) location 
 'hdfs://localhost:1/a/b/c' query for intended fail but it seemed not 
 fail so quickly in testbed. Just making the query worse (replacing hdfs to 
 invalid, etc.) would be enough.



--
This message was sent by Atlassian JIRA
(v6.2#6252)