valkey icon indicating copy to clipboard operation
valkey copied to clipboard

[Daily Test Failure] tests/unit/memefficiency.tcl in test-ubuntu-32bit

Open PingXie opened this issue 1 year ago • 1 comments

*** [err]: Active defrag big list: standalone in tests/unit/memefficiency.tcl
Expected 1.99 < 1.1 (context: type eval line 89 cmd {assert {$frag < 1.1}} proc ::test)

https://github.com/valkey-io/valkey/actions/runs/9752760801/job/26916855099#logs

PingXie avatar Jul 02 '24 04:07 PingXie

Another failure:

[1/1 done]: unit/memefficiency (3 seconds)
Testing solo test
[err]: Active defrag big list: standalone in tests/unit/memefficiency.tcl
Expected 1.38 >= 1.7 (context: type eval line 40 cmd {assert {$frag >= $expected_frag}} proc ::test)
[1/1 done]: defrag (32 seconds)

                   The End

Execution time of different units:
  3 seconds - unit/memefficiency
  32 seconds - defrag

!!! WARNING The following tests failed:

*** [err]: Active defrag big list: standalone in tests/unit/memefficiency.tcl

xbasel avatar Sep 25 '24 11:09 xbasel

I think I fixed this in https://github.com/valkey-io/valkey/issues/1086, so going to close this one.

madolson avatar Feb 17 '25 19:02 madolson