Skip to content
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

drop sharded table if exists test #447

Open
donhardman opened this issue Jan 14, 2025 · 6 comments
Open

drop sharded table if exists test #447

donhardman opened this issue Jan 14, 2025 · 6 comments
Assignees

Comments

@donhardman
Copy link
Collaborator

No description provided.

@donhardman donhardman self-assigned this Jan 14, 2025
@donhardman
Copy link
Collaborator Author

Implemented: #448

@donhardman
Copy link
Collaborator Author

Let's add tests for these cases:

  1. Create a sharded table 'a'
  2. Use DROP SHARDED TABLE a with IF EXISTS and verify it works
  3. Use DROP SHARDED TABLE a with IF EXISTS on a non-existent table
  4. Use DROP SHARDED TABLE a with IF EXISTS on a regular RT table

@PavelShilin89
Copy link

@donhardman This issue blocked manticoresoftware/manticoresearch#2963

@donhardman
Copy link
Collaborator Author

Unblocked

@PavelShilin89
Copy link

@donhardman In this PR - manticoresoftware/manticoresearch#3012, a Clt-test has been created with the new logic in mind. Please give feedback or approval to merge.

@donhardman
Copy link
Collaborator Author

Let's add same test for clustered environment

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

No branches or pull requests

2 participants