1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/tests/dragonfly
Roman Gershman b853b2ab00
fix: memcached VERSION is now parseable by php-memcached client (#2220)
The DF version is being unparseable by Memcached::getVersion() that expects n.n.n string.
Change the version to emulate the old memcached server.
The DF version can still be fetched via Memcached::getStats() function.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2023-11-27 20:54:00 +02:00
..
__init__.py chore: Small refactor of DflyInstance (#1951) 2023-09-28 10:11:11 +03:00
acl_family_test.py fix(acl): case insensitive parsing from files and serialization format (#2123) 2023-11-05 11:43:11 +02:00
cluster_test.py chore: use decode_responses when creating a redis client (#2109) 2023-11-03 11:00:26 +02:00
config_test.py chore: use decode_responses when creating a redis client (#2109) 2023-11-03 11:00:26 +02:00
conftest.py chore(tls): add tls config test for ca_dir (#2152) 2023-11-13 14:11:14 +02:00
connection_test.py fix(squashing): Reset base command id (#2209) 2023-11-26 12:40:37 +02:00
eval_test.py fix(server): Fix async lua (#1982) 2023-10-03 16:13:38 +03:00
generic_test.py feat(cmd): add restricted commands flag (#1967) 2023-09-29 16:16:06 +01:00
http_conf_test.py fix(Listener): skip auth when requirepass is empty on http (#1985) 2023-10-03 19:56:19 +03:00
instance.py chore: use decode_responses when creating a redis client (#2109) 2023-11-03 11:00:26 +02:00
json_test.py fix: fix json.arrappend not allowing passing JSON objects (#1867) 2023-09-16 12:27:20 +03:00
list_family_test.py feat: Add black formatter to the project (#1544) 2023-07-17 13:13:12 +03:00
management_test.py feat: implement CONFIG GET command (#1751) 2023-08-28 19:26:38 +03:00
proxy.py fix(regtests): Bind to 127.0.0.1 and not localhost (#1937) 2023-09-27 14:58:52 +03:00
pymemcached_test.py fix: memcached VERSION is now parseable by php-memcached client (#2220) 2023-11-27 20:54:00 +02:00
redis_replication_test.py fix(regtests): Reduce load on redis replication test (#1984) 2023-10-03 12:28:42 +03:00
replication_test.py fix: forbid parallel save operations (#2172) 2023-11-21 13:56:27 +02:00
requirements.txt chore: improve pytest ux (#2088) 2023-10-30 09:01:23 +02:00
search_test.py chore(search): Extend FT.INFO (#2133) 2023-11-06 16:18:13 +03:00
sentinel_test.py chore: Mark slow pytests as 'slow' so they can be excluded. (#1720) 2023-08-23 13:04:49 +03:00
server_family_test.py fix: inject our own parser for slowlog get (#2059) 2023-10-24 11:02:51 +03:00
shutdown_test.py feat: Add black formatter to the project (#1544) 2023-07-17 13:13:12 +03:00
snapshot_test.py fix: forbid parallel save operations (#2172) 2023-11-21 13:56:27 +02:00
tls_conf_test.py chore(tls): add tls config test for ca_dir (#2152) 2023-11-13 14:11:14 +02:00
utility.py feat(tls): support runtime tls reconfig (#2047) 2023-10-23 16:35:39 +00:00