Hanefi Onaldi

Results 48 issues of Hanefi Onaldi

As we moved from Travis to CircleCI in some of our projects, this repository CI was broken at some point. I suggest we get Travis working again

I tried to run `make -sj8 install` and got the following error > cstore_metadata_serialization.c:19:10: fatal error: 'cstore.pb-c.h' file not found > #include "cstore.pb-c.h" > ^~~~~~~~~~~~~~~ > 1 error generated. >...

#6085 will introduce PG15 support. Postgres 15 brings numerous new features, see Release Notes [here](https://www.postgresql.org/docs/15/release-15.html). In this issue, we wanted to list some of the items that Citus may need...

PG15 introduced support for security invoker views. All views before PG15 are security definer views. A security definer view checks privileges of the view owner, rather than checking for permissions...

We started to see some flaky results in `columnar_first_row_number` test. After 74ce210f8b23f592d2b4308fb4a0f69f7dd73e88 was committed, the same regression test failed on both [PG13](https://app.circleci.com/pipelines/github/citusdata/citus/24438/workflows/0d50fb36-87e5-47bc-b18d-dfdde3285e3c/jobs/669065) and [PG14](https://app.circleci.com/pipelines/github/citusdata/citus/24438/workflows/0d50fb36-87e5-47bc-b18d-dfdde3285e3c/jobs/669082) on `master` branch with the same...

bug
columnar
dev_reported

We have 2 seperate test schedules for hyperscale: `multi_schedule_hyperscale` that contains the tests that can be run as unprivileged user and `multi_schedule_hyperscale_superuser` that contains tests that need a privileged user....

This issue aims to capture the current state of the flaky tests, and coordinate fixes. I created a summary on the failures on master branch since last 30 days. See...

This PR aims to introduce first usages of blocker conditions in isolation tests in an attempt to make the order of outputs deterministic. More details can be found at https://github.com/postgres/postgres/blob/5f0adec2537dab531ef63ff6e0fe640698a291d9/src/test/isolation/README#L151-L204

From time to time, we see that the spacing changes randomly in some PRs such as [here](https://github.com/citusdata/citus/pull/5964#discussion_r884496081) The problem is that we have different editor configurations in the team and...