[ https://issues.apache.org/jira/browse/HIVE-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460240#comment-13460240 ]
Hudson commented on HIVE-3487: ------------------------------ Integrated in Hive-trunk-h0.21 #1687 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1687/]) HIVE-3487 : Some of the Metastore unit tests failing on Windows because of the static variables initialization problem in HiveConf class. (Kanna Karanam via Ashutosh Chauhan) (Revision 1388112) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1388112 Files : * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMarkPartition.java * /hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java > Some of the Metastore unit tests failing on Windows because of the static > variables initialization problem in HiveConf class. > ----------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-3487 > URL: https://issues.apache.org/jira/browse/HIVE-3487 > Project: Hive > Issue Type: Bug > Components: Tests > Affects Versions: 0.10.0, 0.9.1 > Reporter: Kanna Karanam > Assignee: Kanna Karanam > Fix For: 0.10.0 > > Attachments: HIVE-3487.1.patch.txt > > > Following unit tests are failing on windows because of the problem with > static variables initialization. > TestMarkPartition > TestMarkRemotePartition > TestMetastoreEventListener > Reason – Static variables on outer class static variables are not getting > initialized when we reference nested public static class variables on windows. -- 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