[
https://issues.apache.org/jira/browse/HBASE-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295420#comment-13295420
]
Jimmy Xiang commented on HBASE-6202:
------------------------------------
Not sure if it is really jdk1.7 related, which I need to find out.
The issue is that I found that tests in a same test class are executed
very randomly. Without the change, these tests are ok if executed
in the order they are defined in the class. So this patch basically
is to make sure each test doesn't affect each other if execution
order is undetermined.
> Medium tests fail with jdk1.7
> -----------------------------
>
> Key: HBASE-6202
> URL: https://issues.apache.org/jira/browse/HBASE-6202
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Affects Versions: 0.96.0
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Minor
> Attachments: 6202-hbase.patch
>
>
> Failed tests:
> testOrphanTaskAcquisition(org.apache.hadoop.hbase.master.TestSplitLogManager)
> testCreateAndUpdate(org.apache.hadoop.hbase.util.TestFSTableDescriptors):
> statuses.length=5
> testManageSingleton(org.apache.hadoop.hbase.util.TestEnvironmentEdgeManager)
> Tests in error:
>
> testRegionTransitionOperations(org.apache.hadoop.hbase.coprocessor.TestMasterObserver):
> org.apache.hadoop.hbase.UnknownRegionException:
> ef07dae0851f4fbe7d550413530b8774
>
> testTableOperations(org.apache.hadoop.hbase.coprocessor.TestMasterObserver):
> org.apache.hadoop.hbase.TableExistsException: observed_table
>
> testClassLoadingFromHDFS(org.apache.hadoop.hbase.coprocessor.TestClassLoading):
> org.apache.hadoop.hbase.TableNotEnabledException: TestClassLoading
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira