SQL Expression: Add instrumentation for sql expressions (#103758)

This commit is contained in:
Sarah Zinger
2025-04-10 19:51:44 +01:00
committed by GitHub
parent 778d0b2da4
commit acd843303e
24 changed files with 223 additions and 143 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ func TestThresholdExecute(t *testing.T) {
t.Run(name, func(t *testing.T) {
result, err := cmd.Execute(context.Background(), time.Now(), mathexp.Vars{
"A": newResults(input[name]),
}, tracing.InitializeTracerForTest())
}, tracing.InitializeTracerForTest(), nil)
require.NoError(t, err)
require.Equal(t, newResults(tc.expected[name]), result)
})