Hey folks, While working on re-enabling tests in our new Apache workflow (tests that I had previously disabled), I noticed that ic_singlenode_regress tests are failing following the changes made in PR #695 ("Make gp-style partition table compatible with greenplum" https://github.com/apache/cloudberry/pull/695).
I'm sharing this on the dev list in the spirit of open collaboration - this kind of follow-up work is a normal part of our development process as we evolve the codebase together. As I'm the one who disabled these tests initially, it feels right to highlight what I'm finding as I work to bring them back online. The failures can be reproduced in a single-node setup using:| cd <cloudberry src directory> NUM_PRIMARY_MIRROR_PAIRS=0 make create-demo-cluster make installcheck-singlenode --directory=src/test/singlenode_regress For those interested, you can see my development Cloudberry workflow in action (with the test issue): https://github.com/edespino/cloudberry/actions/runs/12037000664 It appears the test expectations need to be updated to align with the new GP-style partition table compatibility changes. Best regards, -=e -- Ed Espino Apache Cloudberry (incubating) & MADlib