Unit Test Rule auto cleanup not working for data table, but it is for work table
Using Pega Unit Test Rules, we are creating DB objects in the Setup Data to then use during rule execution and interrogate in our assertions. Then OOTB in the Cleanup we have the checkbox ticked that auto cleans up all data that was created during the Setup.
We have seen that for Work level DB objects this works as expected and the DB records are cleaned. However I have a Data table, with different keys (not pyID) and this is not auto cleaned up after the Unit Test has run.
I was wondering whether there was some restrictions on the functionality of this auto clean up based on keys? Or based on other factors?
Any help much appreciated
***Edited by Moderator: Lochan to update platform capability tags***