mengw15 commented on PR #6238: URL: https://github.com/apache/texera/pull/6238#issuecomment-4918782072
Hi @Neilk1021 👋 — for context, here's the CI work I have in flight (in `.github/workflows/build.yml`): - **#6220** — per-service **boot smoke tests**: launch each packaged service's dist in CI and assert it starts without a runtime classpath/linkage crash (the class of bug that compiles + unit-tests clean but dies at `main`). Draft PR: #6271. - **#6273** — add a **`platform-integration`** CI job (mirroring `amber-integration`) as the infra-provisioned home for platform-service integration tests / boot checks. Looks like we're on different layers — you're optimizing the embedded unit-test DB (`MockTexeraDB`), I'm adding CI jobs that provision real postgres/MinIO and boot the packaged services — so no file overlap. Flagging for awareness; happy to sync if the platform integration-test DB path ends up mattering. -- 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]
