xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Implement StartProcess API #18

Closed longquanzheng closed 11 months ago

longquanzheng commented 11 months ago

Test passing locally:

=== RUN   TestStartBasicProcessPostgres
[GIN] 2023/09/27 - 16:57:40 | 200 |    2.317375ms |             ::1 | POST     "/api/v1/xdb/service/process-execution/start"
[GIN] 2023/09/27 - 16:57:40 | 200 |    1.042166ms |             ::1 | POST     "/api/v1/xdb/service/process-execution/describe"
--- PASS: TestStartBasicProcessPostgres (0.01s)
PASS
finished running integ test with status code 0
test database deleted: tst1695859059924303000

Still waiting for fix in Github CI for Puslar