-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reuse postgres service in risedev for tests #18858
Comments
Looks tricker than expected:
I attempted it in https://buildkite.com/risingwavelabs/pull-request/builds/60468#01929ed1-b87a-45f2-a19c-a5ee894db098. But our ci environment does not have docker, which this depends on. I suppose we have to stick to ci docker compose. Although we can still make the postgres tests inlined. |
In CI we use
|
This issue has been open for 60 days with no activity. If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the You can also confidently close this issue as not planned to keep our backlog clean. |
We can reuse the one we use for meta backend in our tests for pg cdc / pg tvf.
Wait for source tests to migrate to sqlbackend in #18099, before working on this, so we have the pg service managed by risedev.
The text was updated successfully, but these errors were encountered: