Skip to content

Conversation

@tatu-at-datastax
Copy link
Contributor

What this PR does:

Tries to validate handling of "deleteCollection" given non-existing keyspace.

Does not yet work -- not sure if it can be made to work or not.

Which issue(s) this PR fixes:
Fixes #1186

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

.then()
.statusCode(200)
.body("$", responseIsError())
.body("errors", hasSize(1))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated change, clean up.

@tatu-at-datastax
Copy link
Contributor Author

In a way, sinc deleteCollection is idempotent, this is not the worst outcome -- after call, no such collection exists.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Code Coverage Report

Overall Project 50.43% 🍏

There is no coverage information present for the Files changed

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.

Mismatch between Astra DB and HCD for dropping a collection from a nonexistent keyspace

2 participants