From 23f3f6c0c039061027845d08deb21f18d15c3b44 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 14 Jul 2026 07:23:20 -0700 Subject: [PATCH] Revert "test: disable copy_data retry_tests temporarily (#1192)" This reverts commit da78297e86a0983c5f015cc46fbcaee8a8a85ad9. --- integration/copy_data/run.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/integration/copy_data/run.sh b/integration/copy_data/run.sh index 1a22c0496..d6ee5cab0 100644 --- a/integration/copy_data/run.sh +++ b/integration/copy_data/run.sh @@ -15,11 +15,10 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) echo "=== [copy_data] data_sync ===" bash "${SCRIPT_DIR}/data_sync/run.sh" -# TODO: reenable test, after fixing the flakiness https://github.com/pgdogdev/pgdog/issues/1185 -# echo "=== [copy_data] retry_test ===" -# bash "${SCRIPT_DIR}/retry_test/run.sh" +echo "=== [copy_data] retry_test ===" +bash "${SCRIPT_DIR}/retry_test/run.sh" -# echo "=== [copy_data] commit_sync ===" -# bash "${SCRIPT_DIR}/commit_sync/run.sh" +echo "=== [copy_data] commit_sync ===" +bash "${SCRIPT_DIR}/commit_sync/run.sh" echo "=== [copy_data] all tests passed ==="