Browse Source
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
(cherry picked from commit 81930e5420
)
3.0.0/version-upgrade
Jiajie Zhong
2 years ago
9 changed files with 90 additions and 18 deletions
Loading…
Reference in new issue