julic20s commented on code in PR #1901:
URL: https://github.com/apache/kvrocks/pull/1901#discussion_r1403482350
##########
src/storage/batch_extractor.cc:
##########
@@ -232,6 +232,10 @@ rocksdb::Status WriteBatchExtractor::PutCF(uint32_t
column_family_id, const Slic
first_seen_ = false;
}
break;
+ case kRedisCmdBitfield:
Review Comment:
Could you tell me how to run only one test instead of all go test? I wrote
the tests and I tried `./x.py test go build redis-cli -run <test function
name>`, but no effect. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]