-
Notifications
You must be signed in to change notification settings - Fork 101
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
Use RocksDB native parallel testing #3129
base: main
Are you sure you want to change the base?
Conversation
Based on the title and the diff, the key change in this pull request is the usage of RocksDB native parallel testing. The changes are made in the Jenkins pipeline script for CI/CD of RocksDB. There are no potential problems identified in this pull request. As for fixing suggestions, it would be good to have more information in the pull request description, like why this change is being made and what benefits it will bring. Additionally, it would be helpful to add more comments in the code to improve readability and maintainability. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Yang Zhang <[email protected]>
98a2ec7
to
b4f6477
Compare
Based on the pull request title "Use RocksDB native parallel testing", it seems that the main change being made is to switch to using RocksDB native parallel testing. However, the pull request description is empty, which makes it hard to understand the context and reasoning behind the change. Looking at the diff, it seems that some resource limits have been increased for the There are no immediate potential problems with this pull request, but it would be helpful to have more information in the pull request description to understand the motivation behind these changes. Additionally, it might be helpful to have more context on the current state of the CI/CD pipeline and any issues it is facing that prompted this change. One suggestion for improvement would be to add more descriptive names to the parallel stages in the |
|
No description provided.