-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
Description
Describe the bug
Current implementation of ut_runner.get_suites_info doesn't always return suites.
This is visible when trying to find one of our test suites:
SELECT *
FROM TABLE(ut_runner.get_suites_info(upper('UT3$USER#'), upper('EXPECTATIONS')));The query should return data but it isn't
Provide version info
3.1.8-develop