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

Handle JDBC tests failure when parallel query is enforced. #2196

Merged

Conversation

skumawat2025
Copy link
Contributor

@skumawat2025 skumawat2025 commented Jan 2, 2024

Description

This PR handles the new failures JDBC test cases in parallel query in PG16. Majorly this PR does two things.

  1. Expected output files of some tests got changed because of some tests input file got changed.
    1. pgr_select_distinct - input file got changed in pg16
    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.

Issues Resolved

NO JIRA

Signed-off-by: Sandeep Kumawat [email protected]

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Sandeep Kumawat and others added 11 commits January 2, 2024 13:53
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
This reverts commit eb622e7.
This reverts commit abfc0fa.
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
@skumawat2025 skumawat2025 changed the title TEST PR Handle failures JDBC tests when parallel query is enforced. Jan 4, 2024
@skumawat2025 skumawat2025 changed the title Handle failures JDBC tests when parallel query is enforced. Handle failure JDBC tests when parallel query is enforced. Jan 4, 2024
@skumawat2025 skumawat2025 changed the title Handle failure JDBC tests when parallel query is enforced. Handle JDBC tests failure when parallel query is enforced. Jan 4, 2024
Deepesh125 and others added 3 commits January 8, 2024 14:12
…testing and unblock few more tests for parallel query testing (babelfish-for-postgresql#2188)

This commit introduces two changes:

1. 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.
2. It unblocks few more tests for parallel query testing

Task: BABEL-4392
Signed-off-by: Dipesh Dhameliya <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
Sandeep Kumawat added 3 commits January 9, 2024 08:23
fix
Signed-off-by: Sandeep Kumawat <[email protected]>
Signed-off-by: Sandeep Kumawat <[email protected]>
@Deepesh125 Deepesh125 merged commit 33c6815 into babelfish-for-postgresql:BABEL_4_X_DEV Jan 9, 2024
31 checks passed
@skumawat2025 skumawat2025 deleted the test-bbf-PQ branch January 9, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants