[
https://issues.apache.org/jira/browse/HBASE-19495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287367#comment-16287367
]
Guanghao Zhang commented on HBASE-19495:
----------------------------------------
Failed log.
{code}
^[[48;5;124;38;5;231;1mFailure^[[0m:
</CACHE_DATA_IN_L1/> expected to be =~
<"'hbase_create_table_test_table', {NAME => 'a', VERSIONS => '1',
EVICT_BLOCKS_ON_CLOSE => 'true', NEW_VERSION_BEHAVIOR => 'false',
KEEP_DELETED_CELLS => 'FALSE', CACHE_DATA_ON_WRITE => 'false',
DATA_BLOCK_ENCODING => 'NONE', TTL => 'FOREVER', MIN_VERSIONS => '0',
REPLICATION_SCOPE => '0', BLOOMFILTER => 'ROW', CACHE_INDEX_ON_WRITE => 'true',
IN_MEMORY => 'false', CACHE_BLOOMS_ON_WRITE => 'true', PREFETCH_BLOCKS_ON_OPEN
=> 'false', COMPRESSION => 'NONE', BLOCKCACHE => 'true', BLOCKSIZE => '65536',
METADATA => {'COMPRESSION_COMPACT' => 'GZ'}}">.
test_create_should_be_able_to_set_column_options(Hbase::AdminMethodsTest)
src/test/ruby/hbase/admin_test.rb:211:in `block in
test_create_should_be_able_to_set_column_options'
208: COMPRESSION_COMPACT => 'GZ'})
209: assert_equal(['a:'],
table(@create_test_name).get_all_columns.sort)
210: assert_match(/CACHE_BLOOMS_ON_WRITE/,
admin.describe(@create_test_name))
^[[48;5;124;38;5;231;1m => 211: assert_match(/CACHE_DATA_IN_L1/,
admin.describe(@create_test_name))^[[0m
212: assert_match(/CACHE_INDEX_ON_WRITE/,
admin.describe(@create_test_name))
213: assert_match(/EVICT_BLOCKS_ON_CLOSE/,
admin.describe(@create_test_name))
214: assert_match(/GZ/, admin.describe(@create_test_name))
{code}
> Fix failed ut TestShell
> -----------------------
>
> Key: HBASE-19495
> URL: https://issues.apache.org/jira/browse/HBASE-19495
> Project: HBase
> Issue Type: Bug
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19495.master.001.patch
>
>
> Failed on master branch. Need debug.
> [INFO] Running org.apache.hadoop.hbase.client.TestShell
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 722.737 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestShell
> [ERROR] testRunShellTests(org.apache.hadoop.hbase.client.TestShell) Time
> elapsed: 699.473 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:36)
> Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit
> tests failed. Check output file for details.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)