mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: make trace provider in loadtest, add tracing to sdk (#4939)
This commit is contained in:
@ -277,6 +277,8 @@ func TestLoadTest(t *testing.T) {
|
||||
require.NoError(t, err, msg)
|
||||
}
|
||||
|
||||
t.Logf("output %d:\n\n%s", i, string(b))
|
||||
|
||||
switch output.format {
|
||||
case "text":
|
||||
require.Contains(t, string(b), "Test results:", msg)
|
||||
|
Reference in New Issue
Block a user