[
https://issues.apache.org/jira/browse/GEODE-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-2172:
-----------------------------
Description:
cacheLogWriterMessageShouldMatchCustomConfig fails with AssertionError:
{noformat}
java.lang.AssertionError:
Expecting:
"CUSTOM: level=INFO time=2016/11/30 13:49:13.780 PST message=
...
throwable=
CUSTOM: level=INFO time=2016/11/30 13:49:14.497 PST message=Running in local
mode since no locators were specified.
throwable=
CUSTOM: level=INFO time=2016/11/30 13:49:15.496 PST message=Initializing region
_monitoringRegion_192.168.1.41<v-1>0
throwable=
CUSTOM: level=INFO time=2016/11/30 13:49:15.542 PST message=Initialization of
region _monitoringRegion_192.168.1.41<v-1>0 completed
throwable=
CUSTOM: level=INFO time=2016/11/30 13:49:17.492 PST message=this is a log
statement from cacheLogWriterMessageShouldMatchCustomConfig
throwable=
"
to contain pattern:
"CUSTOM: level=INFO time=.* message=this is a log statement from
cacheLogWriterMessageShouldMatchCustomConfig
throwable=
"
{noformat}
was:
cacheLogWriterMessageShouldMatchCustomConfig fails with AssertionError. See
attached file for full output from the test.
> CustomConfigWithCacheIntegrationTest fails with AssertionError on Windows
> -------------------------------------------------------------------------
>
> Key: GEODE-2172
> URL: https://issues.apache.org/jira/browse/GEODE-2172
> Project: Geode
> Issue Type: Bug
> Components: tests
> Affects Versions: 1.0.0-incubating
> Environment: Windows
> Reporter: Kirk Lund
> Assignee: Kai Jiang
> Labels: IntegrationTest, Windows
>
> cacheLogWriterMessageShouldMatchCustomConfig fails with AssertionError:
> {noformat}
> java.lang.AssertionError:
> Expecting:
> "CUSTOM: level=INFO time=2016/11/30 13:49:13.780 PST message=
> ...
> throwable=
> CUSTOM: level=INFO time=2016/11/30 13:49:14.497 PST message=Running in local
> mode since no locators were specified.
> throwable=
> CUSTOM: level=INFO time=2016/11/30 13:49:15.496 PST message=Initializing
> region _monitoringRegion_192.168.1.41<v-1>0
> throwable=
> CUSTOM: level=INFO time=2016/11/30 13:49:15.542 PST message=Initialization of
> region _monitoringRegion_192.168.1.41<v-1>0 completed
> throwable=
> CUSTOM: level=INFO time=2016/11/30 13:49:17.492 PST message=this is a log
> statement from cacheLogWriterMessageShouldMatchCustomConfig
> throwable=
> "
> to contain pattern:
> "CUSTOM: level=INFO time=.* message=this is a log statement from
> cacheLogWriterMessageShouldMatchCustomConfig
> throwable=
> "
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)