Skip to content

Conversation

@qiong-zhou
Copy link
Contributor

@qiong-zhou qiong-zhou commented Dec 16, 2025

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.java

Verify this pull request

This change added tests and can be verified as follows:

  • Added testTrack() in RemoteExecutorTest to verify the change.

@qiong-zhou
Copy link
Contributor Author

@SbloodyS WorkflowInstanceFailoverTestCase.testGlobalFailover_runningWorkflow_fromAnotherMaster failed.
This unit test failure appears to be unrelated to my changes. Please help me out.

@SbloodyS
Copy link
Member

SbloodyS commented Dec 17, 2025

@SbloodyS WorkflowInstanceFailoverTestCase.testGlobalFailover_runningWorkflow_fromAnotherMaster failed. This unit test failure appears to be unrelated to my changes. Please help me out.

I've already rerun all tests.

@SbloodyS SbloodyS added this to the 3.4.0 milestone Dec 17, 2025
@SbloodyS SbloodyS added the improvement make more easy to user or prompt friendly label Dec 17, 2025
@qiong-zhou
Copy link
Contributor Author

@SbloodyS WorkflowInstanceFailoverTestCase.testGlobalFailover_runningWorkflow_fromAnotherMaster failed. This unit test failure appears to be unrelated to my changes. Please help me out.

I've already rerun all tests.

@SbloodyS Unit tests failed again, any idea what might be causing this?

@ruanwenjun
Copy link
Member

@qiong-zhou CI issue fixed by #17807

@qiong-zhou
Copy link
Contributor Author

@ruanwenjun ok thanks.
@SbloodyS I've merged #17807 Please rerun the checks.
I'm wandering if I can rerun checks by myself?

@ruanwenjun
Copy link
Member

@ruanwenjun ok thanks. @SbloodyS I've merged #17807 Please rerun the checks. I'm wandering if I can rerun checks by myself?

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 SbloodyS modified the milestones: 3.4.0, 3.4.1 Dec 23, 2025
@qiong-zhou
Copy link
Contributor Author

qiong-zhou commented Dec 29, 2025

@SbloodyS Please review the code.

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend improvement make more easy to user or prompt friendly test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement][Task] Optimization of log processing for RemoteShellTask

3 participants