raystack / stencil

Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.
https://raystack.github.io/stencil/
Apache License 2.0
222 stars 41 forks source link

Non existing namespace delete is happening #145

Open ravisuhag opened 2 years ago

ravisuhag commented 2 years ago

Describe the bug Stencil is successfully deleting the namespace which does not exist

To Reproduce Steps to reproduce the behavior:

  1. Run stencil namespace delete random
  2. This will show that namespace has been successfully deleted

Expected behavior It should show that the namespace does not exist.