Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-31 Thread via GitHub
uranusjr commented on PR #37166: URL: https://github.com/apache/airflow/pull/37166#issuecomment-2028987177 Turns out this got merged first so I rebased #38608 instead. I think I did it right? @Taragolis -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-29 Thread via GitHub
potiuk merged PR #37166: URL: https://github.com/apache/airflow/pull/37166 -- 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-unsubscr...@airflow.a

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-29 Thread via GitHub
Taragolis commented on PR #37166: URL: https://github.com/apache/airflow/pull/37166#issuecomment-2027724000 This PR better merge (and possibly rebase) after https://github.com/apache/airflow/pull/38608 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-29 Thread via GitHub
Taragolis commented on code in PR #37166: URL: https://github.com/apache/airflow/pull/37166#discussion_r1544845557 ## tests/providers/common/io/xcom/test_backend.py: ## @@ -86,28 +87,19 @@ def task_instance(task_instance_factory): class TestXcomObjectStoreBackend: -path

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-22 Thread via GitHub
potiuk commented on code in PR #37166: URL: https://github.com/apache/airflow/pull/37166#discussion_r1535741587 ## tests/providers/common/io/xcom/test_backend.py: ## @@ -86,28 +87,19 @@ def task_instance(task_instance_factory): class TestXcomObjectStoreBackend: -path =

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-03-21 Thread via GitHub
github-actions[bot] commented on PR #37166: URL: https://github.com/apache/airflow/pull/37166#issuecomment-2014085720 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-02-04 Thread via GitHub
bolkedebruin commented on code in PR #37166: URL: https://github.com/apache/airflow/pull/37166#discussion_r1477430920 ## tests/providers/common/io/xcom/test_backend.py: ## @@ -86,28 +87,19 @@ def task_instance(task_instance_factory): class TestXcomObjectStoreBackend: -p

Re: [PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-02-04 Thread via GitHub
Taragolis commented on code in PR #37166: URL: https://github.com/apache/airflow/pull/37166#discussion_r1477295533 ## tests/providers/common/io/xcom/test_backend.py: ## @@ -86,28 +87,19 @@ def task_instance(task_instance_factory): class TestXcomObjectStoreBackend: -path

[PR] Use generic utils for cleanup db and operate with temp objects in TestXcomObjectStoreBackend [airflow]

2024-02-04 Thread via GitHub
Taragolis opened a new pull request, #37166: URL: https://github.com/apache/airflow/pull/37166 Use pytest temporary directory structure instead of hardcoded `/tmp/xcom` Use `tests.test_utils.db` for cleanup test DB. Avoid to directly change configuration, instead of that