You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/04/30 22:05:00 UTC

[jira] [Commented] (GEODE-3881) [CI Failure] org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED

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

ASF subversion and git services commented on GEODE-3881:
--------------------------------------------------------

Commit 2334b1b9cc4dce107e035424abfb4c4751547082 in geode's branch refs/heads/develop from [~PivotalSarge]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2334b1b ]

GEODE-3881: Replace bespoke random string generation with extant three-phrase generator. (#1880)

* GEODE-3881: Replace bespoke random string generation with extant three-phrase generator.
- Add unit test for three-phrase generator to ensure compatibility with region names.
- Rename parameter to improve clarity.
- Remove dead code.

* GEODE-3881: Why does the spotlessApply task not work consistently?!

* GEODE-3881: Change assertion messages to indicate failures.


> [CI Failure] org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-3881
>                 URL: https://issues.apache.org/jira/browse/GEODE-3881
>             Project: Geode
>          Issue Type: Bug
>          Components: ci, redis
>            Reporter: Eric Shu
>            Assignee: Michael Dodge
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.redis.SetsJUnitTest > testSDiffAndStore FAILED
>     redis.clients.jedis.exceptions.JedisDataException: ERR This key could not be created. Gemfire does not allow certain characters to used in keys
>         at redis.clients.jedis.Protocol.processError(Protocol.java:127)
>         at redis.clients.jedis.Protocol.process(Protocol.java:161)
>         at redis.clients.jedis.Protocol.read(Protocol.java:215)
>         at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:340)
>         at redis.clients.jedis.Connection.getIntegerReply(Connection.java:265)
>         at redis.clients.jedis.Jedis.sdiffstore(Jedis.java:1341)
>         at org.apache.geode.redis.SetsJUnitTest.testSDiffAndStore(SetsJUnitTest.java:157)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)