Skip to content

Commit

Permalink
relo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyq-617 committed Dec 31, 2020
1 parent 041a4c1 commit 45f26e6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ matrix:
branch_pattern: coverity_scan

- os: linux
dist: trusty
dist: xenial
language: c
git:
- depth: 1
Expand All @@ -157,7 +157,7 @@ matrix:
- build-essential
- cmake
env:
- DESC="trusty/gcc-4.8 build"
- DESC="xenial build"

before_script:
- export TZ=Asia/Harbin
Expand Down Expand Up @@ -227,7 +227,7 @@ matrix:

- os: linux
arch: arm64
dist: trusty
dist: xenial
language: c
git:
- depth: 1
Expand All @@ -238,7 +238,7 @@ matrix:
- build-essential
- cmake
env:
- DESC="trusty/gcc-4.8 build"
- DESC="xenial build"

before_script:
- export TZ=Asia/Harbin
Expand Down
2 changes: 2 additions & 0 deletions tests/script/jenkins/basic_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
./test.sh -f general/parser/repeatAlter.sim
./test.sh -f general/parser/union.sim
./test.sh -f general/parser/topbot.sim
./test.sh -f general/db/nosuchfile.sim
./test.sh -f general/parser/function.sim

./test.sh -f general/stable/disk.sim
./test.sh -f general/stable/dnode3.sim
Expand Down
16 changes: 15 additions & 1 deletion tests/script/jenkins/basic_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ cd ../../../debug; make
./test.sh -f general/tag/set.sim
./test.sh -f general/tag/smallint.sim
./test.sh -f general/tag/tinyint.sim
./test.sh -f general/wal/sync.sim
./test.sh -f general/wal/kill.sim
./test.sh -f general/wal/maxtables.sim

./test.sh -f general/user/authority.sim
./test.sh -f general/user/monitor.sim
Expand Down Expand Up @@ -87,4 +90,15 @@ cd ../../../debug; make
./test.sh -f unique/vnode/replica2_repeat.sim
./test.sh -f unique/vnode/replica3_basic.sim
./test.sh -f unique/vnode/replica3_repeat.sim
./test.sh -f unique/vnode/replica3_vgroup.sim
./test.sh -f unique/vnode/replica3_vgroup.sim

./test.sh -f unique/dnode/monitor.sim
./test.sh -f unique/dnode/monitor_bug.sim
./test.sh -f unique/dnode/simple.sim
./test.sh -f unique/dnode/data1.sim
./test.sh -f unique/dnode/m2.sim
./test.sh -f unique/dnode/m3.sim
./test.sh -f unique/dnode/offline3.sim
./test.sh -f general/wal/sync.sim
./test.sh -f general/wal/kill.sim
./test.sh -f general/wal/maxtables.sim
4 changes: 2 additions & 2 deletions tests/script/jenkins/basic_3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
./test.sh -f unique/mnode/mgmt22.sim
./test.sh -f unique/mnode/mgmt23.sim
./test.sh -f unique/mnode/mgmt24.sim
#./test.sh -f unique/mnode/mgmt25.sim
#./test.sh -f unique/mnode/mgmt26.sim
./test.sh -f unique/mnode/mgmt25.sim
./test.sh -f unique/mnode/mgmt26.sim
./test.sh -f unique/mnode/mgmt33.sim
./test.sh -f unique/mnode/mgmt34.sim
./test.sh -f unique/mnode/mgmtr2.sim
Expand Down

0 comments on commit 45f26e6

Please sign in to comment.