1. 05 Jun, 2020 1 commit
  2. 04 Jun, 2020 1 commit
    • Chunyi Lyu's avatar
      Increase sys tests timeout and reduce parellel nodes · 05753f4c
      Chunyi Lyu authored
      - Previous timeouts were enough for majority of the time;
      however roughly 1 out of 5 times, some test cases will need
      much longer time to create pods and wait until pods are ready.
      Pods do eventually become ready, and tests will pass
      05753f4c
  3. 03 Jun, 2020 4 commits
  4. 01 Jun, 2020 2 commits
    • Feroz Jilla's avatar
      Make system tests more resilient (#150) · d6dcf9a9
      Feroz Jilla authored
      
      * [system tests] Retry amqps connection request
      
      - the system tests have been failing with tls connectivity errors. The
      retry logic gives RMQ more time to be able to serve the TLS connection requests.
      The errors seem to be occurring because the connection request is sent
      too early.
      
      * [system tests] Relax timeouts, add more specific checks
      
      - with the addition of new system tests (for example from #102), the
      cluster is placed under further load and takes longer to complete
      actions. This causes intermittent test failures when the timeout is
      exceeded
      
      - also run tests on 5 parallel nodes. This corresponds to the number of
      high level specs in the tests
      Co-authored-by: default avatarChunyi Lyu <clyu@pivotal.io>
      d6dcf9a9
    • Chunyi Lyu's avatar
      Merge pull request #148 from pivotal/operator-scope · c14772e4
      Chunyi Lyu authored
      Adds operator scope namespace env variable
      c14772e4
  5. 29 May, 2020 1 commit
  6. 28 May, 2020 2 commits
  7. 27 May, 2020 5 commits
  8. 26 May, 2020 1 commit
  9. 21 May, 2020 5 commits
  10. 20 May, 2020 6 commits
  11. 18 May, 2020 1 commit
  12. 15 May, 2020 1 commit
    • Aitor Pérez Cedres's avatar
      Add a note to reviewers to remind about squashing · 26eeb84c
      Aitor Pérez Cedres authored
      In the spirit of keeping our commit history relevant and navigable, reviewers should also review the commit list presented in a PR. If some or all commits can be squashed, they should suggest so. If not all commits should be squashed, the reviewer should suggest to rebase the branch and re-push.
      26eeb84c
  13. 12 May, 2020 5 commits
  14. 05 May, 2020 1 commit
    • Chunyi Lyu's avatar
      Make leader election timeouts configurable (#111) · e9ad9f6b
      Chunyi Lyu authored
      - this fixes bug reported from issue #69 
      - users can set leaseDuration, renewDeadline, and retryPeriod
      (all in seconds) via setting environment variables in the manager manifest
      - template leader election timeouts in operator chart
      e9ad9f6b
  15. 04 May, 2020 4 commits