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

testSetMemoryTracking fails with connection manager enabled #21550

Closed
yugabyte-ci opened this issue Mar 18, 2024 · 0 comments
Closed

testSetMemoryTracking fails with connection manager enabled #21550

yugabyte-ci opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority

Comments

@yugabyte-ci
Copy link
Contributor

yugabyte-ci commented Mar 18, 2024

Jira Link: DB-10435

@yugabyte-ci yugabyte-ci added area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority labels Mar 18, 2024
vpatibandla-yb added a commit that referenced this issue Jul 8, 2024
… enabled

Summary:
The test `org.yb.pgsql.TestYbPgStatActivity#testSetMemoryTracking` is failing is while doing the check `total_heap_released>0` . Made a change in the code where a table is created and dropped which would result in the heap memory released. With this change, the test is succeeding with connection manager enabled.
Jira: DB-10435

Test Plan:
Check that UT is passing now with connection manager enabled and disabled.

```
./yb_build.sh --enable-ysql-conn-mgr-test --java-test 'org.yb.ysqlconnmgr.TestYbPgStatActivity#testSetMemoryTracking'
```

Jenkins: all tests, enable connection manager

Reviewers: asrinivasan, rbarigidad, mkumar, skumar, nkumar, telgersma

Reviewed By: rbarigidad, telgersma

Differential Revision: https://phorge.dev.yugabyte.com/D36270
jasonyb pushed a commit that referenced this issue Jul 10, 2024
Summary:
 65145f6 [PLAT-14532] Import Local Release will now try to process all releases.
 c5c969e [PLAT-14153] Do not count already upgraded master nodes as "inactive masters" during a software upgrade
 b5a2e60 [#23096] YSQL: Return empty response from pg_replication_slots instead of an error if yb_enable_replication_commands isn't true.
 2d5ca88 [PLAT-14157] Implement new per process metrics in node_health.py
 1607290 [PLAT-14478] Allowing prometheus auth without enabling HTTPS
 57f4b33 Handling markdown space in contributors.md
 9d54ca0 [docs] voyager-1.7.2 changes (#23116)
 b81dbaa [#23094] YSQL: Fix flaky test TestPgRegressFeaturePartition
 8b202c1 [docs] Removed v2.16 (#23099)
 d040fd8 [PLAT-11654] Adding client level retries to Azure ybops
 d0917bd [PLAT-13865] Check for expiry of current in-use certs as well
 fbc51f6 [#23128] CDCSDK: Fix TSAN failure in TestCDCSDKConsistentStreamWithManyTransactions
 44d899f [#21550] YSQL: testSetMemoryTracking UT fails with connection manager enabled
 650269f [#22848] YSQL: Stats are not updated correctly for sticky connections in ysql connection manager
 0fd5799 [PLAT-14527][PLAT-14538] : DB Audit log fixes and improvements
 4c35006 [PLAT-12685]: Add alerts for xCluster tales based on status

Test Plan: Jenkins: rebase: pg15-cherrypicks

Reviewers: jason, tfoucher

Subscribers: yql

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D36435
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ecosystem Label for all ecosystem related projects jira-originated kind/new-feature This is a request for a completely new feature priority/high High Priority
Projects
None yet
Development

No branches or pull requests

3 participants