Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flake test bfv_meta_track #817

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yjhjstz
Copy link
Member

@yjhjstz yjhjstz commented Dec 26, 2024

+select * from pg_stat_last_operation join
26   pg_namespace on pg_namespace.oid = pg_stat_last_operation.objid
27   where pg_namespace.nspname = 'bfv_meta_track';
28- count 
29--------
30-     1
31-(1 row)
32+ classid | objid | staactionname | stasysid | stausename | stasubtype |               statime               |  oid  |    nspname     | nspowner | nspacl 
33+---------+-------+---------------+----------+------------+------------+-------------------------------------+-------+----------------+----------+--------
34+    1259 | 28790 | ANALYZE       |       10 | gpadmin    | AUTO       | Wed Dec 25 20:38:52.263961 2024 PST | 28790 | bfv_meta_track |       10 | 
35+    1259 | 28790 | CREATE        |       10 | gpadmin    | TABLE      | Wed Dec 25 20:38:25.097799 2024 PST | 28790 | bfv_meta_track |       10 | 
36+    1259 | 28790 | VACUUM        |       10 | gpadmin    |            | Wed Dec 25 20:38:25.620417 2024 PST | 28790 | bfv_meta_track |       10 | 
37+    2615 | 28790 | CREATE        |       10 | gpadmin    | SCHEMA     | Wed Dec 25 21:02:33.646391 2024 PST | 28790 | bfv_meta_track |       10 | 
38+(4 rows)

One suppose is that oid_wraparound test is before bfv_meta_track test.
Add stasubtype limit , make test stable.

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


avamingli
avamingli previously approved these changes Dec 26, 2024
Copy link
Contributor

@avamingli avamingli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a rebase, or revert the previous commit about this case..

@edespino
Copy link
Contributor

@yjhjstz & @avamingli - FYI: bhv_meta_track is failing across main and all PR branches.

Apache Cloudberry Build

  • ic-good-opt-on
  • ic-good-opt-off

Apache Cloudberry Build Debug

  • ic-cbd-parallel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants