[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-04 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4542:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Vaibhav  Thejas!

 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Fix For: 0.13.0

 Attachments: D13269.1.patch, D13269.2.patch, HIVE-4542.1.patch, 
 HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-04 Thread Vaibhav Gumashta (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vaibhav Gumashta updated HIVE-4542:
---

Attachment: HIVE-4542.3.patch

Rebased on Hive-0.12. Although the older patch applied fine for me (patch -p1).

 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Fix For: 0.13.0

 Attachments: D13269.1.patch, D13269.2.patch, HIVE-4542.1.patch, 
 HIVE-4542.2.patch, HIVE-4542.3.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-04 Thread Thejas M Nair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-4542:


Fix Version/s: (was: 0.13.0)
   0.12.0

 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Fix For: 0.12.0

 Attachments: D13269.1.patch, D13269.2.patch, HIVE-4542.1.patch, 
 HIVE-4542.2.patch, HIVE-4542.3.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-03 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-4542:
--

Attachment: D13269.1.patch

vaibhavgumashta requested code review of HIVE-4542 [jira] 
TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database.

Reviewers: JIRA

HIVE-4542: The check for database name in 
TestJdbcDriver2.testMetaDataGetSchemas fails with the error -
junit.framework.ComparisonFailure: expected:...efault but was:...bname
ie, a database called dbname is found, which it does not expect. This failure 
will happen depending on the order in which the function get the databases, if 
default database is the first one, it succeeds.

TEST PLAN
  Empty

REVISION DETAIL
  https://reviews.facebook.net/D13269

AFFECTED FILES
  jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java
  ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveMetaStoreChecker.java

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/39051/

To: JIRA, vaibhavgumashta
Cc: thejas, ashutoshc


 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Attachments: D13269.1.patch, HIVE-4542.1.patch, HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-03 Thread Thejas M Nair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-4542:


Assignee: Vaibhav Gumashta  (was: Thejas M Nair)

 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Attachments: D13269.1.patch, HIVE-4542.1.patch, HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-03 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-4542:
--

Attachment: D13269.2.patch

vaibhavgumashta updated the revision HIVE-4542 [jira] 
TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database.

  Rebased on current trunk, some minor changes to make TestJdbcDriver2 fit 
Junit 4.x

Reviewers: JIRA

REVISION DETAIL
  https://reviews.facebook.net/D13269

CHANGE SINCE LAST DIFF
  https://reviews.facebook.net/D13269?vs=40953id=40965#toc

AFFECTED FILES
  jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java
  ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveMetaStoreChecker.java

To: JIRA, vaibhavgumashta
Cc: thejas, ashutoshc


 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Attachments: D13269.1.patch, D13269.2.patch, HIVE-4542.1.patch, 
 HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-10-03 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4542:
---

Status: Patch Available  (was: Open)

Marking Patch Available for tests to run.

 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Vaibhav Gumashta
 Attachments: D13269.1.patch, D13269.2.patch, HIVE-4542.1.patch, 
 HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-07-01 Thread Thejas M Nair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-4542:


Attachment: HIVE-4542.2.patch

HIVE-4542.2.patch - alson added test to check if the drop table and drop 
database are functional


 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Attachments: HIVE-4542.1.patch, HIVE-4542.2.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4542) TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database

2013-05-13 Thread Thejas M Nair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-4542:


Attachment: HIVE-4542.1.patch

HIVE-4542.1.patch - needs HIVE-4171 (HIVE-4171.4.patch) to be applied first.



 TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database
 ---

 Key: HIVE-4542
 URL: https://issues.apache.org/jira/browse/HIVE-4542
 Project: Hive
  Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Attachments: HIVE-4542.1.patch


 The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails 
 with the error -
 {code}
 junit.framework.ComparisonFailure: expected:...efault but was:...bname
 {code}
 ie, a database called dbname is found, which it does not expect. This failure 
 will happen depending on the order in which the function get the databases, 
 if default database is the first one, it succeeds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira