Vamsi-klu commented on issue #71847:
URL: https://github.com/apache/airflow/issues/71847#issuecomment-5382948902

   RC testing for the two `@Vamsi-klu` boxes on #71847. Ran on a local machine 
with Breeze and Docker. An earlier cloud session left no artifacts here and 
could not start Breeze.
   
   **apache-airflow-providers-apache-kafka==1.16.0rc1** 
([#69740](https://github.com/apache/airflow/pull/69740), issue #56494)
   
   - Environment: Breeze CI image, Python 3.11.15, `apache-airflow==3.3.1` / 
`apache-airflow-core==3.3.1`, isolated venv, `PYTHONPATH` pointed at extracted 
tests only
   - Exact PyPI wheel `1.16.0rc1`, sha256 
`8fb09fb11074ef7038a6a48e7b2ef4a4058b4e3378f021b20a97c692c36dc935`
   - Import path: 
`/files/rc-71847-work/venv/lib/python3.11/site-packages/airflow/providers/apache/kafka/operators/consume.py`
 (`site-packages`, not `/opt/airflow/providers`)
   - `pip check`: No broken requirements found
   - RC-era `test_consume.py` from merge `cf23900a6a`: **29 passed in 2.15s**
   - #69740 portion (`return_apply_function_results` default None, 
filter/order, batch unchanged): **3 passed, 26 deselected in 2.14s**
   - Live broker: skipped (no Kafka endpoint). librdkafka logged 
`localhost:9092` connection refused on a couple of mocked consume tests. Those 
tests still passed.
   - Result: **PASS**
   
   **apache-airflow-providers-databricks==7.19.0rc1** 
([#70088](https://github.com/apache/airflow/pull/70088), issue #21377)
   
   - Same Breeze / Airflow 3.3.1 / isolated venv
   - Exact PyPI wheel `7.19.0rc1`, sha256 
`17143c1559bae849228e87f419bfd665aa3fd00bf56e88b5cd02ac1ab16d122c`
   - Import path: 
`/files/rc-71847-work/venv/lib/python3.11/site-packages/airflow/providers/databricks/operators/warehouse.py`
   - Hook methods present on the installed RC: `get_warehouse`, 
`get_warehouse_state`, `start_warehouse`, `stop_warehouse`
   - RC-era operator tests from merge `263fafcec0` plus 
`TestWarehouseLifecycle` hook cases: **34 passed in 1.79s**
   - Covered start/stop wait, already-running/stopped no-ops, in-flight 
STARTING/STOPPING, deadline polling, invalid warehouse id, template fields, and 
warehouse REST endpoints
   - Live workspace: skipped (no Databricks credentials)
   - Result: **PASS**
   
   Command and clock:
   
   ```text
   breeze --answer yes run --python 3.11 --skip-image-upgrade-check \
     bash -lc 'export BREEZE_CONTAINER=1; bash /files/rc-71847-run.sh'
   start_utc=2026-08-22T22:15:06Z
   end_utc=2026-08-22T22:16:04Z
   elapsed_sec=58
   KAFKA_PYTEST_EXIT=0
   KAFKA_PORTION_PYTEST_EXIT=0
   DATABRICKS_PYTEST_EXIT=0
   OVERALL=PASS
   ```
   
   I did not tick the boxes from this comment. Happy to if a maintainer wants 
that.
   
   ---
   Drafted-by: Cursor Grok 4.6; reviewed by @Vamsi-klu before posting
   


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