The GitHub Actions job "Release Auditing" on texera.git/branch-1-framework has 
failed.
Run started by GitHub user bobbai00 (triggered by bobbai00).

Head commit for run:
479607ca8cdc39b100b4e6521643daa1471ac728 / Jiadong Bai 
<[email protected]>
refactor(agent-service): drop execution-only types, add server API tests

Remove types/execution.ts, agent/workflow-result-state.ts (and its test),
the computingUnitId field, and the result-summary plumbing in server.ts.
The /operator-results route stays and returns an empty map so the frontend
keeps working; branch-2 (tools) populates it once executeOperator lands.

Refactor server.ts to expose a buildApp() factory and start()/import.meta
gate so tests can drive the routes via app.handle(new Request(...)) — the
standard Elysia testing pattern. Move .onError onto the agentsRouter
instance so thrown errors inside its handlers are caught (Elysia 1.x scopes
error handlers to the instance they are attached to). Replace DELETE's
throw with a direct set.status = 404 for predictability.

Add server.test.ts covering /health, agent create/list/get/delete, the
stop/clear/operator-results control routes, settings PATCH round-trip,
invalid JWT rejection, and missing-modelType validation.

Report URL: https://github.com/apache/texera/actions/runs/24924792892

With regards,
GitHub Actions via GitBox

Reply via email to