Skip to content

fix(test): Skip failing storage options query test on Cloudberry#25

Merged
gfphoenix78 merged 1 commit intoapache:sync-with-upstreamfrom
robertmu:storage-option
Aug 28, 2025
Merged

fix(test): Skip failing storage options query test on Cloudberry#25
gfphoenix78 merged 1 commit intoapache:sync-with-upstreamfrom
robertmu:storage-option

Conversation

@robertmu
Copy link
Copy Markdown
Contributor

Temporarily skips the GetTableStorage integration test on Cloudberry. The test fails because Cloudberry, unlike GPDB 7, does not persist default storage options to pg_class.reloptions when an append-optimized table is created with only appendonly=true.

This inconsistency causes the test to fail as it expects the default storage option string but receives an empty one from the query.

A TODO comment has been added to re-enable the test once the underlying issue in Cloudberry is resolved.

See: apache/cloudberry#1260

Temporarily skips the `GetTableStorage` integration test on Cloudberry.
The test fails because Cloudberry, unlike GPDB 7, does not persist
default storage options to `pg_class.reloptions` when an append-optimized
table is created with only `appendonly=true`.

This inconsistency causes the test to fail as it expects the default
storage option string but receives an empty one from the query.

A TODO comment has been added to re-enable the test once the underlying
issue in Cloudberry is resolved.

See: apache/cloudberry#1260
@gfphoenix78 gfphoenix78 merged commit 62fc64d into apache:sync-with-upstream Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants