3 Star 6 Fork 0

Tencent / Tendis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
testall.sh 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
EvilSinCrow 提交于 2021-01-12 15:21 . add Tendis tests to CI workflow
#!/bin/bash
sh ./unittest.sh >&unittest.log &
build/bin/repl_test >&repl_test.log &
build/bin/restore_test >&restore_test.log &
build/bin/cluster_test >&cluster_test.log &
sh ./redistest.sh &
cd src/tendisplus/integrate_test
./gotest.sh &
cd -
grep -En "\[err|\[exception|49merr|49mexception" redistest.log
:<<!
grep PASSED repl_test.log
grep PASSED restore_test.log
grep PASSED cluster_test.log
grep -E 'Expected|FAILED' unittest.log
grep "go passed" src/tendisplus/integrate_test/gotest.log
!
C
1
https://gitee.com/mirrors_Tencent/Tendis.git
git@gitee.com:mirrors_Tencent/Tendis.git
mirrors_Tencent
Tendis
Tendis
unstable

搜索帮助