未验证 提交 5c6bde88 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3959 from taosdata/hotfix/testcase

fix test case error
...@@ -9,7 +9,7 @@ pipeline { ...@@ -9,7 +9,7 @@ pipeline {
stage('Parallel test stage') { stage('Parallel test stage') {
parallel { parallel {
stage('pytest') { stage('pytest') {
agent{label 'master'} agent{label '184'}
steps { steps {
sh ''' sh '''
date date
...@@ -34,7 +34,7 @@ pipeline { ...@@ -34,7 +34,7 @@ pipeline {
} }
} }
stage('test_b1') { stage('test_b1') {
agent{label '184'} agent{label 'master'}
steps { steps {
sh ''' sh '''
cd ${WKC} cd ${WKC}
......
...@@ -52,10 +52,10 @@ sleep 1000 ...@@ -52,10 +52,10 @@ sleep 1000
sql use $db sql use $db
sql drop table tb5 sql drop table tb5
$i = 0
while $i < 4 while $i < 4
$tbId = $i + $halfNum
$tb = $tbPrefix . $i $tb = tb . $i
$x = 0 $x = 0
while $x < $rowNum while $x < $rowNum
$xs = $x * $delta $xs = $x * $delta
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册