You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/02/22 09:20:01 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #29688: Revert "Quarantine `test_cli_internal_api_background`"

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

   Reverts apache/airflow#29665
   
   Seems like https://github.com/apache/airflow/pull/29681 would fix https://github.com/apache/airflow/issues/29679


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


[GitHub] [airflow] Taragolis commented on pull request #29688: Revert "Quarantine `test_cli_internal_api_background`"

Posted by "Taragolis (via GitHub)" <gi...@apache.org>.
Taragolis commented on PR #29688:
URL: https://github.com/apache/airflow/pull/29688#issuecomment-1439927297

   Well... all errors not related to Timeout error


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


[GitHub] [airflow] potiuk commented on pull request #29688: Revert "Quarantine `test_cli_internal_api_background`"

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on PR #29688:
URL: https://github.com/apache/airflow/pull/29688#issuecomment-1440290448

   I think it was public-runners only . Applied the label and rebased.


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


[GitHub] [airflow] uranusjr merged pull request #29688: Revert "Quarantine `test_cli_internal_api_background`"

Posted by "uranusjr (via GitHub)" <gi...@apache.org>.
uranusjr merged PR #29688:
URL: https://github.com/apache/airflow/pull/29688


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


[GitHub] [airflow] bugraoz93 commented on pull request #29688: Revert "Quarantine `test_cli_internal_api_background`"

Posted by "bugraoz93 (via GitHub)" <gi...@apache.org>.
bugraoz93 commented on PR #29688:
URL: https://github.com/apache/airflow/pull/29688#issuecomment-1440880601

   Good finding! It seems like #29681 fixed the following error.
   
   [Tests / Quarantined tests - FileNotFoundError](https://github.com/apache/airflow/actions/runs/4234887733/jobs/7358101338#step:5:946)
   
   ``` bash
   =================================================================
   [2023-02-21T17:13:32.652+0000] {dagbag.py:532} INFO - Filling up the DagBag from /dev/null
   Please make sure to build the frontend in static/ directory and restart the server
   ----------------------------- Captured stderr call -----------------------------
   Traceback (most recent call last):
     File "/usr/local/bin/airflow", line 33, in <module>
       sys.exit(load_entry_point('apache-airflow', 'console_scripts', 'airflow')())
     File "/opt/airflow/airflow/__main__.py", line 48, in main
       args.func(args)
     File "/opt/airflow/airflow/cli/cli_parser.py", line 53, in command
       return func(*args, **kwargs)
     File "/opt/airflow/airflow/utils/cli.py", line 108, in wrapper
       return f(*args, **kwargs)
     File "/opt/airflow/airflow/cli/commands/internal_api_command.py", line 166, in internal_api
       app = create_app(None)
     File "/opt/airflow/airflow/cli/commands/internal_api_command.py", line 250, in create_app
       init_api_internal(flask_app, standalone_api=True)
     File "/opt/airflow/airflow/www/extensions/init_views.py", line 235, in init_api_internal
       with open(path.join(ROOT_APP_DIR, "api_internal", "openapi", "internal_api_v1.yml")) as f:
   FileNotFoundError: [Errno 2] No such file or directory: '/opt/airflow/airflow/api_internal/openapi/internal_api_v1.yml'
   ```


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