To avoid bugs related to privileges sneaking through in our self-testing we should do the following:
- use user
ut3_tester to invoke all the tests - as we do today
- move all the tests to
ut3$user# - user without elevated privileges
This way we can assure that users without execute any procedure privilege can use all of our framework without issues.