-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case of using an external DB for the RunDbTest command, the task SpawnTestEnvironment does not return a valid `container_info` for the Database (which makes totally sense because the external db can be a None-Docker Exasol DB). However, also the using `SshExecFactory` does not work because the user/pwd are not returned from SpawnTestEnvironment. => Added a DummyExecFactory which implements the interface but does nothing and throws an exception in case the `exec` function gets invoked.
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters