Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text/getset.test.py has failed #126

Open
ligurio opened this issue Jun 18, 2024 · 0 comments
Open

text/getset.test.py has failed #126

ligurio opened this issue Jun 18, 2024 · 0 comments
Labels
2sp bug Something isn't working code health Improve code readability, simplify maintenance and so on teamE

Comments

@ligurio
Copy link
Member

ligurio commented Jun 18, 2024

 [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

@oleg-jukovec oleg-jukovec added code health Improve code readability, simplify maintenance and so on bug Something isn't working teamE 2sp labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2sp bug Something isn't working code health Improve code readability, simplify maintenance and so on teamE
Projects
None yet
Development

No branches or pull requests

2 participants