Skip to content

Commit

Permalink
add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffyy99 committed Dec 19, 2024
1 parent da811e1 commit 076ef3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions receiver/dockerstatsreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package dockerstatsreceiver

import (
"context"
"fmt"
"testing"
"time"

Expand Down Expand Up @@ -219,6 +220,7 @@ func TestContainerLifecycleEventsIntegration(t *testing.T) {

// no events should be received before container starts
assert.Never(t, func() bool {
fmt.Printf("%v", consumer.AllLogs())
return len(consumer.AllLogs()) > 0
}, 5*time.Second, 1*time.Second, "received unexpected events")

Expand Down

0 comments on commit 076ef3e

Please sign in to comment.