File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : gateway.networking.k8s.io/v1 
2- date : " 2025-06-17T20:49:35Z " 
2+ date : " 2025-06-23T17:17:39Z " 
33gatewayAPIChannel : standard 
4- gatewayAPIVersion : v1.2.1  
4+ gatewayAPIVersion : v1.3.0  
55implementation :
66  contact :
77  - ' @bobtest' 
@@ -13,10 +13,14 @@ kind: ConformanceReport
1313mode : default 
1414profiles :
1515- core :
16-     result : success 
16+     failedTests :
17+     - GatewayFollowingEPPRouting 
18+     - InferencePoolHTTPRoutePortValidation 
19+     - InferencePoolInvalidEPPService 
20+     result : failure 
1721    statistics :
18-       Failed : 0 
19-       Passed : 3 
22+       Failed : 3 
23+       Passed : 4 
2024      Skipped : 0 
2125  name : Gateway 
22-   summary : Core tests succeeded . 
26+   summary : Core tests failed with 3 test failures . 
Original file line number Diff line number Diff line change @@ -46,10 +46,16 @@ type InferenceExtensionTimeoutConfig struct {
4646// DefaultInferenceExtensionTimeoutConfig returns a new InferenceExtensionTimeoutConfig with default values. 
4747func  DefaultInferenceExtensionTimeoutConfig () InferenceExtensionTimeoutConfig  {
4848	config  :=  gatewayconfig .DefaultTimeoutConfig ()
49+ << << << <  HEAD 
4950	config .HTTPRouteMustHaveCondition  =  300  *  time .Second 
5051	config .RouteMustHaveParents  =  200  *  time .Second 
5152	config .MaxTimeToConsistency  =  200  *  time .Second 
5253	config .DefaultTestTimeout  =  600  *  time .Second 
54+ == == == = 
55+ 	config .HTTPRouteMustHaveCondition  =  100  *  time .Second 
56+ 	config .MaxTimeToConsistency  =  100  *  time .Second 
57+ 	config .DefaultTestTimeout  =  1200  *  time .Second 
58+ >> >> >> >  2 b53159  (new  versino .)
5359	return  InferenceExtensionTimeoutConfig {
5460		TimeoutConfig :                          config , // Initialize embedded struct 
5561		GeneralMustHaveConditionTimeout :        300  *  time .Second ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments