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

[YSQL] Adapt of the PgCatalogPerfTest.ResponseCacheMemoryLimit unit test for pg15 #24171

Closed
1 task done
d-uspenskiy opened this issue Sep 27, 2024 · 0 comments
Closed
1 task done
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@d-uspenskiy
Copy link
Contributor

d-uspenskiy commented Sep 27, 2024

Jira Link: DB-13058

Description

The PgCatalogPerfTest.ResponseCacheMemoryLimit fails on pg15 due to too restrictive check of some metrics which may varies due to different reasons in different releases.

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@d-uspenskiy d-uspenskiy added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Sep 27, 2024
@d-uspenskiy d-uspenskiy self-assigned this Sep 27, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Sep 27, 2024
@d-uspenskiy d-uspenskiy changed the title [YSQL] Adapt the PgCatalogPerfTest.ResponseCacheMemoryLimit unit test for pg15 [YSQL] Adapt of the PgCatalogPerfTest.ResponseCacheMemoryLimit unit test for pg15 Sep 27, 2024
d-uspenskiy added a commit that referenced this issue Sep 30, 2024
…t unit test for pg15

Summary:
The `PgCatalogPerfTest.ResponseCacheMemoryLimit` fails on `pg15` due to too restrictive check of some metrics (`pg_response_cache_gc_calls` and `pg_response_cache_entries_removed_by_gc`). The value of this metrics may varies due to different reasons in different Postgres releases. Possible reasons are the size of each cache entry and the number of such entries due to difference in catalog tables content.
Jira: DB-13058

Test Plan:
Jenkins

```
./yb_build.sh --gtest_filter PgCatalogPerfTest.ResponseCacheMemoryLimit
```

Reviewers: jason

Reviewed By: jason

Subscribers: smishra, yql

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D38495
timothy-e pushed a commit that referenced this issue Sep 30, 2024
Summary:
 a6d2802 [docs] Voyager left nav changes  (#24141)
 c629cfa [docs] added a missed alias (#24175)
 ef91421 [PLAT-15493] Failover fails post switchover in a replication setup
 2e25b7d [#23733] YSQL: Add conditional trigger tests for update optimization
 aca129f Fix lag metric name (#24178)
 c41a282 [#24164] xClusterDDLRepl: Skip CreateSequencesDataTable for AlterUniverseReplication
 fe84bfe [PLAT-13469] Health check to ensure systemd files have ExecPreStart
 81f0dfd [PLAT-15495] [UI] Add error column in node agent hidden page
 71ccee9 [PLAT-15358] Fix replication not existing logging message
 85e67fe [PLAT-15338] Improve formatting for very long universe names in DR participant cards
 8a71db3 [#24176] YSQL: Fix flaky test PgDdlAtomicitySanityTest.DdlRollbackMasterRestart
 b0d4d63 [#24145]: DocDB: Remove cdc specific yb_client from PgClientServiceImpl
 4bd9bd7 [PLAT-9803] Allow AWS universe to use any AWS instance type if runtime conf is set
 Excluded: 59b3636 [#24179] YSQL: INSERT ON CONFLICT batching
 Excluded: b9b57c6 [#24123] YSQL: Make a new ANN Access Method that redirects to the base table
 d8e4d30 [PLAT-15430]fix support bundle prometheus metrics query
 68d47f3 [PLAT-14030]Enable imdsv2 by default
 7fb93f2 [#24171] YSQL: Adapt of the PgCatalogPerfTest.ResponseCacheMemoryLimit unit test for pg15
 c18fd1c [#24190] CDCSDK: Enable tablet splitting on tables under CDCSDK stream by default
 8fade9b [PLAT-14966] [PLAT-14968] Edit KMS config reverts to default name in hashicorp vault
 347f14a [PLAT-15500][PLAT-15485]Fix read-replica edits for serviceEndpoint validations, move service-scope runtime config to Provider level
 fba6c68 [PLAT-15440] [PLAT][Metrics]IO write bytes are not calculated correctly for perprocess metrics
 247bed6 [PLAT-15534][YBA CLI]"yb-db-version list -o pretty" output is not a valid JSON
 99c5646 [PLAT-15437][PLAT-15445][YBA CLI] Changes to backup restore set of commands

Test Plan: Jenkins: rebase: pg15-cherrypicks

Reviewers: tfoucher, fizaa, telgersma

Differential Revision: https://phorge.dev.yugabyte.com/D38550
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants