Skip to content

[Bug] icw test fail on parallel_is_better case in gp_parallel #241

@smartyhero

Description

@smartyhero

Cloudberry Database version

branch: main
commit id : b692345b

What happened

trigger build cloudberrydb, build success, but icw test is failed

case name: gp_parallel

log :

diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 /code/gpdb_src/src/test/regress/expected/gp_parallel.out /code/gpdb_src/src/test/regress/results/gp_parallel.out
--- /code/gpdb_src/src/test/regress/expected/gp_parallel.out	2023-10-18 02:58:00.420410717 +0800
+++ /code/gpdb_src/src/test/regress/results/gp_parallel.out	2023-10-18 02:58:00.475410634 +0800
@@ -2036,9 +2036,11 @@
 begin;
 set local max_parallel_workers_per_gather = 8;
 select * from refresh_compare(true, false);
+NOTICE:  Non-parallel refresh duration=@ 3.283272 secs
+NOTICE:  Parallel refresh duration=@ 2.769643 secs
  parallel_is_better 
 --------------------
- t
+ f
 (1 row)
 
 select * from refresh_compare(false, false);

What you think should happen instead

No response

How to reproduce

use main branch (commit id b692345b) trigger ci/cd pipeline

Operating System

centos x86

Anything else

No response

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

type: BugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions