-
Notifications
You must be signed in to change notification settings - Fork 5k
[Improvement-17788] [TaskPlugin] Optimization of log processing for RemoteShellTask #17800
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
base: dev
Are you sure you want to change the base?
Conversation
|
@SbloodyS |
I've already rerun all tests. |
b9fe19f to
8e9215a
Compare
|
@qiong-zhou CI issue fixed by #17807 |
|
@ruanwenjun ok thanks. |
71427b6 to
6e059cc
Compare
Right now, the CI need committer approve, this is primarily to reduce unnecessary CI resource consumption. If we can move the CI action to developer's repo, then we can remove this. |
|
@SbloodyS Please review the code. |
SbloodyS
left a comment
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
|



Purpose of the pull request
Optimization of log processing for RemoteShellTask. Reading the logs by line to avoid large string. close #17788
Brief change log
Modified
RemoteExecutor.javaVerify this pull request
This change added tests and can be verified as follows:
testTrack()inRemoteExecutorTestto verify the change.