Skip to content

[Fix-17137][CLUSTER-MANAGE] Fix update time not effective #17138

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

Merged
merged 4 commits into from
Apr 17, 2025

Conversation

sdhzwc
Copy link
Contributor

@sdhzwc sdhzwc commented Apr 16, 2025

close #17137

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contains incompatible change, you should also add it to docs/docs/en/guide/upgrade/incompatible.md

@nielifeng nielifeng requested a review from Copilot April 17, 2025 01:59
@SbloodyS SbloodyS changed the title [fix-17137][CLUSTER-MANAGE] Fix update time not effective [Fix-17137][CLUSTER-MANAGE] Fix update time not effective Apr 17, 2025
@SbloodyS SbloodyS added the bug Something isn't working label Apr 17, 2025
@SbloodyS SbloodyS added this to the 3.3.1 milestone Apr 17, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/impl/ClusterServiceTest.java:142

  • [nitpick] The test confirms that updateTime is not null, but consider also verifying that the updateTime reflects a recent timestamp relative to the operation if such precision is required.
assertNotNull(cluster.getUpdateTime());

wuchao added 2 commits April 17, 2025 10:10
@sdhzwc sdhzwc requested a review from SbloodyS April 17, 2025 02:13
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

@ruanwenjun ruanwenjun merged commit 457dafe into apache:dev Apr 17, 2025
70 checks passed
@sdhzwc sdhzwc deleted the cluster-manage-update-not-effective branch April 18, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [CLUSTER-MANAGE] Update time not effective
3 participants