anmolxlight commented on issue #67213:
URL: https://github.com/apache/airflow/issues/67213#issuecomment-4507827966

   Verified the RC wheels from PyPI for my provider changes.
   
   Environment:
   - Python 3.11.15
   - apache-airflow==3.1.3
   - apache-airflow-providers-cncf-kubernetes==10.17.1rc1
   - apache-airflow-providers-edge3==3.7.0rc1
   - apache-airflow-providers-fab==3.6.4rc1
   - apache-airflow-providers-keycloak==0.7.2rc1
   
   Checks performed:
   - #66650 / cncf.kubernetes: verified `KubernetesPodTrigger` treats terminal 
pod phases as authoritative: `Succeeded` maps to success, `Failed` maps to 
failed even when the base container is still waiting, and non-terminal pods 
still fall back to base-container state. Also verified the trigger emits the 
expected failed event for a terminal failed pod.
   - #66883 / edge3 and fab: verified provider DB managers handle existing 
provider tables without an Alembic version by stamping the base revision and 
then running migrations, while a genuinely empty DB still uses ORM table 
creation.
   - #67031 / keycloak: verified default non-team role policies are created and 
attached to the generated permissions: `Allow-User`, `Allow-Op`, `Allow-Admin`, 
`Allow-SuperAdmin`, and the default team roles for `ReadOnly`.
   
   All focused RC checks passed on my side.


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

Reply via email to