You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/02/19 12:15:00 UTC

[jira] [Created] (FLINK-16169) Harden BlobServerRangeTest

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)