-
Couldn't load subscription status.
- Fork 22
feat: add overwriteAlias to backup restore
#454
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
I deleted one of the failing tests case, see d8e8ba4 for the reasoning behind it. |
|
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. https://weaviate-org.slack.com/archives/C05TV6AP8P3/p1756910684886959 |
They are breaking due to a regression in Weaviate v1.33.
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.