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

[GitHub] [airflow] moiseenkov opened a new pull request, #33003: Refactor system tests for DataprocSubmitJobOperator (PySpark, SparkR jobs)

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

   Enhancement for `DataprocSubmitJobOperator` system tests (PySpark, SparkR jobs).
   
   Dynamic creation of the job file was replaced by pulling it from the public GCS bucket `airflow-system-tests-resources`. This change resolves the following problems:
   1. Tests were creating a job file and uploading it into a GCS bucket. If these two tasks run in different containers, then tests fail because the second task can't find the file.
   2. After refactoring tests look shorter and simpler.  


-- 
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] eladkal merged pull request #33003: Refactor system tests for DataprocSubmitJobOperator (PySpark, SparkR jobs)

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


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