-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve tiered storage system test #10471
Conversation
Signed-off-by: Luke Chen <[email protected]>
2e88150
to
f1f3ddf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just out of curiosity how quicker will test go now? (compared to previous runs?) I assumed you have tested it.
@see-quick , I've removed the test terminals. But the most of time in the test is:
For (1), the related config is: So, basically, in the worst case, we can save (1) 30 sec + (3)300 sec - (new 1) 5 sec - (new 3) 5 sec = 320 sec, which is more than 5 mins. |
Thanks, and good job with such optimization! 👍 |
/azp run regression |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for the PR. |
Type of change
Select the type of your PR
Description
testTieredStorageWithAivenPlugin
, we'll wait for the log uploaded or deleted in remote storage, this can be speeded up by reducingremote.log.manager.task.interval.ms
config value (default is 30 sec).testTieredStorageWithAivenPlugin
, we'll wait for the local log got deleted, this can be speeded up by reducinglog.retention.check.interval.ms
config value (default is 5 min).testCustomAndUpdatedValues
test inKafkaST
now.Checklist
Please go through this checklist and make sure all applicable tasks have been done