versatile-data-kit
versatile-data-kit copied to clipboard
Move cursor-related functional tests changes to test_utils
What is the feature request? What problem does it solve? After Fully managed cursor merge, externalise cursor-specific changes to test_utils library.
Suggested solution Transfer TODO-commented code https://github.com/vmware/versatile-data-kit/blob/02cf3c88f038115b47e95c2b4ba0d078458e6702/projects/vdk-core/tests/functional/run/test_run_sql_queries.py#L30 to test_utils. Cleanup test_run_sql_queries.py
Additional context Verify functional tests operability.