DanielLeens commented on PR #11058:
URL: https://github.com/apache/seatunnel/pull/11058#issuecomment-4686978622
Validation update for the latest docs-only push (`556701adae`):
- `./mvnw spotless:apply`
- Passed.
- `./mvnw -q -DskipTests verify`
- Failed locally at `seatunnel-dist` `export-connector-metadata`.
- Observed error: `exec-maven-plugin` reported
`org/apache/seatunnel/api/table/factory/TableSinkFactory` missing during
connector metadata export.
- Website preview validation reused the existing local preview workspace and
its existing `node_modules`:
- Preview workspace:
`/Users/stone/work/myworkspace/seatunnel-website.worktrees/f867-doc-preview3.sZWOZW`
- `npm run build`
- Passed and generated both `build/` and `build/zh-CN/`.
- `npm run serve -- --host 127.0.0.1 --port 3100`
- Verified all touched tutorial pages in browser preview for both English
and Chinese:
- `run-your-first-job`
- `mysql-cdc-to-doris`
- `jdbc-to-s3`
- `kafka-to-iceberg`
- `http-to-jdbc`
- `file-to-starrocks`
- `multi-table-cdc`
- Verified the new installation links jump to the correct sections:
- `/docs/getting-started/locally/deployment#download-the-connector-plugins`
- `/zh-CN/docs/getting-started/locally/deployment#下载连接器插件`
Scope notes:
- Reused only the preview website workspace and its existing `node_modules`.
- This run did not revalidate the real connector runtime behavior of MySQL,
Kafka, Doris, S3, Iceberg, PostgreSQL, StarRocks, or HTTP systems, because this
PR is documentation-only and no shared full integration environment for all six
recipes was provisioned in this run.
- This run did revalidate documentation structure, static build output, page
rendering, navigation, and anchor-link behavior for every touched tutorial page.
--
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]