Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-08-14 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3190562516

   I haven't seen this occur again. Therefore, I'm assuming that it has been 
fixed.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-08-14 Thread via GitHub


xBis7 closed issue #52906: test_otel.py::TestOtelIntegration is flaky
URL: https://github.com/apache/airflow/issues/52906


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-06 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3041699484

   Thank you!


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-06 Thread via GitHub


potiuk commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3041534754

   > I've opened a PR with a fix. For more info, check the PR description.
   
   Merged. Let's see. Thanks for the super-quick and in-depth analysis,.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-06 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3041429685

   I've opened a PR with a fix. For more info, check the PR description.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-06 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3041171107

   During these failures, the paused scheduler thread never comes back.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-06 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3041168665

   I've concluded that the issue is with the 2nd test, 
`test_scheduler_change_after_the_first_task_finishes`.
   
   The test
   * uses 2 schedulers
   * pauses the 1st scheduler thread so that the 2nd will pick up processing 
the dag_run
   * once the dag_run has finished, it resumes the paused scheduler to check 
that it makes the needed updates to the db
   
   Once that fails, then the rest fail as well. After commenting it out, there 
are no more failures.
   
   40/40 successful executions where there used to be 12-15 failures in 40 runs.
   
   https://github.com/xBis7/airflow/actions/runs/16096527407
   
   https://github.com/xBis7/airflow/actions/runs/16096660040
   
   https://github.com/xBis7/airflow/actions/runs/16096742809
   
   https://github.com/xBis7/airflow/actions/runs/16096823166
   
   


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-05 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3039038067

   > Are you going to mark it as flaky ? If so you can even add comment and 
link to that issue.
   
   I'm trying to fix it. If it takes longer than expected then I'll mark it as 
flaky.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-05 Thread via GitHub


potiuk commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3038882282

   Are you going to mark it as flaky ? If so you can even add comment and link 
to that issue.


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-05 Thread via GitHub


xBis7 commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3038867076

   @potiuk Thank you!


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-05 Thread via GitHub


potiuk commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3038865865

   Assigned it to the project .


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



Re: [I] test_otel.py::TestOtelIntegration is flaky [airflow]

2025-07-05 Thread via GitHub


boring-cyborg[bot] commented on issue #52906:
URL: https://github.com/apache/airflow/issues/52906#issuecomment-3038856448

   Thanks for opening your first issue here! Be sure to follow the issue 
template! If you are willing to raise PR to address this issue please do so, no 
need to wait for approval.
   


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