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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)