PokIsemaine commented on PR #2332: URL: https://github.com/apache/kvrocks/pull/2332#issuecomment-2282717947
> Thanks for the efforts: > > ``` > Go integration test: I added Sleep to the BlockCommand test of list and zset, because I found that sometimes the execution order of multiple client requests would be inconsistent with the order of code writing due to fluctuations, resulting in infinite waiting or errors. As a result, for reference to other parts of the code and for convenience, I added some sleep to ensure the order. > ``` > > Actually I didn't fully get what does this part means, can you explain it with some examples? This was a previous judgment, but there was a misunderstanding. Now I think these issues are also caused by https://github.com/apache/kvrocks/issues/2473 -- 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]
