Skip to content
Snippets Groups Projects
  1. Apr 16, 2021
  2. Apr 15, 2021
  3. Mar 30, 2021
  4. Mar 19, 2021
  5. Mar 11, 2021
  6. Mar 03, 2021
    • Bob Callaway's avatar
      fix race condition in e2e tests (#184) · b6e91ea4
      Bob Callaway authored
      
      In our CI environment there is an artifical delay in between starting
      the Rekor services via docker-compose and when the E2E tests are
      actually executed due to Go modules being downloaded. In a local
      development environment, the download may not be required so the tests
      can start before the docker-compose services are actually running.
      
      This introduces a healthcheck for services (where possible), and blocks
      the start of the e2e tests until the services are reporting as healthy.
      It also forces the use of an empty homedir and rekor config file to
      ensure no collision between the tests and the developer's environment.
      
      Fixes #183
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      Unverified
      b6e91ea4
  7. Feb 08, 2021
  8. Jan 27, 2021
  9. Jan 22, 2021
  10. Jan 19, 2021
  11. Jan 14, 2021
  12. Jan 03, 2021
  13. Nov 18, 2020
Loading