vincbeck opened a new pull request, #29276:
URL: https://github.com/apache/airflow/pull/29276

   In both system tests `example_eks_with_fargate_profile` and 
`example_eks_with_fargate_in_one_step` subnets are created within the system 
test. In order to create these subnets, an available CIDR block is created with 
the function `_get_next_available_cidr`. When both tests are running at the 
same time, some race condition can happen and both tests might pick the same 
CIDR blocks which then result as a failure.
   
   To avoid that, I rather create these subnets outside of the system test and 
fetch them as external parameter


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to