tuhaihe opened a new issue, #1538:
URL: https://github.com/apache/cloudberry/issues/1538
### 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
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/cloudberry/blob/main/CODE_OF_CONDUCT.md).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]