-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: configure go test of kiwi #34
Conversation
Note Currently processing new changes in this PR. This may take a few minutes, please wait... CommitsFiles that changed from the base of the PR and between 54f4ec219fe9f02005849a92b745a985e1cc871d and 88af671. Files selected for processing (9)
WalkthroughThe changes include commenting out a test case in the Changes
Sequence Diagram(s)sequenceDiagram
participant RedisClient
participant Monitor
participant TestSuite
TestSuite->>RedisClient: Set value
RedisClient->>Monitor: Notify set event
Monitor->>TestSuite: Capture set event
TestSuite->>RedisClient: Get value
RedisClient->>Monitor: Notify get event
Monitor->>TestSuite: Capture get event
Poem
Tip You can customize the tone of the review comments and chat replies.Set the Note Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
"删除掉 Monitor 的单元测试,因为 v9.0.4 版本的 redis-go 不支持 Monitor 的测试。后续可以考虑升级 redis-go 版本" 那先注释掉?然后建个 issue,说明下这个未来的 todo 任务 |
可以,我来建个issue详细描述下。 |
|
||
}) | ||
// It("should monitor", Label("monitor"), func() { | ||
// ress := make(chan string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看起来支持了 monitor 命令,为啥要注释代码呢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
因为当前版本的 redis go test 不支持对 monitor 命令的测试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
升级 redis-go 版本是否更合理
54f4ec2
to
88af671
Compare
Summary by CodeRabbit
Bug Fixes
Refactor
CloseConnection
method in theKiwiDB
class for improved readability.Chores
use-raft
setting fromfalse
tono
, maintaining the same functionality.