memcached icon indicating copy to clipboard operation
memcached copied to clipboard

text/getset.test.py has failed

Open ligurio opened this issue 8 months ago • 0 comments

 [005] text/expirations.test.py                                        [ pass ]
[005] text/flags.test.py                                              [ pass ]
[005] text/flush-all.test.py                                          [ pass ]
[005] text/getset.test.py                                             [ fail ]
[005] 
[005] Test failed! Result content mismatch:
[005] --- text/getset.result	Tue Jun 18 10:27:39 2024
[005] +++ /tmp/t/rejects/text/getset.reject	Tue Jun 18 10:28:31 2024
[005] @@ -7,8 +7,6 @@
[005]  <<--------------------------------------------------
[005]  get foo
[005]  >>--------------------------------------------------
[005] -VALUE foo 0 6
[005] -fooval
[005]  END
[005]  # add bar (and should get it)
[005]  <<--------------------------------------------------
[005] @@ -27,12 +25,12 @@
[005]  add foo 0 0 5
[005]  foov2
[005]  >>--------------------------------------------------
[005] -NOT_STORED
[005] -<<--------------------------------------------------
[005] -get foo
[005] ->>--------------------------------------------------
[005] -VALUE foo 0 6
[005] -fooval
[005] +STORED
[005] +<<--------------------------------------------------
[005] +get foo
[005] +>>--------------------------------------------------
[005] +VALUE foo 0 5
[005] +foov2
[005]  END
[005]  # replace bar (should work)
[005]  <<--------------------------------------------------
[005] 
[005] [test-run server "text"] Last 15 lines of the log file /tmp/t/005_text/text.log:
[005] 2024-06-18 10:28:31.869 [3989] snapshot/101/main I> saving snapshot `/tmp/t/005_text/text/00000000000000000000.snap.inprogress'
[005] 2024-06-18 10:28:31.870 [3989] snapshot/101/main I> done

https://github.com/tarantool/luajit/actions/runs/9563309573/job/26361790447 Full log: job-logs.txt

ligurio avatar Jun 18 '24 10:06 ligurio