mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
69e6ad799a
fix: remove bad check-fail in the transaction code. Fixes #1421. The failure reproduces for dragongly running with a single thread where all the arguments grouped within the same ShardData Also, we improve verbosity levels inside reply_builder.cc. For that we extend SinkReplyBuilder to support protocol errors reporting and we remove ad-hoc code for this from dragonfly_connection. Required to track errors easily with `--vmodule=reply_builder=1` Finally, a pytest is added to cover the issue. Signed-off-by: Roman Gershman <roman@dragonflydb.io> |
||
---|---|---|
.. | ||
__init__.py | ||
cluster_test.py | ||
conftest.py | ||
connection_test.py | ||
eval_test.py | ||
generic_test.py | ||
json_test.py | ||
list_family_test.py | ||
pymemcached_test.py | ||
redis_replicaiton_test.py | ||
replication_test.py | ||
requirements.txt | ||
search_test.py | ||
sentinel_test.py | ||
server_family_test.py | ||
shutdown_test.py | ||
snapshot_test.py | ||
utility.py |