bluczko commented on PR #62528:
URL: https://github.com/apache/airflow/pull/62528#issuecomment-3980776734

   @o-nikolas I added an assertion in existing `test_stale_bundle_cleanup()` 
test, where the Process target function's name is checked. 
   
   Now, in conjunction with the `__name__` check, it's also comparing it to the 
function's `__qualname__`, which should be equal when it's a top-level function 
(it won't contain the `.<locals>` part), and at this point we already checked 
that it's not a lambda function. This assertion would fail before this PR's 
changes.


-- 
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