Commit 7b1f22a
committed
[yugabyte#23799] test: Fixed PgTableSizeTest.SharedTableSize test for pg15
Summary:
The test `PgTableSizeTest.SharedTableSize` was checking the size of
the shared tables: `pg_auth_members` & `pg_pltemplate`.
For PG15 the table `pg_pltemplate` (supported till PG12 only) is replaced
by `pg_authid`, because the table is not available in PG15.
The fix is implemented in the `master` branch to have it sync-ed with
the `pg15` branch.
Jira: DB-12701
Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_table_size-test --gtest_filter PgTableSizeTest.SharedTableSize
Reviewers: mihnea, jason, sushil.kumar
Reviewed By: jason
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D377181 parent 578248a commit 7b1f22a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments