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/noreply.test.py fails sporadically #110

Open
Totktonada opened this issue Mar 28, 2022 · 0 comments
Open

text/noreply.test.py fails sporadically #110

Totktonada opened this issue Mar 28, 2022 · 0 comments
Labels
code health Improve code readability, simplify maintenance and so on

Comments

@Totktonada
Copy link
Member

Versions:

The second configuration fails less often, but still. So I guess (and hope) that it is irrelevant to #59 and #96.

$ TEST_RUN_TESTS="$(yes noreply | head -n 100)" make test-memcached
# or several times
$ for i in {1..10}; do TEST_RUN_TESTS="$(yes noreply | head -n 100)" make test-memcached || break; echo -e "\n==== $i ====\n"; done

The fail:

[001] text/noreply.test.py                                            [ fail ]
[001] 
[001] Test failed! Result content mismatch:
[001] --- text/noreply.result	Thu Mar 17 03:14:16 2022
[001] +++ var/rejects/text/noreply.reject	Mon Mar 28 20:13:34 2022
[001] @@ -19,8 +19,6 @@
[001]  <<--------------------------------------------------
[001]  get noreply:foo
[001]  >>--------------------------------------------------
[001] -VALUE noreply:foo 0 1
[001] -1
[001]  END
[001]  <<--------------------------------------------------
[001]  set noreply:foo 0 0 1 noreply
[001] 

Got 4 fails of 100 runs on 2.8.2 and less than 1 per 100 on 2.10.0-beta2-206-g63de77fd8.

@Totktonada Totktonada added teamE code health Improve code readability, simplify maintenance and so on labels Mar 28, 2022
@Totktonada Totktonada changed the title test/noreply.test.py fails sporadically text/noreply.test.py fails sporadically Mar 28, 2022
@LeonidVas LeonidVas added the 2sp label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

No branches or pull requests

3 participants