From f63cb703a5f273f419b488e39eded86faef88d9b Mon Sep 17 00:00:00 2001 From: aressu1985 <47846308+aressu1985@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:33:16 +0800 Subject: [PATCH] Modify ci (#149) * modify socketTimeout to 120s * add regular match * support rc + Pessimistic * revert Fix pessimistic commit wait error * revert revert * modify ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d9c659f0..091eef96e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Start MO run: | cd $GITHUB_WORKSPACE/head - ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch-tae-CN-tae-DN + ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository uses: actions/checkout@v2 @@ -96,7 +96,7 @@ jobs: timedatectl status sleep 60s cd $GITHUB_WORKSPACE/mo-tester - ./run.sh -n -g -p $GITHUB_WORKSPACE/head/test/distributed/cases 2>&1 + ./run.sh -n -g -p $GITHUB_WORKSPACE/head/test/distributed/cases -e optimistic 2>&1 - name: Check MO-Server Status if: ${{ always() }}