You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/11/21 03:03:34 UTC

[jira] [Commented] (HBASE-12538) Revert table.rb changes from HBASE-12495

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

stack commented on HBASE-12538:
-------------------------------

If I apply this patch and HBASE-12495, I get:

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.client.TestShell
2014-11-20 17:57:54.154 java[67292:9662474] Unable to load realm info from SCDynamicStore
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 134.958 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestShell
testRunShellTests(org.apache.hadoop.hbase.client.TestShell)  Time elapsed: 57.332 sec  <<< ERROR!
org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. Check output file for details.
	at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:136)
	at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1263)
	at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1308)
	at org.apache.hadoop.hbase.client.TestShell.testRunShellTests(TestShell.java:78)
Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit tests failed. Check output file for details.
	at (Anonymous).(root)(src/test/ruby/tests_runner.rb:66)


Results :


Tests in error:
  TestShell.testRunShellTests:78 ยป EvalFailed (RuntimeError) Shell unit tests fa...


Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
{code}

.. when I run TestShell.  What you see [~sduskis]?

> Revert table.rb changes from HBASE-12495
> ----------------------------------------
>
>                 Key: HBASE-12538
>                 URL: https://issues.apache.org/jira/browse/HBASE-12538
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 0.99.2
>            Reporter: Solomon Duskis
>            Assignee: Solomon Duskis
>         Attachments: HBASE-12538.patch
>
>
> Replacing new HTable(configuration) with ConnectionFactory(configuration).getTable() broke tests for table.rb.  Reverting the table.rb change and fixing a line too long issue in admin.rb.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)