vincbeck opened a new issue, #62248: URL: https://github.com/apache/airflow/issues/62248
# Test 1. Multi-team mode blocking mechanism - Verify exception raised when multi-team executors configured but `multi_team=False` # Test 2. Team executor validation - Verify all configured team names exist in database - Raise `AirflowConfigException` for missing teams - Provide clear error message with missing team names # Test 3. Multi-team task scheduling - Schedule tasks from multiple teams - Verify correct executor selected per team - Verify task queuing to team-specific executors # Test 4. Wrong team executor - Configure tasks to use an executor that is part of a different team - Verify error # Test 5. Global executor - Configure tasks to use the global executor -- 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]
