Skip to content

[Bug] ic-good-opt, ic-good-opt-on and ic-cbdb-parallel tests failed on Rocky 8 #1538

@tuhaihe

Description

@tuhaihe

Apache Cloudberry version

main

What happened

There are 3 tests that failed when running on Rocky 8 dev container:

  • ic-good-opt
  • ic-good-opt-on
  • ic-cbdb-parallel

ic-good-opt

Found regression.diffs at: ./src/test/regress/regression.diffs
diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out
--- /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out	2026-01-19 20:42:27.563870372 -0800
+++ /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out	2026-01-19 20:42:27.566870369 -0800
@@ -69,8 +69,9 @@
 
 $$ LANGUAGE plpython3u;
 SELECT check_motion_sockets();
- check_motion_sockets 
-----------------------
- 
-(1 row)
-
+ERROR:  TypeError: __init__() got an unexpected keyword argument 'capture_output'
+CONTEXT:  Traceback (most recent call last):
+  PL/Python function "check_motion_sockets", line 40, in <module>
+    capture_output=True, check=True).stdout
+  PL/Python function "check_motion_sockets", line 422, in run
+PL/Python function "check_motion_sockets"

ic-good-opt-on

Found regression.diffs at: ./src/test/regress/regression.diffs
diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out
--- /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out	2026-01-19 20:46:44.227418740 -0800
+++ /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out	2026-01-19 20:46:44.230418730 -0800
@@ -69,8 +69,9 @@
 
 $$ LANGUAGE plpython3u;
 SELECT check_motion_sockets();
- check_motion_sockets 
-----------------------
- 
-(1 row)
-
+ERROR:  TypeError: __init__() got an unexpected keyword argument 'capture_output'
+CONTEXT:  Traceback (most recent call last):
+  PL/Python function "check_motion_sockets", line 40, in <module>
+    capture_output=True, check=True).stdout
+  PL/Python function "check_motion_sockets", line 422, in run
+PL/Python function "check_motion_sockets"

ic-cbdb-parallel

Found regression.diffs at: ./src/test/regress/regression.diffs
diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out
--- /__w/cloudberry/cloudberry/src/test/regress/expected/motion_socket.out	2026-01-19 20:44:50.410975936 -0800
+++ /__w/cloudberry/cloudberry/src/test/regress/results/motion_socket.out	2026-01-19 20:44:50.412975934 -0800
@@ -69,8 +69,9 @@
 
 $$ LANGUAGE plpython3u;
 SELECT check_motion_sockets();
- check_motion_sockets 
-----------------------
- 
-(1 row)
-
+ERROR:  TypeError: __init__() got an unexpected keyword argument 'capture_output'
+CONTEXT:  Traceback (most recent call last):
+  PL/Python function "check_motion_sockets", line 40, in <module>
+    capture_output=True, check=True).stdout
+  PL/Python function "check_motion_sockets", line 422, in run
+PL/Python function "check_motion_sockets"

What you think should happen instead

No response

How to reproduce

You can see the test here: https://github.com/apache/cloudberry/actions/runs/21159078720/job/60850595340?pr=1518

Operating System

Rocky 8.10

Anything else

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions