Обсуждение: Change comment in `contrib/amcheck` regression suite.

Поиск
Список
Период
Сортировка

Change comment in `contrib/amcheck` regression suite.

От
Kirill Reshke
Дата:
I did find a misleading comment in amcheck's regression test suite,
during un-related hacking in Cloudberry[0]. There is a comment which
says `-- Check that sequences are rejected` but those are supported
starting c3b011d

Lets make things not misleading.



[0] https://github.com/apache/cloudberry
-- 
Best regards,
Kirill Reshke

Вложения

Re: Change comment in `contrib/amcheck` regression suite.

От
Andreas Karlsson
Дата:
On 12/6/25 12:53 PM, Kirill Reshke wrote:
> I did find a misleading comment in amcheck's regression test suite,
> during un-related hacking in Cloudberry[0]. There is a comment which
> says `-- Check that sequences are rejected` but those are supported
> starting c3b011d
> 
> Lets make things not misleading.

I think we should change a bit more to make it more like the tests for 
heap tables. What do you think?

Andreas

Вложения

Re: Change comment in `contrib/amcheck` regression suite.

От
Kirill Reshke
Дата:
On Wed, 14 Jan 2026 at 11:06, Andreas Karlsson <andreas@proxel.se> wrote:
>
> On 12/6/25 12:53 PM, Kirill Reshke wrote:
> > I did find a misleading comment in amcheck's regression test suite,
> > during un-related hacking in Cloudberry[0]. There is a comment which
> > says `-- Check that sequences are rejected` but those are supported
> > starting c3b011d
> >
> > Lets make things not misleading.
>
> I think we should change a bit more to make it more like the tests for
> heap tables. What do you think?
>
> Andreas

Well, additional tests are good, but I did not get why cleanup is
needed (how it worked before?). We don't create anything new in your
patch, but for some reason need to drop..

-- 
Best regards,
Kirill Reshke



Re: Change comment in `contrib/amcheck` regression suite.

От
Andreas Karlsson
Дата:
On 1/14/26 9:53 AM, Kirill Reshke wrote:
> Well, additional tests are good, but I did not get why cleanup is
> needed (how it worked before?). We don't create anything new in your
> patch, but for some reason need to drop..

Just another issue I spotted. Sorry, I should have split it into two 
patches for ease for review.

Andreas

Вложения