XYenon opened a new issue, #6428: URL: https://github.com/apache/opendal/issues/6428
### Describe the bug oli tests `edit::{test_edit_file_content_replacement,test_edit_existing_file_with_changes,test_edit_new_file}` failed when `TMPDIR` env is not set to `/tmp` ``` 3 │-File uploaded successfully to tmp[TEMP_DIR]/replace_test.txt 3 │+File uploaded successfully to var[TEMP_DIR]/replace_test.txt ``` ### Steps to Reproduce ```bash cd opendal/bin/oli # This is my macOS default value export TMPDIR=/var/folders/b1/0fd1b6hs7lz0fm_mh346lybm0000gn/T/ cargo test ``` ### Expected Behavior Tests pass ### Additional Context _No response_ ### Are you willing to submit a PR to fix this bug? - [ ] Yes, I would like to submit a PR. -- 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: commits-unsubscr...@opendal.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org