Skip to content

Conversation

bevzzz
Copy link
Collaborator

@bevzzz bevzzz commented Sep 2, 2025

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.

client.backup().restorer()
  .withBackupId(backupId)
  .withBackend(BackupTestSuite.BACKEND)
  .withIncludeClassNames(originalClass)
  .withWaitForCompletion(true)
  .withOverwriteAlias(true)
  .run();

Copy link

@orca-security-eu orca-security-eu bot left a 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
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 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.
@bevzzz
Copy link
Collaborator Author

bevzzz commented Sep 3, 2025

I deleted one of the failing tests case, see d8e8ba4 for the reasoning behind it.

@bevzzz
Copy link
Collaborator Author

bevzzz commented Sep 9, 2025

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.
@bevzzz bevzzz merged commit e311151 into main Sep 10, 2025
5 checks passed
@bevzzz bevzzz deleted the feat/overwrite_alias branch September 10, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants