You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussion with @emelsimsek, we decided to support that at citus repo for now.
But we also have a plan to run citus tests with any other extensions created with the help of extension tests automation.
You can follow the issue #262 to be aware of the task status.
In order to make sure Citus works fine with auto_explain, let's enable running CI with auto_explain enabled. Here is an example configuration:
postgresql.conf
shared_preload_libraries = 'citus,pg_stat_statements,auto_explain'
auto_explain.log_min_duration = 0
auto_explain.log_analyze = true
auto_explain.log_buffers = true
auto_explain.log_nested_statements = true
auto_explain comes built-in with postgresql. No need for additional install.
As an important note, those new tests in CI, as they are likely to fail, should not block github merge workflow for PRs at the moment.
The text was updated successfully, but these errors were encountered: