Skip to content

#107: Add parameter to disable printing the alter session info #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

tomuben
Copy link
Contributor

@tomuben tomuben commented Jul 17, 2025

fixes #107

@tomuben tomuben temporarily deployed to manual-approval July 17, 2025 16:06 — with GitHub Actions Inactive
@tomuben tomuben temporarily deployed to manual-approval July 17, 2025 16:08 — with GitHub Actions Inactive
Comment on lines -233 to -238
def mock_deployer(pyexasol_conn, pylanguage_alias, bfs_path):
deployer = LanguageContainerDeployer(pyexasol_conn, language_alias, bfs_path)
deployer.upload_container = Mock()
deployer.activate_container = Mock()
return deployer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used anywhere. I suspect that it was replaced by the fixture at line 71 at some point, but not removed here.

@tomuben tomuben deployed to manual-approval July 18, 2025 10:33 — with GitHub Actions Active
Copy link

@tomuben tomuben merged commit 5bf60da into main Jul 18, 2025
18 checks passed
@tomuben tomuben deleted the feature/107_add_param_to_disable_printing_alter_session_info branch July 18, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add parameter to disable printing the alter session info
3 participants