[
https://issues.apache.org/jira/browse/HBASE-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308369#comment-15308369
]
stack commented on HBASE-15923:
-------------------------------
Is this the cause of current TestShell failures? This stuff below in 1.3 and
1.4 recent fails?
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m;
support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m;
support was removed in 8.0
Running org.apache.hadoop.hbase.client.TestReplicationShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in
org.apache.hadoop.hbase.client.TestReplicationShell
Running org.apache.hadoop.hbase.client.TestShell
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 345.342 sec <<<
FAILURE! - in org.apache.hadoop.hbase.client.TestShell
testRunShellTests(org.apache.hadoop.hbase.client.TestShell) Time elapsed:
339.888 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:36)
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:84)
Results :
Tests in error:
TestShell.testRunShellTests:36 ยป EvalFailed (RuntimeError) Shell unit tests
fa...
Tests run: 2, Failures: 0, Errors: 1, Skipped: 1
{code}
> Shell rows counter test fails
> -----------------------------
>
> Key: HBASE-15923
> URL: https://issues.apache.org/jira/browse/HBASE-15923
> Project: HBase
> Issue Type: Test
> Affects Versions: 1.3.0
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 15923-branch-1.v1.txt
>
>
> HBASE-10358 changed the return value from _scan_internal, leading to the
> assertion failure for "scan with a block should yield rows and return rows
> counter" :
> {code}
> res = @test_table._scan_internal { |row, cells| rows[row] = cells }
> assert_equal(rows.keys.size, res)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)