How do I clean up test data from the registry? #313
ganeshbhat-tekdi
started this conversation in
General
Replies: 1 comment 1 reply
-
@ganeshbhat-tekdi |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are building a system in which User entities are created in the registry. A User signs up using a phone number and proceeds to complete eKYC via AADHAR. On successful eKYC, an AADHAR reference ID is stored for the user.
There are various test scenarios around this flow and a lot of test users are created during various tests, including load tests.
Is there a way to completely remove all the test data from the registry, rather than doing soft deletes for each?
Beta Was this translation helpful? Give feedback.
All reactions