feat: add overwriteAlias to backup restore#454
Merged
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
These are server-specific and have nothing to do with the client logic
This test simply checks that server returns some string exactly, which is based _entirely_ on how the server is configured and has no relation to the client-side logic. It is deserialized in and Object, so there is no special behavior to verify. The assertion does fail with v1.33.0-rc.0 though, because the server started returning a different string. Once again, this string is not something that affects client behavior in any way.
Collaborator
Author
|
I deleted one of the failing tests case, see d8e8ba4 for the reasoning behind it. |
Collaborator
Author
|
Weaviate v1.33 appears to have a regression in the Explorer API that's causing the related tests to fail. There are no plans to fix the regression. |
They are breaking due to a regression in Weaviate v1.33.
dirkkul
approved these changes
Sep 9, 2025
antas-marcin
approved these changes
Sep 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated target Weaviate version to
1.33.0-rc.0. With that version it is now possible to let Weaviate overwrite conflicting aliases during backup restore.