[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Xiaobing Zhou (JIRA)

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

Xiaobing Zhou commented on HIVE-8695:
-

[~thejas] is it safe to do this change in this patch, since you were working on 
HIVE-8557? Thanks!

 TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages
 --

 Key: HIVE-8695
 URL: https://issues.apache.org/jira/browse/HIVE-8695
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaobing Zhou
 Attachments: HIVE-8695.1.patch


 repo steps:
 {noformat}
 run mvn test -Phadoop-2  -Dtest=TestJdbcWithMiniKdc#testNegativeTokenAuth
 {noformat}
 , it fails since '*Failed to validate proxy privilege*' is expected error 
 message and cause message, however, '*Error retrieving delegation token for 
 user*' and '*is not allowed to impersonate*' are the returned exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-8695:
---



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12678733/HIVE-8695.1.patch

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 6668 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority
org.apache.hive.hcatalog.streaming.TestStreaming.testRemainingTransactions
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchEmptyCommit
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1605/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1605/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1605/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12678733 - PreCommit-HIVE-TRUNK-Build

 TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages
 --

 Key: HIVE-8695
 URL: https://issues.apache.org/jira/browse/HIVE-8695
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaobing Zhou
 Attachments: HIVE-8695.1.patch


 repo steps:
 {noformat}
 run mvn test -Phadoop-2  -Dtest=TestJdbcWithMiniKdc#testNegativeTokenAuth
 {noformat}
 , it fails since '*Failed to validate proxy privilege*' is expected error 
 message and cause message, however, '*Error retrieving delegation token for 
 user*' and '*is not allowed to impersonate*' are the returned exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-8695:
-

+1

 TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages
 --

 Key: HIVE-8695
 URL: https://issues.apache.org/jira/browse/HIVE-8695
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaobing Zhou
 Attachments: HIVE-8695.1.patch


 repo steps:
 {noformat}
 run mvn test -Phadoop-2  -Dtest=TestJdbcWithMiniKdc#testNegativeTokenAuth
 {noformat}
 , it fails since '*Failed to validate proxy privilege*' is expected error 
 message and cause message, however, '*Error retrieving delegation token for 
 user*' and '*is not allowed to impersonate*' are the returned exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-8695:
-

[~hagleitn] This is a fix for a test that fails on 0.14 as well (test only 
change). I think it is a good candidate for 0.14 branch.


 TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages
 --

 Key: HIVE-8695
 URL: https://issues.apache.org/jira/browse/HIVE-8695
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaobing Zhou
 Attachments: HIVE-8695.1.patch


 repo steps:
 {noformat}
 run mvn test -Phadoop-2  -Dtest=TestJdbcWithMiniKdc#testNegativeTokenAuth
 {noformat}
 , it fails since '*Failed to validate proxy privilege*' is expected error 
 message and cause message, however, '*Error retrieving delegation token for 
 user*' and '*is not allowed to impersonate*' are the returned exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-8695) TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages

2014-11-01 Thread Gunther Hagleitner (JIRA)

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

Gunther Hagleitner commented on HIVE-8695:
--

Oh thank you, this has been failing for the past 130 builds. +1 for hive .14.

 TestJdbcWithMiniKdc.testNegativeTokenAuth fails on non-expected error messages
 --

 Key: HIVE-8695
 URL: https://issues.apache.org/jira/browse/HIVE-8695
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Xiaobing Zhou
Assignee: Xiaobing Zhou
 Attachments: HIVE-8695.1.patch


 repo steps:
 {noformat}
 run mvn test -Phadoop-2  -Dtest=TestJdbcWithMiniKdc#testNegativeTokenAuth
 {noformat}
 , it fails since '*Failed to validate proxy privilege*' is expected error 
 message and cause message, however, '*Error retrieving delegation token for 
 user*' and '*is not allowed to impersonate*' are the returned exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)