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

Partitioning : Can create more than one partition with same ID #5011

Closed
LalithE opened this issue Jun 20, 2023 · 0 comments · Fixed by #5012
Closed

Partitioning : Can create more than one partition with same ID #5011

LalithE opened this issue Jun 20, 2023 · 0 comments · Fixed by #5012

Comments

@LalithE
Copy link
Contributor

LalithE commented Jun 20, 2023

Describe the bug
The partition system allows for creation of two partitions with the same ID.

To Reproduce
Steps to reproduce the behavior:

  1. Perform a POST request to create a partition
  2. Perform another POST request with the same partition ID as the one above
  3. Then perform a GET request for the first partition by name
  4. Error should occur saying first partition does not exist

Expected behavior
An error should occur when trying to create the second partition.

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 a pull request may close this issue.

1 participant