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

Make runtest-cluster support --io-threads option #933

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

enjoy-binbin
Copy link
Member

In #764, we add a --io-threads mode in test, but forgot
to handle runtest-cluster, they are different framework.

Currently runtest-cluster does not support tags, and we
don't have plan to support it. And currently cluster tests
does not have any io-threads tests, so this PR just align
--io-threads option with #764.

In valkey-io#764, we add a --io-threads mode in test, but forgot
to handle runtest-cluster, they are different framework.

Currently runtest-cluster does not support tags, and we
don't have plan to support it. And currently cluster tests
does not have any io-threads tests, so this PR just align
--io-threads option with valkey-io#764.

Signed-off-by: Binbin <binloveplay1314@qq.com>
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.62%. Comparing base (08aaeea) to head (0621a26).
Report is 2 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #933      +/-   ##
============================================
+ Coverage     70.59%   70.62%   +0.02%     
============================================
  Files           112      112              
  Lines         61512    61512              
============================================
+ Hits          43427    43440      +13     
+ Misses        18085    18072      -13     

see 9 files with indirect coverage changes

@hwware hwware merged commit 8d9b8c9 into valkey-io:unstable Aug 22, 2024
46 checks passed
@enjoy-binbin enjoy-binbin deleted the runtest-cluster-io-threads branch August 22, 2024 15:34
madolson pushed a commit that referenced this pull request Sep 2, 2024
In #764, we add a --io-threads mode in test, but forgot
to handle runtest-cluster, they are different framework.

Currently runtest-cluster does not support tags, and we
don't have plan to support it. And currently cluster tests
does not have any io-threads tests, so this PR just align
--io-threads option with #764.

Signed-off-by: Binbin <binloveplay1314@qq.com>
madolson pushed a commit that referenced this pull request Sep 3, 2024
In #764, we add a --io-threads mode in test, but forgot
to handle runtest-cluster, they are different framework.

Currently runtest-cluster does not support tags, and we
don't have plan to support it. And currently cluster tests
does not have any io-threads tests, so this PR just align
--io-threads option with #764.

Signed-off-by: Binbin <binloveplay1314@qq.com>
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.

3 participants