JackieTien97 opened a new pull request, #787:
URL: https://github.com/apache/tsfile/pull/787

   ## Summary
   - Wrap `test_lower_case_name` and `test_tsfile_config` in `try/finally` 
blocks to ensure generated `.tsfile` files are cleaned up after tests
   - Fix `test_tree_all_datatype_query_to_dataframe_variants` cleanup bug: was 
deleting `tablet_write_and_read.tsfile` instead of 
`record_write_and_read.tsfile`
   - Add `python/tsfile/dataset/__pycache__` to `.gitignore`
   
   ## Test plan
   - [x] Verify tests still pass after adding `try/finally` cleanup
   - [x] Verify no leftover `.tsfile` files remain after running tests
   - [x] Code formatted with Black (no changes needed)


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