tomaswolf commented on PR #353:
URL: https://github.com/apache/mina-sshd/pull/353#issuecomment-1496557284

   `testNegatedHostEntriesResolution` is also failing in CI, and also locally 
for me. It sets up configs as
   
   ```
   Host !127.0.0.1
   Hostname 127.0.0.1
   User org.apache.sshd.client.config.hosts
   Port 22799
   
   Host 127.0.0.1
   Hostname 127.0.0.1
   User testNegatedHostEntriesResolution
   Port 55566
   ```
   and calls `session.connect("127.0.0.1", 
"org.apache.sshd.client.config.hosts", 22799)` but expects that to resolve to 
and to connect to `testNegatedHostEntriesResolution@127.0.0.1:55566`. The test 
assumes the "config overrides parameters" behavior.
   
   I suppose it would work if called as `session.connect("127.0.0.1", null, 0)` 
(or maybe -1 as port).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to