mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Add more log information to help debug flake #129779
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
		@@ -419,7 +419,7 @@ var _ = SIGDescribe("Deployment", func() {
 | 
			
		||||
					return found, nil
 | 
			
		||||
				}
 | 
			
		||||
			default:
 | 
			
		||||
				framework.Logf("observed event type %v", event.Type)
 | 
			
		||||
				framework.Logf("observed event type %#v", event)
 | 
			
		||||
			}
 | 
			
		||||
			return false, nil
 | 
			
		||||
		})
 | 
			
		||||
 
 | 
			
		||||
@@ -547,6 +547,8 @@ func testRSLifeCycle(ctx context.Context, f *framework.Framework) {
 | 
			
		||||
				framework.Logf("observed Replicaset %v in namespace %v with ReadyReplicas %v found %v", rset.ObjectMeta.Name, rset.ObjectMeta.Namespace, rset.Status.ReadyReplicas, found)
 | 
			
		||||
			}
 | 
			
		||||
			return found, nil
 | 
			
		||||
		} else {
 | 
			
		||||
			framework.Logf("observed event type %#v", event)
 | 
			
		||||
		}
 | 
			
		||||
		return false, nil
 | 
			
		||||
	})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user