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
As DbOsExecFactory is essential for executing commands inside the OS hosting the Exasol database in a generic way, the current ticket requests to enhance AbstractSpawnTestEnvironment to return an appropriate instance of this factory.
Currently AbstractSpawnTestEnvironment._spawn_database_and_test_container() returns a tuple (DatabaseInfo, ContainerInfo), which is forwarded across multiple private methods and finally returned by run_task():
As
DbOsExecFactory
is essential for executing commands inside the OS hosting the Exasol database in a generic way, the current ticket requests to enhanceAbstractSpawnTestEnvironment
to return an appropriate instance of this factory.Currently
AbstractSpawnTestEnvironment._spawn_database_and_test_container()
returns a tuple(DatabaseInfo, ContainerInfo)
, which is forwarded across multiple private methods and finally returned byrun_task()
:Acceptance criteria
_executor_factory()
is moved from classSpawnTestEnvironmentWithDockerDB
to classWaitForTestDockerDatabase
WaitForTestDockerDatabase
returns the factorySpawnTestEnvironmentWithDockerDB
returns the factory together withDatabaseInfo
andContainerInfo
The text was updated successfully, but these errors were encountered: