Files
openide/java/execution
Alexander Koshevoy 4fc5820b58 Fix running/debugging JUnit Run Configurations started under Docker target
For several options in JUnit Run Configuration, where the list of tests are to be discovered by IDE (f.e. "All in package", "All in directory", "Pattern", etc), IDE creates the server socket on the host machine and listens for the connection from `JUnitStarter` wrapper executed on the target. These endpoint processes might operate in different physical or logical networks but usually they have either a shared network interface (f.e. the Docker "bridge" network) or have a machinery to pass the connection between them (f.e. SSH port forwarding).

IJ-CR-6719

GitOrigin-RevId: cedb2c6c44091313862c1bea9544aa27f15a864d
2021-04-02 16:31:03 +00:00
..