geserdugarov opened a new pull request, #10912:
URL: https://github.com/apache/hudi/pull/10912

   ### Change Logs
   
   We have two `@BeforeEach` in `HoodieDeltaStreamerTestBase` without any 
guarantees of execution ordering. The reason is the section with all `@Before*` 
and `@After*` is interrupted by `prepareInitialConfigs()` and 
`writeCommonPropsToFile()`. Refactored annotated methods to prevent future 
mistakes.
   
   This MR could be a possible fix for HUDI-7467, but I couldn't reproduce the 
failure from the issue locally.
   
   ### Impact
   
   No
   
   ### Risk level (write none, low medium or high below)
   
   Low
   
   ### Documentation Update
   
   No need
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Change Logs and Impact were stated clearly
   - [x] Adequate tests were added if applicable
   - [ ] CI passed
   


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

Reply via email to