-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dgoss add port in tomcat images shows not listening even though the port is listening #215
Comments
This is the same issue described in #149, it should work fine if you do |
@aelsabbahy thanks, but will this be fixed? |
I definitely want it fixed, but haven't spent the time trying figure out the best way to do this.
|
Hmm, just reread your netstat output. Wonder if it was an older version of netstat that would show tcp6. |
Maybe as I am using alpine I am not able to see the version. This is the busybox version
|
I don't mind having a look at this one (as there's a few open issues for it) before I re-visit the HTTP headers / gomega attempt. |
Sure. For what it's worth, netstat on busybox looks like a dead end. Think it prints "tcp" for both tcp and tcp6: Sort of, kind of, maybe related (Or not, but interesting read): I think More interesting read: https://tools.ietf.org/html/rfc3493#section-3.7 |
I might be over complicating this.. maybe there's a simple solution.. I'm not as familiar with the subject, so take everything I'm saying as assumptions :) Thanks btw. Also, there's another PR from a contributor that might do the header gomega marcher (it's a marchers for sub-maps).. I'll keep you updated. |
Random thought.. maybe it would be simpler to get rid of the whole We can collapse the tests into two categories: The only downside is if a user wants to test one or the other, it would be an awkward syntax:
Thoughts on this approach? I'm just thinking out-loud on this.. not 100% sure it's a good idea yet. |
Thanks |
@aelsabbahy the above code might hinder with the simplicity of the goss syntax, just a suggestion |
I'm gonna close this as a duplicate of #149 so we have one location to track this |
The text was updated successfully, but these errors were encountered: