Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStatusMaps (0.11 sec)

  1. pilot/pkg/status/distribution/reporter_test.go

    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/ledger"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func TestStatusMaps(t *testing.T) {
    	r := initReporterWithoutStarting()
    	typ := ""
    	r.processEvent("conA", typ, "a")
    	r.processEvent("conB", typ, "a")
    	r.processEvent("conC", typ, "c")
    	r.processEvent("conD", typ, "d")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top