This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"log" | |
"github.com/charmbracelet/bubbles/table" | |
tea "github.com/charmbracelet/bubbletea" | |
"github.com/charmbracelet/huh" | |
"github.com/samber/lo" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
022-11-02T06:42:07.540-0700 [TRACE] sdk.helper_resource: Validating TestCase: test_name=TestAccServiceAccountResource | |
2022-11-02T06:42:07.540-0700 [TRACE] sdk.helper_resource: Validating TestStep: test_name=TestAccServiceAccountResource test_step_number=1 | |
2022-11-02T06:42:07.540-0700 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccServiceAccountResource test_step_number=1 | |
2022-11-02T06:42:07.540-0700 [DEBUG] sdk.helper_resource: Calling TestCase PreCheck: test_name=TestAccServiceAccountResource test_step_number=1 | |
2022-11-02T06:42:07.540-0700 [DEBUG] sdk.helper_resource: Called TestCase PreCheck: test_name=TestAccServiceAccountResource test_step_number=1 | |
2022-11-02T06:42:07.541-0700 [TRACE] sdk.helper_resource: Adding potential Terraform CLI source of local filesystem PATH lookup: test_step_number=1 test_name=TestAccServiceAccountResource | |
2022-11-02T06:42:07.541-0700 [TRACE] sdk.helper_resource: Adding potential Terraform CLI source of checkpoint.hashicorp.com latest version for installation i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl localhost:8889/metrics | grep source | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="10"} 80 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="50"} 393 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="100"} 679 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="200"} 697 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="400"} 733 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="800"} 807 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="1000"} 830 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="1400"} 858 | |
promexample_opdemo_latency_bucket{client="cli",label1="value1",method="repl",source="source1",le="2000"} 860 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go test ./... -istio.test.env kube | |
2019-04-02T20:05:32.568359Z info Channelz: socket options are not supported on non-linux os and appengine. | |
2019-04-02T20:05:32.570644Z info tf Test run dir: /var/folders/xr/z72_xnk96vxgjnmdrxlxrt900000gn/T/citadel-test-e1016d603eae40cc9a | |
2019-04-02T20:05:48.591730Z error tf Test setup error: kube apply of generated yaml file: exit status 1: poddisruptionbudget.policy/istio-galley unchanged | |
poddisruptionbudget.policy/istio-egressgateway unchanged | |
configmap/istio-security-custom-resources unchanged | |
serviceaccount/istio-egressgateway-service-account unchanged | |
serviceaccount/istio-mixer-service-account unchanged | |
serviceaccount/istio-cleanup-secrets-service-account unchanged | |
clusterrole.rbac.authorization.k8s.io/istio-cleanup-secrets-istio-system unchanged |