[ 
https://issues.apache.org/jira/browse/HBASE-11583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074146#comment-14074146
 ] 

Srikanth Srungarapu commented on HBASE-11583:
---------------------------------------------

The failed test is running on my machine successfully. The output is:
{code}
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] HBase
[INFO] HBase - Common
[INFO] HBase - Protocol
[INFO] HBase - Client
[INFO] HBase - Hadoop Compatibility
[INFO] HBase - Hadoop Two Compatibility
[INFO] HBase - Prefix Tree
[INFO] HBase - Server
[INFO] HBase - Testing Util
[INFO] HBase - Thrift
[INFO] HBase - Shell
[INFO] HBase - Integration Tests
[INFO] HBase - Examples
[INFO] HBase - Assembly
[INFO] 
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (default) @ hbase ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Common 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-common ---
[INFO] Executing tasks

main:
     [exec] ~/gitspace/upstream/hbase/hbase-common 
~/gitspace/upstream/hbase/hbase-common
     [exec] ~/gitspace/upstream/hbase/hbase-common
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (versionInfo-source) @ 
hbase-common ---
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-common/target/generated-sources/java
 added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-common 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (default) @ hbase-common ---
[INFO] Executing tasks

main:
     [exec] tar: Error opening archive: Failed to open 
'hadoop-snappy-nativelibs.tar'
     [exec] Result: 1
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-common 
---
[INFO] Compiling 2 source files to 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-common/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-common ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-common/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-common/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-common ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-common ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-common/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-common ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Protocol 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-protocol 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-protocol ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-protocol/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-protocol ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-protocol ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-protocol/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-protocol ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-protocol ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-protocol/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-protocol ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Client 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-client 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-client 
---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-client ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-client/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-client ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Hadoop Compatibility 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
hbase-hadoop-compat ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-hadoop-compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-hadoop-compat/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-hadoop-compat ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-hadoop-compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-hadoop-compat ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-hadoop-compat ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-hadoop-compat/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-hadoop-compat ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Hadoop Two Compatibility 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
hbase-hadoop2-compat ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-hadoop2-compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-hadoop2-compat ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:build-classpath 
(create-mrapp-generated-classpath) @ hbase-hadoop2-compat ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-hadoop2-compat/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-hadoop2-compat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-hadoop2-compat ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-hadoop2-compat ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-hadoop2-compat/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-hadoop2-compat ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Prefix Tree 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
hbase-prefix-tree ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-prefix-tree/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-prefix-tree ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-prefix-tree/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-prefix-tree ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-prefix-tree ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-prefix-tree/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-prefix-tree ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Server 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source 
(jspcSource-packageInfo-source) @ hbase-server ---
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-server/target/generated-jamon 
added.
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-server/target/generated-sources/java
 added.
[INFO] 
[INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-server 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-server 
---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-server ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-server/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-server ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-server/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
2014-07-24 23:50:57.613 java[1207:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.623 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestChecksum
2014-07-24 23:51:44.078 java[1931:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.955 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestFixedFileTrailer
2014-07-24 23:51:46.331 java[2004:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks
2014-07-24 23:51:47.958 java[2021:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.308 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFile
2014-07-24 23:52:10.193 java[2042:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.193 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlock
2014-07-24 23:52:12.717 java[2071:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 93.911 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockCompatibility
2014-07-24 23:53:47.073 java[2402:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.549 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileBlockIndex
2014-07-24 23:53:52.860 java[2629:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.26 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileDataBlockEncoder
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.26 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileEncryption
2014-07-24 23:54:04.232 java[2726:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.37 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileInlineToRootChunkConversion
2014-07-24 23:54:09.328 java[2748:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileSeek
2014-07-24 23:54:11.291 java[2754:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.305 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
2014-07-24 23:54:14.770 java[2760:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
2014-07-24 23:54:17.477 java[2769:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.913 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestLruBlockCache
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestPrefetch
2014-07-24 23:54:22.597 java[2805:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.458 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestReseekTo
2014-07-24 23:54:25.710 java[2815:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingKeyRange
2014-07-24 23:54:27.951 java[2826:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestScannerSelectionUsingTTL
2014-07-24 23:54:30.715 java[2847:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.12 sec
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
Running org.apache.hadoop.hbase.io.hfile.TestSeekTo
2014-07-24 23:55:34.516 java[2904:1003] Unable to load realm info from 
SCDynamicStore
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.883 sec

Results :

Tests run: 173, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-server ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Testing Util 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ 
hbase-testing-util ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-testing-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-testing-util/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-testing-util ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-testing-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-testing-util/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-testing-util ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-testing-util ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-testing-util/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-testing-util ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Thrift 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-thrift ---
[INFO] Executing tasks

main:
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source 
(jspcSource-packageInfo-source) @ hbase-thrift ---
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/generated-sources/java
 added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-thrift 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-thrift 
---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-thrift ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-thrift ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-thrift ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-thrift/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-thrift ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Shell 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source 
(jspcSource-packageInfo-source) @ hbase-shell ---
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-shell/target/generated-jamon 
added.
[INFO] Source directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-shell/target/generated-sources/java
 added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-shell ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-shell ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-shell 
---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-shell ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-shell/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-shell ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-shell/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-shell ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-shell ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-shell/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-shell ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Integration Tests 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-it ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-it 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-it/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-it ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-it ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-it/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-it ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-it ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-it ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-it/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-it ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Examples 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-examples 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
hbase-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-examples/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
hbase-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-mrapp-generated-classpath) @ hbase-examples ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/hbase-examples/target/test-classes/mrapp-generated-classpath'.
  No changes found.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
hbase-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-examples/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hbase-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test (default-test) @ 
hbase-examples ---
[INFO] Surefire report directory: 
/Users/ssrungarapu/gitspace/upstream/hbase/hbase-examples/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.12-TRUNK-HBASE-2:test 
(secondPartTestsExecution) @ hbase-examples ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Assembly 0.98.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-assembly 
---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath 
(create-hbase-generated-classpath) @ hbase-assembly ---
[INFO] Skipped writing classpath file 
'/Users/ssrungarapu/gitspace/upstream/hbase/target/cached_classpath.txt'.  No 
changes found.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [  1.334 s]
[INFO] HBase - Common .................................... SUCCESS [  3.732 s]
[INFO] HBase - Protocol .................................. SUCCESS [  0.083 s]
[INFO] HBase - Client .................................... SUCCESS [  0.641 s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [  0.084 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [  0.619 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [  0.372 s]
[INFO] HBase - Server .................................... SUCCESS [04:41 min]
[INFO] HBase - Testing Util .............................. SUCCESS [  0.874 s]
[INFO] HBase - Thrift .................................... SUCCESS [  0.830 s]
[INFO] HBase - Shell ..................................... SUCCESS [  0.420 s]
[INFO] HBase - Integration Tests ......................... SUCCESS [  0.451 s]
[INFO] HBase - Examples .................................. SUCCESS [  0.415 s]
[INFO] HBase - Assembly .................................. SUCCESS [  0.816 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:53 min
[INFO] Finished at: 2014-07-24T23:55:39-08:00
[INFO] Final Memory: 44M/265M
[INFO] ------------------------------------------------------------------------
{code}


> Refactoring out the configuration changes for enabling VisibilityLabels in 
> the unit tests.
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-11583
>                 URL: https://issues.apache.org/jira/browse/HBASE-11583
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.98.4
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>         Attachments: HBASE-11583.patch, HBASE-11583_v2.patch
>
>
> All the unit tests contain the code for enabling the visibility changes. 
> Incorporating future configuration changes for Visibility Labels 
> configuration can be made easier by refactoring them out to a single place.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to