[
https://issues.apache.org/jira/browse/GEODE-9400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369788#comment-17369788
]
Geode Integration commented on GEODE-9400:
------------------------------------------
Seen in [windows-integration-test-openjdk8
#56|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/windows-integration-test-openjdk8/builds/56]
... see [test
results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0335/test-results/integrationTest/1624655667/]
or download
[artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0335/test-artifacts/1624655667/windows-integrationtestfiles-openjdk8-1.15.0-build.0335.tgz].
> Do not use Coder methods in Redis tests
> ---------------------------------------
>
> Key: GEODE-9400
> URL: https://issues.apache.org/jira/browse/GEODE-9400
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Affects Versions: 1.15.0
> Reporter: Donal Evans
> Assignee: Donal Evans
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Following a recent refactor, the {{Coder.stringToBytes()}} and
> {{Coder.bytesToString()}} methods are used throughout the Radish module.
> However, in integration and dunit tests, which emulate how a client interacts
> with a Radish server, it is not appropriate to use this internal class and
> its methods. Uses of Coder methods in tests other than unit tests should be
> restored to {{new String(byte[])}} and {{String.getBytes()}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)