Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose debug port for Presto server in product tests
By default Presto server does not expose 5005 port for debugger, it has to be manually changed in jvm.config. But when jvm.config is changed to expose that debug port, then docker compose configuration has to be also changed. When only docker compose is changed that 5005 is forwarded from Presto container and jvm.config is not changed, then 5005 port can be still used for other purpouses (probably to debug the other java process). Thanks to this change, it is just a bit easier to debug Presto server process in product tests. One file less to edit (remember).
- Loading branch information