mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
add opentracing spans for metrics
This commit is contained in:
committed by
Travis Reeder
parent
1cc1a5ad49
commit
dc5e67b6d2
@@ -47,7 +47,7 @@ func TestRunnerDocker(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal("Couldn't prepare task test")
|
||||
}
|
||||
defer cookie.Close()
|
||||
defer cookie.Close(ctx)
|
||||
|
||||
result, err := cookie.Run(ctx)
|
||||
if err != nil {
|
||||
@@ -73,7 +73,7 @@ func TestRunnerDockerStdin(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal("Couldn't prepare task test")
|
||||
}
|
||||
defer cookie.Close()
|
||||
defer cookie.Close(ctx)
|
||||
|
||||
result, err := cookie.Run(ctx)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user