-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle JDBC tests failure when parallel query is enforced. (#2196)
This PR handles the new failures JDBC test cases in parallel query in PG16. Majorly this commit does three things. 1. Expected output files of some tests got changed because of some tests input file got changed. 1.1 pgr_select_distinct - input file got changed in pg16 1.2 TestSQLQueries and BABEL-328-vu-verify - order of output rows got changed in pg16. 2. Some tests are hanging indefinitely in PG16. These tests are blocked from running and created a jira for these issues. 3. It adds flexibility to provide different SLA time for parallel query testing. User can now use flag sla_for_parallel_query_enforced to specify different SLA time to be considered when tests file runs with parallel query enforced. Co-authored-by: Dipesh Dhameliya <[email protected]> Signed-off-by: Sandeep Kumawat <[email protected]>
- Loading branch information
1 parent
91fc063
commit 33c6815
Showing
8 changed files
with
47 additions
and
1,088 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
176 changes: 0 additions & 176 deletions
176
test/JDBC/expected/parallel_query/BABEL-328-vu-verify.out
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.