diff options
| author | Alvaro Herrera | 2022-09-07 15:33:49 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2022-09-07 15:33:49 +0000 |
| commit | 4b4663fb4a704b7a145ed6ec018b1f0c116eeb6b (patch) | |
| tree | fe34701f162b9bdbb878962c4b7f1c4fd331658c /src/test/subscription | |
| parent | 5265e91fd10ddbc47921126571ed64914fd3cb72 (diff) | |
Message style fixes
Diffstat (limited to 'src/test/subscription')
| -rw-r--r-- | src/test/subscription/t/029_on_error.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/029_on_error.pl b/src/test/subscription/t/029_on_error.pl index 05daa77c58a..add8788370c 100644 --- a/src/test/subscription/t/029_on_error.pl +++ b/src/test/subscription/t/029_on_error.pl @@ -48,7 +48,7 @@ sub test_skip_lsn # Check the log to ensure that the transaction is skipped, and advance the # offset of the log file for the next test. $offset = $node_subscriber->wait_for_log( - qr/LOG: ( [A-Z0-9]+:)? done skipping logical replication transaction finished at $lsn/, + qr/LOG: ( [A-Z0-9]+:)? logical replication completed skipping transaction at LSN $lsn/, $offset); # Insert non-conflict data |
