Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for callInternal (0.41 sec)

  1. pkg/test/framework/components/echo/common/call.go

    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/scopes"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    type sendFunc func(req *proto.ForwardEchoRequest) (echoclient.Responses, error)
    
    func callInternal(srcName string, from echo.Caller, opts echo.CallOptions, send sendFunc) (echo.CallResult, error) {
    	// Create the proto request.
    	req := newForwardRequest(opts)
    	sendAndValidate := func() (echo.CallResult, error) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/revisioned_upgrade_test.go

    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/framework/label"
    	kubetest "istio.io/istio/pkg/test/kube"
    )
    
    const (
    	callInterval     = 200 * time.Millisecond
    	successThreshold = 0.95
    )
    
    // TestRevisionedUpgrade tests a revision-based upgrade from the specified versions to current master
    func TestRevisionedUpgrade(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top