Skip to content

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

Merged
hwware merged 1 commit into
valkey-io:unstablefrom
enjoy-binbin:runtest-cluster-io-threads
Aug 22, 2024
Merged

Make runtest-cluster support --io-threads option#933
hwware merged 1 commit into
valkey-io:unstablefrom
enjoy-binbin:runtest-cluster-io-threads

Conversation

@enjoy-binbin

Copy link
Copy Markdown
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>
@codecov

codecov Bot commented Aug 22, 2024

Copy link
Copy Markdown

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
@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