Skip to content

Commit

Permalink
Modify ci (#149)
Browse files Browse the repository at this point in the history
* modify socketTimeout to 120s

* add regular match

* support rc + Pessimistic

* revert Fix pessimistic commit wait error

* revert revert

* modify ci
  • Loading branch information
aressu1985 authored Sep 15, 2023
1 parent d904700 commit f63cb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() }}
Expand Down

0 comments on commit f63cb70

Please sign in to comment.