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

   ### What problem does this PR solve?
   
   Problem Summary:
   
   Fuzzy session initialization currently randomizes `enable_file_scanner_v2`, 
so regression runs may use either FileScannerV2 or the legacy V1 path. Going 
forward, fuzzy regression testing should cover only the default 
FileScannerV2-enabled path.
   
   This change removes the variable from fuzzy randomization and adds a unit 
test that protects the enabled invariant.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [ ] Regression test
       - [x] Unit Test
       - [ ] Manual test
       - [ ] No need to test or manual test.
   
   - Behavior changed:
       - [ ] No.
       - [x] Yes. Fuzzy sessions keep `enable_file_scanner_v2` enabled instead 
of randomizing it.
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label


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