1. 01 Jun, 2016 1 commit
    • k8s-merge-robot's avatar
      Merge pull request #26555 from jsafrane/stabilize-test-flakes · 38d5be4f
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Stabilize controller unit tests.
      
      Remove test "5-1", it's flaky as it depends on order of execution of goroutines. When the controller starts, existing claim is enqueued as "initial sync event" and a new volume is enqueued to separate goroutine. It is not deterministic which goroutine processes its events first and there is no way how to tell that the claim event was processed.
      
      Also, force resync of the controllers after the test to make sure all events are processed.
      
      Fixes unit test flakes.
      @kubernetes/sig-storage 
      38d5be4f
  2. 31 May, 2016 31 commits
  3. 30 May, 2016 8 commits