Neilk1021 commented on PR #6238: URL: https://github.com/apache/texera/pull/6238#issuecomment-4918799947
> Hi @Neilk1021 👋 — for context, here's the CI work I have in flight (in `.github/workflows/build.yml`): > > * **[Add CI smoke tests that each service boots successfully #6220](https://github.com/apache/texera/issues/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: [test(ci): add per-service boot smoke tests #6271](https://github.com/apache/texera/pull/6271). > * **[Add a platform-integration CI job (mirroring amber-integration) as the home for platform-service integration tests #6273](https://github.com/apache/texera/issues/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. Thanks for the context! -- 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]
