hudi
hudi copied to clipboard
[HUDI-4780] Improve test setup
Change Logs
this pr supplements the 6602 test case. TestHoodieLogFormat initialization of fs is inconsistent with the actual running code, this is why the test code is as expected, but the log file is not segmented when actually running.
Impact
Correct the test code to align the test case with the actual running code
Contributor's checklist
- [ ] Read through contributor's guide
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
CI report:
- d95e07d69ec781883f3b5f7fb511cc2e31fdddcf Azure: FAILURE
Bot commands
@hudi-bot supports the following commands:@hudi-bot run azurere-run the last Azure build
@xushiyan thank u,this pr supplements the 6602 test case. You can first look at the review record of 6602 .
@loukey-lj : is this patch still valid ? can you respond to Ethan's and raymond's clarification above.
On the latest master, the file system instance is already instantiated properly in the setup of TestHoodieLogFormat. Closing this PR. @loukey-lj feel free to reopen it when you see fit.