Update version command - #17
Conversation
|
Good catch! There are three tests that fail after this change, those will need to be updated too. |
|
I wanted to test the Github action. And fix the tests 1 by 1. |
|
Seems that the tests pass without problems. The problem is the hand-coded port, in the tests. |
|
What tests are you running that they passed? I was able to make it pass by increasing the Marmerine version: const MARMERINE_VERSION = '1.6.17';Then run I'm running this under PHP 8.1.12, Pecl memcached 3.1.5, libmemcached 1.0.18, MacOS 11. |
|
The php memcached extension, make a lot of versions checks. One in the So we can have this change, for when we have an higher marmerine version. |
|
Noting here for myself and others who might come across this some day. Having the memcached server return a version less than 1.0.0 causes the So I have disabled the tests that were running into that in - 7d8863d |
Now show
VERSION 0.0.4.Video showing the previous behavior, without VERSION and ERROR.
Grabacion_deepin-terminal_20230105124840.mp4
PD: without VERSION it's working OK with the php extension, but possibly will fail with another client.
It's faster to use
telnetorncdirectly, instead of pass any command via pipe | . It's the good thing of use a text protocol.