• Andy Wilkinson's avatar
    Wait for server port to be written in a more robust manner · 5dea4c5a
    Andy Wilkinson authored
    Previously, we just waited for the file to exist before trying to read
    the port from it. This left a window where the file existed but its
    contents had not be written which could result in a
    NumberFormatException.
    
    This commit now waits for the file to have a length that is greater
    than zero.
    
    See gh-7379
    5dea4c5a
Name
Last commit
Last update
..
test/java Loading commit data...