Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testu (0.03 sec)

  1. pilot/pkg/networking/core/listener_test.go

    	// storing the services out of time order to test that it's being sorted properly.
    	testOutboundListenerConflict(t,
    		buildServiceWithPort("test1.com", 3306, protocol.HTTP, tnow.Add(1*time.Second)),
    		buildServiceWithPort("test2.com", 3306, protocol.MySQL, tnow))
    	testOutboundListenerConflict(t,
    		buildServiceWithPort("test1.com", 9999, protocol.HTTP, tnow.Add(1*time.Second)),
    		buildServiceWithPort("test2.com", 9999, protocol.MySQL, tnow))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_builder_test.go

    	}
    }
    
    var (
    	testServices = []*model.Service{
    		buildService("test.com", wildcardIPv4, protocol.HTTP, tnow),
    		buildService("test.com", wildcardIPv6, protocol.HTTP, tnow),
    	}
    	testServicesWithQUIC = []*model.Service{
    		buildService("test.com", wildcardIPv4, protocol.HTTP, tnow),
    		buildService("test.com", wildcardIPv6, protocol.HTTP, tnow),
    		buildService("quick.com", wildcardIPv4, protocol.UDP, tnow),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top