Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KOGITO-9940] Add E2E test cases for platform configured with Job Service and Data Index in a combination of scenarios with ephemeral and postgreSQL persistence in dev and production profiles #337

Merged
merged 9 commits into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. [KOGITO-9940] Add E2E test cases for platform configured with Job Ser…

    …vice and Data Index in a combination of scenarios with ephemeral and postgreSQL persistence in dev and production profiles
    
    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3c9aa63 View commit details
    Browse the repository at this point in the history
  2. Change error wrapping in test as function errors.Join() is not suppor…

    …ted in golang 1.19
    
    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    99a4669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d71c16 View commit details
    Browse the repository at this point in the history
  4. Added headers to test data files

    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f3cbd74 View commit details
    Browse the repository at this point in the history
  5. Re-estructured e2e tests for platform services

    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1f448f8 View commit details
    Browse the repository at this point in the history
  6. Bootstrap e2e test cluster as a github action

    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    799ae52 View commit details
    Browse the repository at this point in the history
  7. Add missing headers to source files

    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8e1bc85 View commit details
    Browse the repository at this point in the history
  8. Increase DI container resource limits to 200m/1Gi to avoid crashing w…

    …hen running the ephemeral postgres
    
    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9d19e6a View commit details
    Browse the repository at this point in the history
  9. Tweak platform services test to avoid checking for the workflow's hea…

    …lth status since some finish quicker than the time it takes for the logic to evaluate the health endpoint and causes a test failure
    
    Signed-off-by: Jordi Gil <[email protected]>
    jordigilh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e4721df View commit details
    Browse the repository at this point in the history