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

David Capwell commented on CASSANDRA-17166:
-------------------------------------------

{code}
>               assert any([msg in line for msg in acceptable]), \
                    'Found line \n\n"{line}"\n\n in 
error\n\n{error}'.format(line=line, error=error)
E               AssertionError: Found line 
E                 
E                 "WARN  20:57:24,843 [request_timeout_in_ms, 
key_cache_save_period, read_request_timeout_in_ms, counter_cache_save_period, 
range_request_timeout_in_ms, truncate_request_timeout_in_ms, 
write_request_timeout_in_ms, row_cache_save_period] parameters have been 
deprecated and may be removed next major release; For more information, please 
refer to NEWS.txt"
E                 
E                  in error
E                 
E                 WARN  20:57:24,843 [request_timeout_in_ms, 
key_cache_save_period, read_request_timeout_in_ms, counter_cache_save_period, 
range_request_timeout_in_ms, truncate_request_timeout_in_ms, 
write_request_timeout_in_ms, row_cache_save_period] parameters have been 
deprecated and may be removed next major release; For more information, please 
refer to NEWS.txt
E                 
E               assert False
E                +  where False = any([False, False, False, False, False, 
False])
{code}

will look into updating the tests.

> Enhance SnakeYAML properties to be reusable outside of YAML parsing, support 
> camel case conversion to snake case, and add support to ignore properties
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17166
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17166
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Config
>            Reporter: David Capwell
>            Assignee: David Capwell
>            Priority: Normal
>             Fix For: 4.x
>
>          Time Spent: 14h 40m
>  Remaining Estimate: 0h
>
> SnakeYaml is rather limited in the “object mapping” layer, which forces our 
> internal code to match specific patterns (all fields public and camel case); 
> we can remove this restriction by leveraging Jackson for property lookup, and 
> leaving the YAML handling to SnakeYAML



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to