From e98fe94eb2ee2a9b4570a489225870efbcd8af48 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Tue, 28 Mar 2023 15:08:38 +0800 Subject: [PATCH] test : add ldconfig to call --- tests/system-test/0-others/udfpy_main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/0-others/udfpy_main.py b/tests/system-test/0-others/udfpy_main.py index 23fbfd1e09..c6b2af0f83 100644 --- a/tests/system-test/0-others/udfpy_main.py +++ b/tests/system-test/0-others/udfpy_main.py @@ -420,6 +420,8 @@ class TDTestCase: packs = ["taospyudf"] for pack in packs: subprocess.check_call([sys.executable, '-m', 'pip', 'install', pack]) + tdLog.info("call ldconfig...") + os.system("ldconfig") tdLog.info("install taospyudf successfully.") # run -- GitLab