lyang24 opened a new pull request, #2763: URL: https://github.com/apache/kvrocks/pull/2763
As we can see from ci https://github.com/apache/kvrocks/actions/runs/13096047337/job/36538680033#step:17:55 A few long runing go tests are below are these test files are fine to have the test functions to be executed in parallel. ``` ok github.com/apache/kvrocks/tests/gocase/integration/slotmigrate 114.588s ok github.com/apache/kvrocks/tests/gocase/integration/replication 110.239s ok github.com/apache/kvrocks/tests/gocase/unit/config 26.697s ``` results after parallel execution in local ``` ok github.com/apache/kvrocks/tests/gocase/integration/slotmigrate 48.163s ok github.com/apache/kvrocks/tests/gocase/integration/replication 29.888s ok github.com/apache/kvrocks/tests/gocase/unit/config 16.569s ``` Touches: https://github.com/apache/kvrocks/issues/2642 -- 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]
