This is an automated email from the ASF dual-hosted git repository. ejttianyu pushed a commit to branch fix_merge in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 247e7aa843862309f6deceb1bec57b5dce05ca90 Author: EJTTianyu <[email protected]> AuthorDate: Tue Nov 3 16:24:26 2020 +0800 change travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a871f33..c54d793 100644 --- a/.travis.yml +++ b/.travis.yml @@ -174,7 +174,7 @@ script: - mvn -B apache-rat:check # Output something every 10 minutes or Travis kills the job - while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done & - - mvn -B clean test integration-test + - mvn -B clean test -pl server -Dtest=org.apache.iotdb.db.engine.storagegroup.StorageGroupProcessorTest # Killing background sleep loop - kill %1
