From 9b694685b7024ebb399b44dfe01c3d662651b118 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Tue, 20 Oct 2020 19:20:53 +0800 Subject: [PATCH] disable cube ut --- tools/serving_build.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 4ed7afe4..56331c3f 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -611,7 +611,7 @@ function python_test_grpc_impl() { # test load server config and client config in Server side cd criteo_ctr_with_cube # pwd: /Serving/python/examples/grpc_impl_example/criteo_ctr_with_cube - +< /dev/null" check_cmd "tar xf ctr_cube_unittest.tar.gz" check_cmd "mv models/ctr_client_conf ./" @@ -632,9 +632,11 @@ function python_test_grpc_impl() { echo "error with criteo_ctr_with_cube inference auc test, auc should > 0.67" exit 1 fi +COMMENT + echo "grpc impl test success" kill_server_process - ps -ef | grep "cube" | grep -v grep | awk '{print $2}' | xargs kill + #ps -ef | grep "cube" | grep -v grep | awk '{print $2}' | xargs kill cd .. # pwd: /Serving/python/examples/grpc_impl_example ;; @@ -671,6 +673,7 @@ function python_test_grpc_impl() { cd .. # pwd: /Serving/python/examples/grpc_impl_example # test load server config and client config in Server side +< 0.67" exit 1 fi +COMMENT echo "grpc impl test success" kill_server_process ps -ef | grep "test_server_gpu" | grep -v serving_build | grep -v grep | awk '{print $2}' | xargs kill - ps -ef | grep "cube" | grep -v grep | awk '{print $2}' | xargs kill + #ps -ef | grep "cube" | grep -v grep | awk '{print $2}' | xargs kill cd .. # pwd: /Serving/python/examples/grpc_impl_example ;; *) -- GitLab