Gabriel39 opened a new pull request, #65147:
URL: https://github.com/apache/doris/pull/65147

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary: The S3 TVF insert regression case wrote all runs under a 
fixed regression/insert_tvf_test prefix while also using 
delete_existing_files=true and wildcard reads. Concurrent regression jobs could 
delete each other directories or infer schema from another run files, causing 
flaky mismatches or missing columns. This change gives each suite run a 
UUID-scoped S3 prefix and uses that same prefix for both writes and reads, so 
deletes and wildcard reads are isolated to the current run.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Regression test attempted: ./run-regression-test.sh --run -d 
external_table_p0/tvf/insert -s test_insert_into_s3_tvf. It could not complete 
because local FE at 127.0.0.1:9030 refused the MySQL connection before the 
first SQL statement.
   - Behavior changed: No, test-only path isolation.
   - Does this need documentation: No


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to