Chesnay Schepler created FLINK-16169: ----------------------------------------
Summary: Harden BlobServerRangeTest Key: FLINK-16169 URL: https://issues.apache.org/jira/browse/FLINK-16169 Project: Flink Issue Type: Improvement Components: Tests Affects Versions: 1.11.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.11.0 The {{BlobServerRangeTest}} uses the know anti-pattern of allocating a free port, freeing it, and then passing it into another component, with the expectation that it will start on that port. This can lead to failures if the port is allocated again in the meantime by another process. -- This message was sent by Atlassian Jira (v8.3.4#803005)