-
Notifications
You must be signed in to change notification settings - Fork 2
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
Autosharding tests: Data manipulation #161
Comments
@donhardman At the moment only insertion can be performed for this task. But maybe I found a bug in its work, I have given examples in |
While fixing a race condition issue in a multi-node environment, I introduced a bug yesterday. It should be fixed now and work as expected. Please check and let me know if it doesn't. |
@donhardman I've done the first two items. Please explain in more detail what you mean in point 3 and 4. If it is not possible to test everything specified in the task at the moment, I can merge what is already working and tested. |
The task has been split into two parts and can now be considered complete: |
I've resolved the issue in Buddy that led to this bug after we addressed the double thread spawn. Please confirm that it's working now. Additionally, I discovered that the configuration for data validation is incorrect. To handle data manipulation properly, we need to use Please double-check and add the required line to the config ONLY for data manipulation tests. |
The text was updated successfully, but these errors were encountered: