You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Changes to several test files:
* yb_index_scan:
* Upstream PG 1a8d5afb0dfc5d0dcc6eda0656a34cb1f0cf0bdf commutes index operators. Adjust output accordingly
* yb_index_scan_null_asc / yb_index_scan_null_hash:
* set `jit = false` because messages about failing to find a JIT compiler appeared with pg15. I'm not sure why they appeared, it seems the lines have existed since at least PG11.
* yb_indexing_order:
* Upstream PG 50289819230d8ddad510879ee4793b04a05cf13b removes the logic to de-duplicate indexes on tables created with the `CREATE TABLE <name> (LIKE <other_name>)` syntax. Add back the previously de-duplicated indexes, and adjust the parent comment. This change is not explicitly mentioned in the commit summary, but I'm not sure if PG was even aware of this behaviour. There were no tests for it, and no comment stating that's what happens. But checking out YB PG11, and applying the PG11 version of the above commit, I can reproduce the difference.
* yb_reindex:
* Upstream PG 55a1954da16e041f895e5c3a6abff13c5e3a4a2f (and then further modified by 6ef77cf46e81f45716ec981cb08781d426181378) introduced aliases for child tables of a partitioned table - adjust the output accordingly
* Upstream PG a6642b3ae060976b42830b7dc8f29ec190ab05e4 supports reindexing partitioned indexes. In YB, this requires all child partitions to have `indisvalid` set to false. Update the test to cover some of these cases.
Also, add back support for `YB_DISABLE_ERROR_PREFIX` in roughly the same manner that it was added in YB 05ea20d. It was removed by the pg15 initial merge 55782d5.
Jira: DB-13189
Test Plan:
```lang=sh
./yb_build.sh --java-test 'org.yb.pgsql.TestPgRegressIndex'
grep "TestPgRegressIndex" pg15_tests/passing_tests.tsv | pg15_tests/run_tests.sh
```
Reviewers: jason, myang
Reviewed By: myang
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D38011
Jira Link: DB-13189
Description
org.yb.pgsql.TestPgRegressIndex.schedule
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: