1. 23 Jun, 2020 1 commit
  2. 22 Jun, 2020 1 commit
  3. 10 Jun, 2020 1 commit
  4. 09 Jun, 2020 1 commit
  5. 08 Jun, 2020 2 commits
  6. 05 Jun, 2020 3 commits
    • Aitor Cedres's avatar
      Use NodePort Service type in system tests · 212cbb66
      Aitor Cedres authored
      Node Port service type is externally accessible via the Kubernetes node
      IP. We can fetch this IP from the Kubernetes API. The port that
      redirects to RabbitMQ pods via the service is the NodePort in the
      Service Spec. The requirement now is that system tests can access
      Kubernetes node IP; it is slightly similar to the previous assumption,
      where the system tests relied on the IaaS to provide an external
      accessible IP.
      212cbb66
    • Aitor Cedres's avatar
      Use BeforeSuit instead of its Synchronized version · ac47fbd9
      Aitor Cedres authored
      The intention of SynchronizedBeforeSuite is to initialise singletons
      e.g. a database. It then provides a block to initialise clients, using
      the data from the previous block if needed. Since we don't have a
      singleton, we don't need to use this.
      ac47fbd9
    • Chunyi Lyu's avatar
      Merge pull request #160 from pivotal/systests · b0d98dc5
      Chunyi Lyu authored
      Increase system tests timeout and reduce parellel nodes
      b0d98dc5
  7. 04 Jun, 2020 2 commits
  8. 03 Jun, 2020 4 commits
  9. 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
  10. 29 May, 2020 1 commit
  11. 28 May, 2020 2 commits
  12. 27 May, 2020 5 commits
  13. 26 May, 2020 1 commit
  14. 21 May, 2020 5 commits
  15. 20 May, 2020 6 commits
  16. 18 May, 2020 1 commit
  17. 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
  18. 12 May, 2020 1 commit