You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ckunki
changed the title
Create a python context for interacting with a database
Create pytest fixture for creating a database with polling
Apr 30, 2024
ckunki
changed the title
Create pytest fixture for creating a database with polling
Create pytest fixture for creating a database with polling until db is operational
Apr 30, 2024
* Added fixture waiting until SaaS database is running
* Added project short tag and user name to resources in Exasol Saas with max length
* replaced os.getlogin() by getpass.getuser()
* Added log messages for deleting the database
* Make pytest display log output of tests cases in CI build
* Added sleep before deleting the database
* Added log message for creating a database
* Added parameter region for create_database()
This ticket requests to create a python fixture for creating a database in an Exasol SaaS account and interacting with it.
The fixture should
See also #13.
The text was updated successfully, but these errors were encountered: