@@ -301,10 +301,7 @@ var _ = g.Describe("[Feature:DeploymentConfig] deploymentconfigs", func() {
301
301
g .By (fmt .Sprintf ("checking the logs for substrings\n %s" , out ))
302
302
o .Expect (out ).To (o .ContainSubstring ("deployment-test-1 to 2" ))
303
303
o .Expect (out ).To (o .ContainSubstring ("--> pre: Success" ))
304
- // FIXME: In some cases the last log messages is lost because of the journald rate
305
- // limiter bug. For this test it should be enough to verify the deployment is marked
306
- // as complete. We should uncomment this once the rate-limiter issues are fixed.
307
- // o.Expect(out).To(o.ContainSubstring("--> Success"))
304
+ o .Expect (out ).To (o .ContainSubstring ("--> Success" ))
308
305
309
306
g .By ("verifying the deployment is marked complete and scaled to zero" )
310
307
o .Expect (waitForLatestCondition (oc , "deployment-test" , deploymentRunTimeout , deploymentReachedCompletion )).NotTo (o .HaveOccurred ())
@@ -354,10 +351,7 @@ var _ = g.Describe("[Feature:DeploymentConfig] deploymentconfigs", func() {
354
351
o .Expect (out ).To (o .ContainSubstring (fmt .Sprintf ("deployment-test-%d up to 1" , i + 2 )))
355
352
o .Expect (out ).To (o .ContainSubstring ("--> pre: Success" ))
356
353
o .Expect (out ).To (o .ContainSubstring ("test pre hook executed" ))
357
- // FIXME: In some cases the last log messages is lost because of the journald rate
358
- // limiter bug. For this test it should be enough to verify the deployment is marked
359
- // as complete. We should uncomment this once the rate-limiter issues are fixed.
360
- // o.Expect(out).To(o.ContainSubstring("--> Success"))
354
+ o .Expect (out ).To (o .ContainSubstring ("--> Success" ))
361
355
}
362
356
})
363
357
})
@@ -556,10 +550,7 @@ var _ = g.Describe("[Feature:DeploymentConfig] deploymentconfigs", func() {
556
550
o .Expect (out ).To (o .ContainSubstring ("--> Reached 50%" ))
557
551
o .Expect (out ).To (o .ContainSubstring ("Halfway" ))
558
552
o .Expect (out ).To (o .ContainSubstring ("Finished" ))
559
- // FIXME: In some cases the last log messages is lost because of the journald rate
560
- // limiter bug. For this test it should be enough to verify the deployment is marked
561
- // as complete. We should uncomment this once the rate-limiter issues are fixed.
562
- // o.Expect(out).To(o.ContainSubstring("--> Success"))
553
+ o .Expect (out ).To (o .ContainSubstring ("--> Success" ))
563
554
})
564
555
})
565
556
0 commit comments