xcherryio / xcherry

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

Init db extension with Postgres and Pulsar #15

Closed longquanzheng closed 11 months ago

longquanzheng commented 11 months ago

Pulsar is having trouble running in GH actions, I have opened an issue: https://github.com/apache/pulsar/discussions/21261

but locally is fine.

go test -v ./integTests -postgres=true
start running integ test
test database created: tst1695792464197263000
=== RUN   TestNothing
TODO
--- PASS: TestNothing (0.00s)
PASS
finished running integ test with status code 0
test database deleted: tst1695792464197263000
ok      github.com/xdblab/xdb/integTests    0.594s