1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00
Amit Kapila
2025-03-25 09:39:53 +05:30
parent b87ced747d
commit cc4331605a

View File

@@ -76,7 +76,7 @@ $node_subscriber->wait_for_log(
.*Key \(c\)=\(4\); existing local tuple \(4, 4, 4\); remote tuple \(2, 3, 4\)./, .*Key \(c\)=\(4\); existing local tuple \(4, 4, 4\); remote tuple \(2, 3, 4\)./,
$log_offset); $log_offset);
pass('multiple_unique_conflicts detected during update'); pass('multiple_unique_conflicts detected during insert');
# Truncate table to get rid of the error # Truncate table to get rid of the error
$node_subscriber->safe_psql('postgres', "TRUNCATE conf_tab;"); $node_subscriber->safe_psql('postgres', "TRUNCATE conf_tab;");
@@ -108,6 +108,6 @@ $node_subscriber->wait_for_log(
.*Key \(c\)=\(8\); existing local tuple \(8, 8, 8\); remote tuple \(6, 7, 8\)./, .*Key \(c\)=\(8\); existing local tuple \(8, 8, 8\); remote tuple \(6, 7, 8\)./,
$log_offset); $log_offset);
pass('multiple_unique_conflicts detected during insert'); pass('multiple_unique_conflicts detected during update');
done_testing(); done_testing();