Tangruilin opened a new pull request, #3507:
URL: https://github.com/apache/kvrocks/pull/3507

   …pipeline
   
   Part of #2642
   
   - Add t.Parallel() to all 34 subtests for concurrent execution
   - Use util.KeyPrefix(t) for unique key names per subtest
   - Replace per-bit SETBIT calls with pipelined SETBIT in Set2SetBit (reduces 
~8000 RTTs to 1 RTT for 1000-byte vectors)
   - Replace defer with t.Cleanup() so resources live until subtests finish
   - Move KeyPrefix helper to dedicated keys.go
   - Fix duplicate test name "BITPOS BIT not found check check"
   - Test time: 52s → 11s (~4.7x speedup)
   
   Assisted-by: Claude Code:DeepSeek-v4-pro


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

Reply via email to