stack created HBASE-7392:
----------------------------
Summary: Disable failing example unit tests
TestZooKeeperScanPolicyObserver and TestBulkDeleteProtocol
Key: HBASE-7392
URL: https://issues.apache.org/jira/browse/HBASE-7392
Project: HBase
Issue Type: Task
Reporter: stack
Jenkins run https://builds.apache.org/job/HBase-TRUNK/3638/ turned up two broke
example tests. They pass on a jdk6 machine locally but not on my jdk7 laptop.
Somethings up. My guess is that these failures have been there a while but
only surfaced because we got further than we normally do on a jenkins run.
Tests have no output on jenkins.
If I run w/
$ MAVEN_OPTS=" -Xmx3g" mvn test -PlocalTests -Dtest=TestBulkDeleteProtocol
-Dtest.output.tofile=false
I get:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.coprocessor.example.TestBulkDeleteProtocol
2012-12-19 09:34:36,340 INFO [main] hbase.HBaseTestingUtility(713): Starting
up minicluster with 1 master(s) and 2 regionserver(s) and 2 datanode(s)
2012-12-19 09:34:46,362 INFO [main] hbase.HBaseTestingUtility(343): Created
new mini-cluster data directory:
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/dfscluster_1c4634ed-2333-48ee-807d-c56f8c4ff20f
2012-12-19 09:34:46,362 INFO [main] hbase.HBaseTestingUtility(553): Setting
test.cache.data to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/cache_data
in system properties and HBase conf
2012-12-19 09:34:46,363 INFO [main] hbase.HBaseTestingUtility(553): Setting
hadoop.tmp.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/hadoop_tmp
in system properties and HBase conf
2012-12-19 09:34:46,363 INFO [main] hbase.HBaseTestingUtility(553): Setting
hadoop.log.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/hadoop_logs
in system properties and HBase conf
2012-12-19 09:34:46,364 INFO [main] hbase.HBaseTestingUtility(553): Setting
mapred.local.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/mapred_local
in system properties and HBase conf
2012-12-19 09:34:46,364 INFO [main] hbase.HBaseTestingUtility(553): Setting
mapred.temp.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/mapred_temp
in system properties and HBase conf
2012-12-19 09:34:46,365 INFO [main] hbase.HBaseTestingUtility(536): read short
circuit is ON for user stack
2012-12-19 09:34:46.438 java[16837:1703] Unable to load realm info from
SCDynamicStore
2012-12-19 09:34:56,540 DEBUG [main] fs.HFileSystem(199): Starting
addLocationsOrderInterceptor with class class
org.apache.hadoop.hbase.fs.HFileSystem$ReorderWALBlocks
2012-12-19 09:34:56,541 WARN [main] fs.HFileSystem(215): The file system is
not a DistributedFileSystem.Not adding block location reordering
2012-12-19 09:34:56,669 WARN [main] namenode.FSNamesystem(564): The
dfs.support.append option is in your configuration, however append is not
supported. This configuration option is no longer required to enable sync.
2012-12-19 09:35:06,962 WARN [main] namenode.FSNamesystem(564): The
dfs.support.append option is in your configuration, however append is not
supported. This configuration option is no longer required to enable sync.
2012-12-19 09:35:07,076 INFO [main] log.Slf4jLog(67): Logging to
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
2012-12-19 09:35:07,151 INFO [main] log.Slf4jLog(67): jetty-6.1.26
2012-12-19 09:35:07,184 INFO [main] log.Slf4jLog(67): Extract
jar:file:/Users/stack/.m2/repository/org/apache/hadoop/hadoop-core/1.1.1/hadoop-core-1.1.1.jar!/webapps/hdfs
to
/var/folders/bp/2z1cykc92rs6j24251cg__ph0000gp/T/Jetty_localhost_57924_hdfs____g9mqyr/webapp
2012-12-19 09:35:07,402 INFO [main] log.Slf4jLog(67): Started
SelectChannelConnector@localhost:57924
Starting DataNode 0 with dfs.data.dir:
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/dfscluster_1c4634ed-2333-48ee-807d-c56f8c4ff20f/dfs/data/data1,/Users/stack/checkouts/trunk/hbase-examples/target/test-data/cbfdeaed-c701-4a96-9277-0d9b9615a06e/dfscluster_1c4634ed-2333-48ee-807d-c56f8c4ff20f/dfs/data/data2
2012-12-19 09:35:17,505 INFO [main] hbase.HBaseTestingUtility(825): Shutting
down minicluster
2012-12-19 09:35:17,519 INFO [main] hbase.HBaseTestingUtility(834):
Minicluster is down
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 41.582 sec <<<
FAILURE!
{code}
And.....
{code}
2012-12-19 09:38:52,368 INFO [main] zookeeper.MiniZooKeeperCluster(197):
Started MiniZK Cluster and connect 1 ZK server on client port: 54771
2012-12-19 09:38:52,368 INFO [main] hbase.HBaseTestingUtility(713): Starting
up minicluster with 1 master(s) and 1 regionserver(s) and 1 datanode(s)
2012-12-19 09:38:52,369 INFO [main] hbase.HBaseTestingUtility(553): Setting
test.cache.data to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/cache_data
in system properties and HBase conf
2012-12-19 09:38:52,369 INFO [main] hbase.HBaseTestingUtility(553): Setting
hadoop.tmp.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/hadoop_tmp
in system properties and HBase conf
2012-12-19 09:38:52,370 INFO [main] hbase.HBaseTestingUtility(553): Setting
hadoop.log.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/hadoop_logs
in system properties and HBase conf
2012-12-19 09:38:52,370 INFO [main] hbase.HBaseTestingUtility(553): Setting
mapred.local.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/mapred_local
in system properties and HBase conf
2012-12-19 09:38:52,371 INFO [main] hbase.HBaseTestingUtility(553): Setting
mapred.temp.dir to
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/mapred_temp
in system properties and HBase conf
2012-12-19 09:38:52,371 INFO [main] hbase.HBaseTestingUtility(536): read short
circuit is ON for user stack
2012-12-19 09:38:52.448 java[16896:1703] Unable to load realm info from
SCDynamicStore
2012-12-19 09:39:02,544 DEBUG [main] fs.HFileSystem(199): Starting
addLocationsOrderInterceptor with class class
org.apache.hadoop.hbase.fs.HFileSystem$ReorderWALBlocks
2012-12-19 09:39:02,546 WARN [main] fs.HFileSystem(215): The file system is
not a DistributedFileSystem.Not adding block location reordering
2012-12-19 09:39:02,666 WARN [main] namenode.FSNamesystem(564): The
dfs.support.append option is in your configuration, however append is not
supported. This configuration option is no longer required to enable sync.
2012-12-19 09:39:12,916 WARN [main] namenode.FSNamesystem(564): The
dfs.support.append option is in your configuration, however append is not
supported. This configuration option is no longer required to enable sync.
2012-12-19 09:39:13,016 INFO [main] log.Slf4jLog(67): Logging to
org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
2012-12-19 09:39:13,079 INFO [main] log.Slf4jLog(67): jetty-6.1.26
2012-12-19 09:39:13,113 INFO [main] log.Slf4jLog(67): Extract
jar:file:/Users/stack/.m2/repository/org/apache/hadoop/hadoop-core/1.1.1/hadoop-core-1.1.1.jar!/webapps/hdfs
to
/var/folders/bp/2z1cykc92rs6j24251cg__ph0000gp/T/Jetty_localhost_57952_hdfs____.4q95sy/webapp
2012-12-19 09:39:13,339 INFO [main] log.Slf4jLog(67): Started
SelectChannelConnector@localhost:57952
Starting DataNode 0 with dfs.data.dir:
/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/dfscluster_219b7a55-c065-46c4-b058-9ad0e43f479a/dfs/data/data1,/Users/stack/checkouts/trunk/hbase-examples/target/test-data/2302327c-d737-449a-a476-df21b6a3ca5e/dfscluster_219b7a55-c065-46c4-b058-9ad0e43f479a/dfs/data/data2
2012-12-19 09:39:23,446 INFO [main] hbase.HBaseTestingUtility(825): Shutting
down minicluster
2012-12-19 09:39:23,450 INFO [main] zookeeper.MiniZooKeeperCluster(246):
Shutdown MiniZK cluster with all ZK servers
2012-12-19 09:39:23,463 INFO [main] hbase.HBaseTestingUtility(834):
Minicluster is down
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 51.668 sec <<<
FAILURE!
{code}
Not sure what that is about.
Going to disable them and make noob issues to get them going again.
--
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