You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/25 17:53:17 UTC

[GitHub] [airflow] Bowrna commented on a diff in pull request #23715: breeze test parallel

Bowrna commented on code in PR #23715:
URL: https://github.com/apache/airflow/pull/23715#discussion_r955262878


##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -90,13 +90,10 @@ class SelectiveUnitTestTypes(Enum):
 
 ALLOWED_TEST_TYPE_CHOICES = [
     "All",
-    "Always",
     *all_selective_test_types(),
     "Helm",
     "Postgres",
     "MySQL",
-    "Integration",

Review Comment:
   @potiuk I have removed the duplicate TEST_TYPE here from `global_constants.py` file so that test_type doesn't show duplicate entries. 
   
   https://github.com/apache/airflow/blob/main/BREEZE.rst#running-unit-integration-tests-in-groups
   Here in screenshot of command, the `--test-type` option contains duplicate. Am i right in thinking that it should not contain duplicate? 



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org