Unable to delete thread that had bucket in it
If you create a bucket in a thread and you delete the bucket collection you are unable to delete the original thread. The deleted thread command succeeds but the thread remains in the thread list.
Steps to reproduce the issue:
Create Thread > Create Bucket In Thread > Delete Collection Named Buckets in Thread > Delete Thread > List Threads
Expected Behavior: The thread should no longer be on the thread list.
Can you provide a bit more detail here? When listing threads, is this via the cli? js libs?
This is via the js libs.
Essentially when you create a Bucket in a thread, the operation creates a collection in that thread called Buckets that contains meta-information about the buckets. If you perform a delete collection operation on the Buckets collection it prevents the Thread from being deleted.