0AyanamiRei opened a new pull request, #67138:
URL: https://github.com/apache/doris/pull/67138
### What problem does this PR solve?
Issue Number: N/A
Related PR: N/A
Problem Summary:
`test_materialized_view_load_open` used `createMV`, which waits for the
latest materialized view job in the shared database. Under parallel suite
execution, it can observe a concurrent job as `FINISHED` and execute `ADD
COLUMN` while its own table is still in `ROLLUP` state.
Replace all four calls with `create_sync_mv` so each materialized view
creation waits for the job belonging to its base table.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test
- [x] No need to test or manual test. Explain why:
- [x] Other reason: regression-test synchronization-only change; not
run per request.
- Behavior changed:
- [x] No.
- [ ] Yes.
- 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]