Apache Cloudberry version
main
What happened
case failed in PR #1098 :
Found regression.diffs at: ./contrib/pax_storage/src/test/regress/regression.diffs
diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/expected/lock.out /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/results/lock.out
--- /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/expected/lock.out 2025-05-14 01:54:12.907013626 -0700
+++ /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/results/lock.out 2025-05-14 01:54:12.913013637 -0700
@@ -64,21 +64,23 @@
select l.gp_segment_id, relname from pg_locks l, pg_class c
where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock'
order by relname;
- gp_segment_id | relname
----------------+------------
+ gp_segment_id | relname
+---------------+-------------------------
0 | lock_tbl1
0 | lock_tbl1a
0 | lock_view2
+ 0 | pg_pax_blocks_50065
1 | lock_tbl1
1 | lock_tbl1a
1 | lock_view2
+ 1 | pg_pax_blocks_50065_idx
2 | lock_tbl1
2 | lock_tbl1a
2 | lock_view2
-1 | lock_tbl1
-1 | lock_tbl1a
-1 | lock_view2
-(12 rows)
+(14 rows)
ROLLBACK;
BEGIN TRANSACTION;
I'm pretty sure this PR has nothing to do with PAX, no change for that.
And I found the case failed even on our commits 964756f in main branch
https://github.com/apache/cloudberry/actions/runs/14927589884/job/41936745203
/__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/results/lock.out
--- /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/expected/lock.out 2025-05-09 04:31:34.624629466 -0700
+++ /__w/cloudberry/cloudberry/contrib/pax_storage/src/test/regress/results/lock.out 2025-05-09 04:31:34.629629414 -0700
@@ -160,17 +160,[18](https://github.com/apache/cloudberry/actions/runs/14993002873/job/42121794920#step:18:19) @@
select l.gp_segment_id, relname from pg_locks l, pg_class c
where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock'
order by relname;
- gp_segment_id | relname
----------------+------------
+ gp_segment_id | relname
+---------------+---------------------
0 | lock_tbl1
0 | lock_view6
+ 0 | pg_pax_blocks_50136
1 | lock_tbl1
1 | lock_view6
2 | lock_tbl1
2 | lock_view6
-1 | lock_tbl1
-1 | lock_view6
-(8 rows)
+(9 rows)
What you think should happen instead
No response
How to reproduce
CI
Operating System
CI
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Apache Cloudberry version
main
What happened
case failed in PR #1098 :
I'm pretty sure this PR has nothing to do with PAX, no change for that.
And I found the case failed even on our commits 964756f in main branch
https://github.com/apache/cloudberry/actions/runs/14927589884/job/41936745203
What you think should happen instead
No response
How to reproduce
CI
Operating System
CI
Anything else
No response
Are you willing to submit PR?
Code of Conduct