Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Jul 25, 2024
1 parent c49f688 commit de83a78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,19 @@ jobs:
kubectl describe pods -n default
sleep 5
go test -v -run TestAllLanguagesDeployment ./integration-tests/manifests/annotations -timeout 30m
kubectl describe pods -n default
sleep 5
go test -v -run TestJavaOnlyDeployment ./integration-tests/manifests/annotations -timeout 30m
kubectl describe pods -n default
sleep 5
go test -v -run TestPythonOnlyDeployment ./integration-tests/manifests/annotations -timeout 30m
kubectl describe pods -n default
sleep 5
go test -v -run TestDotNetOnlyDeployment ./integration-tests/manifests/annotations -timeout 30m
kubectl describe pods -n default
sleep 5
go test -v -run TestAnnotationsOnMultipleResources ./integration-tests/manifests/annotations -timeout 30m
kubectl describe pods -n default
DaemonsetAnnotationsTest:
name: DaemonsetAnnotationsTest
Expand Down
3 changes: 2 additions & 1 deletion pkg/instrumentation/defaultinstrumentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package instrumentation
import (
"errors"
"fmt"
"k8s.io/apimachinery/pkg/api/resource"
"os"

"k8s.io/apimachinery/pkg/api/resource"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down
3 changes: 2 additions & 1 deletion pkg/instrumentation/defaultinstrumentation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
package instrumentation

import (
"k8s.io/apimachinery/pkg/api/resource"
"os"
"reflect"
"testing"

"k8s.io/apimachinery/pkg/api/resource"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down

0 comments on commit de83a78

Please sign in to comment.