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

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Problem Summary: The system rowsets regression used a second-level current 
timestamp captured after the test table was created as the lower bound for 
`NEWEST_WRITE_TIMESTAMP`. If the table creation rowset was recorded just before 
that lower bound, the timestamp filter could drop the initial rowset and make 
the expected version list unstable. Capture a timestamp before creating the 
table and move it slightly earlier, so the test still exercises the timestamp 
filter while avoiding the boundary race.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test:
       - Regression test: `doris-local-regression --network 10.26.20.3/24 all 
-d query_p0/system -s test_query_sys_rowsets`
       - Regression test: `doris-local-regression --network 10.26.20.3/24 run 
-d query_p0/system -s test_query_sys_rowsets` (20 consecutive runs)
   - Behavior changed: No
   - 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