Skip to content

Commit

Permalink
Revert "[Do not merge] more debug logging"
Browse files Browse the repository at this point in the history
This reverts commit a665e8a.
  • Loading branch information
adleong committed Nov 20, 2024
1 parent 9666503 commit 805884a
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,28 +117,6 @@ func TestFederatedService(t *testing.T) {
return fmt.Errorf("%w\n%s", err, out)
}
fmt.Println(out)
fmt.Println("$$$ Local service mirror")
out, err = TestHelper.KubectlWithContext("",
contexts[testutil.SourceContextKey],
"--namespace", "linkerd-multicluster",
"describe",
"deploy/linkerd-local-service-mirror",
)
if err != nil {
return fmt.Errorf("%w\n%s", err, out)
}
fmt.Println(out)
fmt.Println("$$$ Destination controller")
out, err = TestHelper.KubectlWithContext("",
contexts[testutil.SourceContextKey],
"--namespace", "linkerd",
"describe",
"deploy/linkerd-destination",
)
if err != nil {
return fmt.Errorf("%w\n%s", err, out)
}
fmt.Println(out)
return fmt.Errorf("federated service missing annotation: %s", k8s.LocalDiscoveryAnnotation)
}
if localDiscovery != "web-svc" {
Expand Down

0 comments on commit 805884a

Please sign in to comment.