This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 5933818eec7 Delete the adjustment operation of TCP port (#14770)
5933818eec7 is described below

commit 5933818eec7ea750e9a9e0b652ccf869f3cfa0ec
Author: Yang Yuming <[email protected]>
AuthorDate: Fri Jan 24 11:28:56 2025 +0800

    Delete the adjustment operation of TCP port (#14770)
---
 .github/workflows/daily-it.yml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index 1e08896f69c..c4f72ff0fd6 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -31,18 +31,6 @@ jobs:
         with:
           distribution: liberica
           java-version: ${{ matrix.java }}
-      - name: Adjust network dynamic TCP ports range
-        if: ${{ runner.os == 'Windows' }}
-        shell: pwsh
-        run: |
-          netsh int ipv4 set dynamicport tcp start=32768 num=32768
-          netsh int ipv4 set dynamicport udp start=32768 num=32768
-          netsh int ipv6 set dynamicport tcp start=32768 num=32768
-          netsh int ipv6 set dynamicport udp start=32768 num=32768
-      - name: Adjust Linux kernel somaxconn
-        if: ${{ runner.os == 'Linux' }}
-        shell: bash
-        run: sudo sysctl -w net.core.somaxconn=65535
       - name: IT/UT Test
         shell: bash
         run: |
@@ -75,18 +63,6 @@ jobs:
         with:
           distribution: liberica
           java-version: ${{ matrix.java }}
-      - name: Adjust network dynamic TCP ports range
-        if: ${{ runner.os == 'Windows' }}
-        shell: pwsh
-        run: |
-          netsh int ipv4 set dynamicport tcp start=32768 num=32768
-          netsh int ipv4 set dynamicport udp start=32768 num=32768
-          netsh int ipv6 set dynamicport tcp start=32768 num=32768
-          netsh int ipv6 set dynamicport udp start=32768 num=32768
-      - name: Adjust Linux kernel somaxconn
-        if: ${{ runner.os == 'Linux' }}
-        shell: bash
-        run: sudo sysctl -w net.core.somaxconn=65535
       - name: IT/UT Test
         shell: bash
         # we do not compile client-cpp for saving time, it is tested in 
client.yml

Reply via email to