venkateshwaracholan commented on issue #4206:
URL: https://github.com/apache/polaris/issues/4206#issuecomment-4418556990

   @dimas-b  @adutra 
   
   Validated locally against current `main` (commit `a7725aded`), which 
includes the fix from #3210.
   
   Ran the existing Python integration suite:
   
   ```bash
   cd client/python
   
   export POLARIS_URI=http://localhost:8181/api/catalog
   export POLARIS_REALM=POLARIS
   export POLARIS_CLIENT_ID=<root-client-id>
   export POLARIS_CLIENT_SECRET=<root-client-secret>
   
   pytest integration_tests/test_catalog_apis.py::test_drop_table_purge -vv -s
   ```
   
   Confirmed that:
   - `test_drop_table_purge` passes successfully
   - The async cleanup task executes correctly
   - No `ContextNotActiveException` appears in Polaris server logs during purge 
handling
   
   The integration test exercises the same purge flow (`purge_requested=True`) 
described in this issue and waits for metadata cleanup completion. Fix from 
#3210 is confirmed working — this issue can be closed.
   
   cc: @Zevrap-81 


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