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

Duo Zhang commented on HBASE-23982:
-----------------------------------

You need to check the output to find out the real reason. I guess maybe in 
shell we reference several deprecated methods which have been removed recently?

> Shell tests broken
> ------------------
>
>                 Key: HBASE-23982
>                 URL: https://issues.apache.org/jira/browse/HBASE-23982
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 3.0.0
>            Reporter: Jan Hentschel
>            Priority: Major
>
> The shell tests in the master seem to be broken. When running {{mvn clean 
> install -pl hbase-shell -PrunClientTests}} it reports the following errors:
> {code}
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.hadoop.hbase.client.TestTableShell
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 66.561 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestTableShell
> [ERROR] org.apache.hadoop.hbase.client.TestTableShell.testRunShellTests  Time 
> elapsed: 63.222 s  <<< ERROR!
> org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. 
> Check output file for details.
>       at 
> org.apache.hadoop.hbase.client.TestTableShell.testRunShellTests(TestTableShell.java:40)
> Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit 
> tests failed. Check output file for details.
> [INFO] Running org.apache.hadoop.hbase.client.TestQuotasShell
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 362.723 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestQuotasShell
> [ERROR] org.apache.hadoop.hbase.client.TestQuotasShell.testRunShellTests  
> Time elapsed: 360.415 s  <<< ERROR!
> org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. 
> Check output file for details.
>       at 
> org.apache.hadoop.hbase.client.TestQuotasShell.testRunShellTests(TestQuotasShell.java:40)
> Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit 
> tests failed. Check output file for details.
> [INFO] Running org.apache.hadoop.hbase.client.TestRSGroupShell
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.653 
> s - in org.apache.hadoop.hbase.client.TestRSGroupShell
> [INFO] Running org.apache.hadoop.hbase.client.TestAdminShell
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 155.249 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestAdminShell
> [ERROR] org.apache.hadoop.hbase.client.TestAdminShell.testRunShellTests  Time 
> elapsed: 151.904 s  <<< ERROR!
> org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. 
> Check output file for details.
>       at 
> org.apache.hadoop.hbase.client.TestAdminShell.testRunShellTests(TestAdminShell.java:40)
> Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit 
> tests failed. Check output file for details.
> [INFO] Running org.apache.hadoop.hbase.client.TestShellNoCluster
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.684 
> s - in org.apache.hadoop.hbase.client.TestShellNoCluster
> [INFO] Running org.apache.hadoop.hbase.client.TestReplicationShell
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 113.892 s - in org.apache.hadoop.hbase.client.TestReplicationShell
> [INFO] Running org.apache.hadoop.hbase.client.TestShell
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 35.646 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestShell
> [ERROR] org.apache.hadoop.hbase.client.TestShell.testRunShellTests  Time 
> elapsed: 32.328 s  <<< ERROR!
> org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. 
> Check output file for details.
>       at 
> org.apache.hadoop.hbase.client.TestShell.testRunShellTests(TestShell.java:40)
> Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit 
> tests failed. Check output file for details.
> [INFO] Running org.apache.hadoop.hbase.client.TestAdminShell2
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
> 141.174 s - in org.apache.hadoop.hbase.client.TestAdminShell2
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   TestAdminShell.testRunShellTests:40 » EvalFailed (RuntimeError) 
> Shell unit tes...
> [ERROR]   TestQuotasShell.testRunShellTests:40 » EvalFailed (RuntimeError) 
> Shell unit te...
> [ERROR]   TestShell.testRunShellTests:40 » EvalFailed (RuntimeError) Shell 
> unit tests fa...
> [ERROR]   TestTableShell.testRunShellTests:40 » EvalFailed (RuntimeError) 
> Shell unit tes...
> [INFO] 
> [ERROR] Tests run: 8, Failures: 0, Errors: 4, Skipped: 0
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to