relo
This commit is contained in:
parent
041a4c15d1
commit
45f26e66b4
|
@ -146,7 +146,7 @@ matrix:
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: xenial
|
||||||
language: c
|
language: c
|
||||||
git:
|
git:
|
||||||
- depth: 1
|
- depth: 1
|
||||||
|
@ -157,7 +157,7 @@ matrix:
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
env:
|
env:
|
||||||
- DESC="trusty/gcc-4.8 build"
|
- DESC="xenial build"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export TZ=Asia/Harbin
|
- export TZ=Asia/Harbin
|
||||||
|
@ -227,7 +227,7 @@ matrix:
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: trusty
|
dist: xenial
|
||||||
language: c
|
language: c
|
||||||
git:
|
git:
|
||||||
- depth: 1
|
- depth: 1
|
||||||
|
@ -238,7 +238,7 @@ matrix:
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
env:
|
env:
|
||||||
- DESC="trusty/gcc-4.8 build"
|
- DESC="xenial build"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export TZ=Asia/Harbin
|
- export TZ=Asia/Harbin
|
||||||
|
|
|
@ -150,6 +150,8 @@
|
||||||
./test.sh -f general/parser/repeatAlter.sim
|
./test.sh -f general/parser/repeatAlter.sim
|
||||||
./test.sh -f general/parser/union.sim
|
./test.sh -f general/parser/union.sim
|
||||||
./test.sh -f general/parser/topbot.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/disk.sim
|
||||||
./test.sh -f general/stable/dnode3.sim
|
./test.sh -f general/stable/dnode3.sim
|
||||||
|
|
|
@ -26,6 +26,9 @@ cd ../../../debug; make
|
||||||
./test.sh -f general/tag/set.sim
|
./test.sh -f general/tag/set.sim
|
||||||
./test.sh -f general/tag/smallint.sim
|
./test.sh -f general/tag/smallint.sim
|
||||||
./test.sh -f general/tag/tinyint.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/authority.sim
|
||||||
./test.sh -f general/user/monitor.sim
|
./test.sh -f general/user/monitor.sim
|
||||||
|
@ -88,3 +91,14 @@ cd ../../../debug; make
|
||||||
./test.sh -f unique/vnode/replica3_basic.sim
|
./test.sh -f unique/vnode/replica3_basic.sim
|
||||||
./test.sh -f unique/vnode/replica3_repeat.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
|
|
@ -60,8 +60,8 @@
|
||||||
./test.sh -f unique/mnode/mgmt22.sim
|
./test.sh -f unique/mnode/mgmt22.sim
|
||||||
./test.sh -f unique/mnode/mgmt23.sim
|
./test.sh -f unique/mnode/mgmt23.sim
|
||||||
./test.sh -f unique/mnode/mgmt24.sim
|
./test.sh -f unique/mnode/mgmt24.sim
|
||||||
#./test.sh -f unique/mnode/mgmt25.sim
|
./test.sh -f unique/mnode/mgmt25.sim
|
||||||
#./test.sh -f unique/mnode/mgmt26.sim
|
./test.sh -f unique/mnode/mgmt26.sim
|
||||||
./test.sh -f unique/mnode/mgmt33.sim
|
./test.sh -f unique/mnode/mgmt33.sim
|
||||||
./test.sh -f unique/mnode/mgmt34.sim
|
./test.sh -f unique/mnode/mgmt34.sim
|
||||||
./test.sh -f unique/mnode/mgmtr2.sim
|
./test.sh -f unique/mnode/mgmtr2.sim
|
||||||
|
|
Loading…
Reference in New Issue