From 0fa99e18e36e7c45a8377b16a03ecfe915b071af Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 28 Oct 2024 16:41:54 +0900 Subject: [PATCH] test_cat: fix protocol Signed-off-by: Watson Co-authored-by: Daijiro Fukuda --- test/command/test_cat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/command/test_cat.rb b/test/command/test_cat.rb index b2e9cce5cd..40605815bb 100644 --- a/test/command/test_cat.rb +++ b/test/command/test_cat.rb @@ -18,7 +18,7 @@ def setup @primary = create_primary metadata = @primary.buffer.new_metadata @chunk = create_chunk(@primary, metadata, @es) - @port = unused_port(protocol: :udp) + @port = unused_port(protocol: :all) end def teardown