From b3b1e598ffbba0c5c78b79b704d326a78aecc405 Mon Sep 17 00:00:00 2001 From: Qi Tan Date: Wed, 14 Aug 2024 17:47:56 -0700 Subject: [PATCH] Enable OpenTelemetry Profile when testing --- dev/run-tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index eb760139f9b68..a1ddc8c97aaf6 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -524,7 +524,8 @@ def main(): else: test_env = "local" - extra_profiles = get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version) + extra_profiles = get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version) + [ + "opentelemetry-reporter"] print( "[info] Using build tool",