You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ksenia Rybakova (JIRA)" <ji...@apache.org> on 2017/11/02 15:03:00 UTC

[jira] [Updated] (IGNITE-6823) Sporadic Redis python and php examples failures

     [ https://issues.apache.org/jira/browse/IGNITE-6823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ksenia Rybakova updated IGNITE-6823:
------------------------------------
    Description: 
Sporadic Redis python and php examples failures

python:
{noformat}
['python3', 'examples/redis/redis-example.py']
Traceback (most recent call last):
  File "examples/redis/redis-example.py", line 30, in <module>
    r.set('k1', 1)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 1171, in set
    return self.execute_command('SET', *pieces)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 668, in execute_command
    return self.parse_response(connection, command_name, **options)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 680, in parse_response
    response = connection.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 624, in read_response
    response = self._parser.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 292, in read_response
    (str(byte), str(response)))
redis.exceptions.InvalidResponse: Protocol Error: E, b'RROR'
Command '['python3', 'examples/redis/redis-example.py']' returned non-zero exit status 1
{noformat}

php:
{noformat}
['php', 'examples/redis/redis-example.php']
>>> Successfully connected to Redis. 
>>> Couldn't connected to Redis.Unknown response prefix: 'E'. [tcp://localhost:11211]
{noformat}

  was:
Sporadic Redis python examples failure
{noformat}
['python3', 'examples/redis/redis-example.py']
Traceback (most recent call last):
  File "examples/redis/redis-example.py", line 30, in <module>
    r.set('k1', 1)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 1171, in set
    return self.execute_command('SET', *pieces)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 668, in execute_command
    return self.parse_response(connection, command_name, **options)
  File "c:\program files\python34\lib\site-packages\redis\client.py", line 680, in parse_response
    response = connection.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 624, in read_response
    response = self._parser.read_response()
  File "c:\program files\python34\lib\site-packages\redis\connection.py", line 292, in read_response
    (str(byte), str(response)))
redis.exceptions.InvalidResponse: Protocol Error: E, b'RROR'
Command '['python3', 'examples/redis/redis-example.py']' returned non-zero exit status 1
{noformat}

and Redis php
{noformat}
['php', 'examples/redis/redis-example.php']
>>> Successfully connected to Redis. 
>>> Couldn't connected to Redis.Unknown response prefix: 'E'. [tcp://localhost:11211]
{noformat}


> Sporadic Redis python and php examples failures
> -----------------------------------------------
>
>                 Key: IGNITE-6823
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6823
>             Project: Ignite
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>    Affects Versions: 2.1
>            Reporter: Ksenia Rybakova
>            Priority: Normal
>
> Sporadic Redis python and php examples failures
> python:
> {noformat}
> ['python3', 'examples/redis/redis-example.py']
> Traceback (most recent call last):
>   File "examples/redis/redis-example.py", line 30, in <module>
>     r.set('k1', 1)
>   File "c:\program files\python34\lib\site-packages\redis\client.py", line 1171, in set
>     return self.execute_command('SET', *pieces)
>   File "c:\program files\python34\lib\site-packages\redis\client.py", line 668, in execute_command
>     return self.parse_response(connection, command_name, **options)
>   File "c:\program files\python34\lib\site-packages\redis\client.py", line 680, in parse_response
>     response = connection.read_response()
>   File "c:\program files\python34\lib\site-packages\redis\connection.py", line 624, in read_response
>     response = self._parser.read_response()
>   File "c:\program files\python34\lib\site-packages\redis\connection.py", line 292, in read_response
>     (str(byte), str(response)))
> redis.exceptions.InvalidResponse: Protocol Error: E, b'RROR'
> Command '['python3', 'examples/redis/redis-example.py']' returned non-zero exit status 1
> {noformat}
> php:
> {noformat}
> ['php', 'examples/redis/redis-example.php']
> >>> Successfully connected to Redis. 
> >>> Couldn't connected to Redis.Unknown response prefix: 'E'. [tcp://localhost:11211]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)