Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSplitComponentLog (0.19 sec)

  1. pkg/envoy/proxy_test.go

    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	want := `{"key":"value"}`
    	if got != want {
    		t.Errorf("readBootstrapToJSON() => got:\n%v,\nwant:\n%v", got, want)
    	}
    }
    
    func TestSplitComponentLog(t *testing.T) {
    	cases := []struct {
    		input      string
    		log        string
    		components []string
    	}{
    		{"info", "info", nil},
    		// A bit odd, but istio logging behaves this way so might as well be consistent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 11:45:51 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top