valkey-io / valkey

A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, since it's a twist on the key-value datastore.

Home Page:https://valkey.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] Add tests for io-threads.

lipzhu opened this issue · comments

Description of the feature

Currently in project, there is no unit test and integration test for io-threads feature,

  1. We should add some tests to test the correctness when io-threads enabled, context: #111 (comment).
  2. Due to enhancement of #111, we also need to add test to scale up/down the io-active-threads.

Additional information

This is a follow up of #111
Depends on #344