Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildExpectExpectRemoved (0.68 sec)

  1. pilot/pkg/xds/workload_test.go

    		}
    		if len(resp.RemovedResources) > 0 {
    			t.Fatalf("unexpected removals: %v", resp.RemovedResources)
    		}
    		assert.Equal(t, sets.SortedList(have), sets.SortedList(want))
    	}
    }
    
    func buildExpectExpectRemoved(t *testing.T) func(resp *discovery.DeltaDiscoveryResponse, names ...string) {
    	return func(resp *discovery.DeltaDiscoveryResponse, names ...string) {
    		t.Helper()
    		want := sets.New(names...)
    		have := sets.New[string]()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top