Commit Graph

5 Commits

Author SHA1 Message Date
Beto Dealmeida
3aad565eab refactor: keep engine manager focused on engine creation 2026-05-05 18:22:36 -04:00
Beto Dealmeida
08df7d5178 fix: SSH tunnel and test connection error handling
- Use sshtunnel.open_tunnel() instead of SSHTunnelForwarder directly
  to properly handle debug_level parameter
- Fix keepalive parameter name (set_keepalive, not keepalive)
- Fix test assertions that were inside pytest.raises blocks and never
  executed - now check error_type instead of string messages
- Update SSH tunnel test mocks to patch open_tunnel

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-05 18:08:57 -04:00
Beto Dealmeida
9dc54d8f1b Rebase 2026-05-05 18:08:57 -04:00
Beto Dealmeida
ea27cabfc6 Update existing tests 2026-05-05 18:08:42 -04:00
Beto Dealmeida
f39367bffd Hash key 2026-05-05 18:08:32 -04:00