dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Failing pytest: test_pipeline_cache_size

Open mkaruza opened this issue 6 months ago • 0 comments

        info = await good_client.info()
    
        # Gradually release pipeline.
>       assert old_pipeline_cache_bytes > info["pipeline_cache_bytes"]
E       assert 378 > 378

https://github.com/dragonflydb/dragonfly/actions/runs/15376451220/job/43261747284

mkaruza avatar Jun 01 '25 18:06 mkaruza