You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ej...@apache.org on 2020/11/04 03:43:57 UTC

[iotdb] 02/02: use single test to retry the blocked case

This is an automated email from the ASF dual-hosted git repository.

ejttianyu pushed a commit to branch storage_test_block_fix
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f8af272b7e08c53098b5e19103b4718f8b01b87c
Author: EJTTianyu <16...@qq.com>
AuthorDate: Wed Nov 4 11:43:23 2020 +0800

    use single test to retry the blocked case
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c54d793..6baf491 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 -pl server -Dtest=org.apache.iotdb.db.engine.storagegroup.StorageGroupProcessorTest
+    - mvn -B clean test -DfailIfNoTests=false -Dtest=org.apache.iotdb.db.engine.storagegroup.StorageGroupProcessorTest -pl server -am
     # Killing background sleep loop
     - kill %1