Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 195 for Petry (0.03 sec)

  1. tests/integration/pilot/mcs/autoexport/autoexport_test.go

    	"istio.io/istio/pkg/test/framework/components/istio"
    	"istio.io/istio/pkg/test/framework/label"
    	"istio.io/istio/pkg/test/framework/resource"
    	"istio.io/istio/pkg/test/util/retry"
    	"istio.io/istio/tests/integration/pilot/mcs/common"
    )
    
    var (
    	i     istio.Instance
    	echos common.EchoDeployment
    )
    
    func TestMain(m *testing.M) {
    	// nolint: staticcheck
    	framework.
    		NewSuite(m).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	"istio.io/istio/pkg/network"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/pkg/test/util/file"
    	"istio.io/istio/pkg/test/util/retry"
    	"istio.io/istio/pkg/util/protomarshal"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/workloadapi"
    	"istio.io/istio/pkg/workloadapi/security"
    )
    
    const (
    	testNS   = "ns1"
    	systemNS = "istio-system"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. pilot/test/mock/config.go

    	// run map invariant sequence
    	CheckMapInvariant(store, t, namespace, n)
    
    	log.Infof("Waiting till all events are received")
    	retry.UntilOrFail(t, func() bool {
    		return added.Load() == n64 && deleted.Load() == n64
    	}, retry.Message("receive events"), retry.Delay(time.Millisecond*500), retry.Timeout(time.Minute))
    }
    
    // CheckCacheFreshness validates operational invariants of a cache
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. tests/integration/pilot/gateway_test.go

    		HTTP: echo.HTTP{
    			Headers: headers.New().WithHost("bar").Build(),
    		},
    		Address: fmt.Sprintf("gateway-istio.%s.svc.cluster.local", apps.Namespace.Name()),
    		Check:   check.OK(),
    		Retry: echo.Retry{
    			Options: []retry.Option{retry.Timeout(time.Minute)},
    		},
    	})
    	apps.B[0].CallOrFail(t, echo.CallOptions{
    		Port:   echo.Port{ServicePort: 80},
    		Scheme: scheme.HTTP,
    		HTTP: echo.HTTP{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/tunneling_test.go

    	"istio.io/istio/pkg/test/framework/components/echo"
    	"istio.io/istio/pkg/test/framework/components/echo/common/ports"
    	"istio.io/istio/pkg/test/framework/components/istioctl"
    	"istio.io/istio/pkg/test/util/retry"
    	"istio.io/istio/tests/integration/pilot/forwardproxy"
    )
    
    const (
    	forwardProxyConfigMapFile    = "testdata/forward-proxy/configmap.tmpl.yaml"
    	forwardProxyServiceFile      = "testdata/forward-proxy/service.tmpl.yaml"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/serviceexportcache_test.go

    		newServiceExport(),
    		metav1.CreateOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Wait for the export to be processed by the controller.
    	retry.UntilOrFail(t, func() bool {
    		return ec.isExported(serviceExportNamespacedName)
    	}, serviceExportTimeout, retry.Message("expected to be exported"))
    
    	// Wait for the XDS event.
    	ec.waitForXDS(t, true)
    }
    
    func (ec *serviceExportCacheImpl) unExport(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/serviceimportcache_test.go

    	"istio.io/istio/pilot/pkg/serviceregistry/util/xdsfake"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/kube/mcs"
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    const (
    	serviceImportName      = "test-svc"
    	serviceImportNamespace = "test-ns"
    	serviceImportPodIP     = "128.0.0.2"
    	serviceImportCluster   = "test-cluster"
    )
    
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 14 18:50:38 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  8. pilot/pkg/model/jwks_resolver_test.go

    	if err == nil {
    		t.Fatalf("GetPublicKey(%q, %+v) fails: expected error, got no error: (%v)", pk, mockCertURL, err)
    	}
    
    	retry.UntilOrFail(t, func() bool {
    		pk, _ := r.GetPublicKey("", mockCertURL, testRequestTimeout)
    		return test.JwtPubKey2 == pk
    	}, retry.Delay(time.Millisecond))
    	r.Close()
    
    	i := 0
    	r.keyEntries.Range(func(_ any, _ any) bool {
    		i++
    		return true
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. pkg/kube/kclient/client_test.go

    	deployments.AddEventHandler(controllers.EventHandler[*appsv1.Deployment]{
    		AddFunc: func(obj *appsv1.Deployment) {
    			handled.Inc()
    		},
    	})
    	c.RunAndWait(test.NewStop(t))
    	retry.UntilOrFail(t, deployments.HasSynced, retry.Timeout(time.Second*2), retry.Delay(time.Millisecond))
    	// This checks sync worked properly. This MUST be immediately available, not eventually
    	assert.Equal(t, handled.Load(), 1)
    }
    
    func TestClient(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 15:12:54 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. releasenotes/notes/30261.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
    - 30261
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 02 17:51:47 UTC 2021
    - 216 bytes
    - Viewed (0)
Back to top