Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SomeConfig (0.12 sec)

  1. pilot/pkg/config/aggregate/config_test.go

    }
    
    func TestAggregateStoreMakeValidationFailure(t *testing.T) {
    	g := NewWithT(t)
    
    	store1 := memory.Make(collection.SchemasFor(schemaFor("SomeConfig", "broken message name")))
    
    	stores := []model.ConfigStore{store1}
    
    	store, err := makeStore(stores, nil)
    	g.Expect(err).To(MatchError(ContainSubstring("not found: broken message name")))
    	g.Expect(store).To(BeNil())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top