Closed mathieucarbou closed 4 years ago
If PortChooser
happens to be the problem, we could use the new port chooser. That's currently in tc-platform, and would need to be moved to terracotta-utilities
repository though.
If
PortChooser
happens to be the problem, we could use the new port chooser. That's currently in tc-platform, and would need to be moved toterracotta-utilities
repository though.
agree. but if this is the solution, I would expect someone else to do it other than you or me. We need help here so that you can focus on your tasks.
@AbfrmBlr : FYI. Can you look if we can get help for that... Thanks!
I tested port allocation on windows and linux using this code I slapped together.
It works fine.
I can change the port range if you like (this allocated and listened on 10000 ports simultaneously)
I tested port allocation on windows and linux using this code I slapped together. It works fine.
I can change the port range if you like (this allocated and listened on 10000 ports simultaneously)
I don't think you are testing the same behavior as in the port chooser. The port chooser using some randomization and exclude list which can make things worse and there are a a bunch of port open / close / open / close so time wait on the VM I guess.
I don't think you are testing the same behavior as in the port chooser. The port chooser using some randomization and exclude list which can make things worse and there are a a bunch of port open / close / open / close so time wait on the VM I guess.
Feel free to contribute a better test.
Changed the ephemeral port range on our Azure agents from 1024- to 49152-
Issue was due to ephemeral port range on build system, not related to galvan, closing this.
Hi guys,
PR https://github.com/Terracotta-OSS/terracotta-platform/pull/645 is blocked: If you look at the build, the windows test are not passing because the build is stopped by Azure. There are a lot of timeouts like these:
link: https://dev.azure.com/TerracottaCI/terracotta/_build/results?buildId=3772&view=logs&j=cb55e55a-edd2-5df7-6d62-766be1c1d824&t=da40a98e-93df-5bfb-2b85-e8d484631d78
Here is a console dump if the link is not working: console.txt
Looking at the timestemps in the logs, there are a lot of minutes wasted: