liang-wenjie commented on PR #18464: URL: https://github.com/apache/dolphinscheduler/pull/18464#issuecomment-5224353467
Thanks, @SbloodyS. I checked and fixed the failed schedule API tests in `c804e50cf5` (`test(api): fix schedule insert mock`). The branch has also been updated with `dev`; current head is `cd5a311164`. The relevant checks are now green: - `Unit-Test (dolphinscheduler-api | Java 8)` — passed - `Unit-Test (dolphinscheduler-api | Java 11)` — passed - API-Test / Backend / Frontend / E2E / schema checks — passed The only remaining failed check is `dead-link`. It fails before checking any links because the workflow installs lychee v0.24.0, while the repository's existing `.github/workflows/lychee.toml` has `include_fragments = false`; v0.24.0 expects a string or table for this option. This is unrelated to the files changed by this PR. Could you please re-review the missed-fire-policy changes when convenient? The requested frontend serialization, backward-compatible update behavior, and create/update regression coverage are all included in the current branch. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
