[
https://issues.apache.org/jira/browse/GEODE-4723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-4723.
--------------------------------
> Not Able to Parse geode.properties duration-timeout
> ---------------------------------------------------
>
> Key: GEODE-4723
> URL: https://issues.apache.org/jira/browse/GEODE-4723
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Martell
> Priority: Major
>
> This looks like a bug related to the switch to std::chrono for all time
> values.
> Plan:
> * Create a new ThinClientSystemPropertiesTests.cs (we currently only have
> cli tests for the Auth params)
> * Add a test to verify that duration-timeout is parsed properly (this will
> likely fail)
> * Fix the failing test by updating the parser to support std::chrono.duration
> We were able to workaround this problem by appending an s to the parameter in
> the file:
> i.e., in geode.properties we changed duration-timeout as below:
> changed from:
> duration-timeout = 12345
> to:
> duration-timeout = 12345s
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)