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

test_proxy_steerable: reduce cpu and thread count #4602

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

nnog
Copy link

@nnog nnog commented Oct 13, 2023

Problem: test_proxy_steerable flakiness on slow CI VMs

The test is flacky and fails on slow architectures:

[ 2361s] FAIL: tests/test_proxy_steerable
[ 2361s] ================================
[ 2361s]
[ 2361s] tests/test_proxy_steerable.cpp:458:test_proxy_steerable:FAIL: Expression Evaluated To FALSE

https://build.opensuse.org/build/network:messaging:zeromq:git-stable/Fedora_Rawhide/s390x/libzmq/_log

Originally posted by @bluca in #4600 (comment)

Solution: fewer worker threads, poll rather than thrash, consistent timings. user cpu ~300% -> 15%.

Problem: flakiness on slow CI VMs

Solution: fewer worker threads, poll rather than thrash,
consistent timings. user cpu ~300% -> 15%.
@nnog nnog marked this pull request as ready for review October 13, 2023 13:51
@bluca bluca merged commit b30a19e into zeromq:master Oct 13, 2023
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants