-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pg15] test: fully port regress create_operator, create_type, with
Summary: Fully port regress tests - create_operator to yb_pg_create_operator - create_type to yb_pg_create_type - with to yb_pg_with so that test TestPgRegressPgMisc passes. Test Plan: On Almalinux 8: #!/usr/bin/env bash set -eu ./yb_build.sh fastdebug --gcc11 for _ in {1..50}; do grep TestPgRegressPgMisc pg15_tests/passing_tests.tsv; done | pg15_tests/run_tests.sh Jenkins: rebase: pg15 Reviewers: aagrawal, tfoucher Reviewed By: aagrawal Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D34444
- Loading branch information
Showing
7 changed files
with
2,135 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.