From 0d15ce1865248eeb150f703f886619fdecad20b3 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 23 Aug 2026 21:33:00 +0800 Subject: [PATCH] ci: install protocol socket oracle (#6411) Co-authored-by: houseme --- .github/workflows/e2e-replication-nightly.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-replication-nightly.yml b/.github/workflows/e2e-replication-nightly.yml index 24c4aee3b..e59d1155a 100644 --- a/.github/workflows/e2e-replication-nightly.yml +++ b/.github/workflows/e2e-replication-nightly.yml @@ -192,8 +192,11 @@ jobs: cache-save-if: 'false' install-build-packaging-tools: 'false' - - name: Verify protocol socket oracle - run: ss -tn state CLOSE-WAIT >/dev/null + - name: Install and verify protocol socket oracle + run: | + sudo apt-get update -qq + sudo apt-get install -y -qq iproute2 + ss -tn state CLOSE-WAIT >/dev/null # The suite owns fixed protocol ports and serializes its internal cases. - name: Verify protocol e2e membership