tianxiaoliang commented on a change in pull request #809:
URL:
https://github.com/apache/servicecomb-service-center/pull/809#discussion_r553703554
##########
File path: scripts/ut_test_in_docker.sh
##########
@@ -67,11 +67,23 @@ fi
export TEST_MODE=mongo
[ $? == 0 ] && ut_for_dir datasource/mongo
-# 由於mongo接口未全部實現先注釋
-#[ $? == 0 ] && ut_for_dir pkg
-#[ $? == 0 ] && ut_for_dir server
-#[ $? == 0 ] && ut_for_dir scctl
-#[ $? == 0 ] && ut_for_dir syncer
+[ $? == 0 ] && ut_for_dir server/alarm
+[ $? == 0 ] && ut_for_dir server/bootstrap
+[ $? == 0 ] && ut_for_dir server/command
+[ $? == 0 ] && ut_for_dir server/config
Review comment:
以后我加个包,那ut还跑不了了,这种维护成本也是有的。目标是:保证开发做自己的代码,不要因为增个小目录,然后他不知道这有个维护列表,导致忘记加
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]