Skip to content

Commit

Permalink
[yugabyte#24625] YSQL: Rename TestPgRegressGenerated class
Browse files Browse the repository at this point in the history
Summary:
Rename TestPgRegressGenerated to TestPgRegressPgGenerated to keep it consistent with other child classes of BasePgRegressTestPorted.
Jira: DB-13679

Test Plan: Jenkins: test regex: TestPgRegressPgGenerated*

Reviewers: stiwary

Reviewed By: stiwary

Subscribers: yql

Differential Revision: https://phorge.dev.yugabyte.com/D39461
  • Loading branch information
arpang committed Oct 26, 2024
1 parent 68af5d1 commit 08f5b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Runs the pg_regress test suite on YB code.
*/
@RunWith(value=YBTestRunner.class)
public class TestPgRegressGenerated extends BasePgRegressTestPorted {
public class TestPgRegressPgGenerated extends BasePgRegressTestPorted {
@Override
public int getTestMethodTimeoutSec() {
return 1800;
Expand Down

0 comments on commit 08f5b8c

Please sign in to comment.