Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2cdc138

Browse files
committed
Remember to drop roles created by regression tests.
Commite3920ac created "regress_subscription_user2" in subscription.sql,but forgot to drop it, causing the regression tests to fail if run twicewithout re-initdb'ing.
1 parentcf366e9 commit2cdc138

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/test/regress/expected/subscription.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ DROP SUBSCRIPTION testsub NODROP SLOT; -- fail
119119
ERROR: subscription "testsub" does not exist
120120
RESET SESSION AUTHORIZATION;
121121
DROP ROLE regress_subscription_user;
122+
DROP ROLE regress_subscription_user2;
122123
DROP ROLE regress_subscription_user_dummy;

‎src/test/regress/sql/subscription.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ DROP SUBSCRIPTION testsub NODROP SLOT; -- fail
9292

9393
RESET SESSION AUTHORIZATION;
9494
DROP ROLE regress_subscription_user;
95+
DROP ROLE regress_subscription_user2;
9596
DROP ROLE regress_subscription_user_dummy;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp