servicecatalog / oscm-jenkinsscripts

OSCM DevOps Pipeline.
Apache License 2.0
0 stars 1 forks source link

Unstable UI tests in OIDC mode #11

Closed Piotr-K8i closed 4 years ago

Piotr-K8i commented 4 years ago

Version Info 19.0

Describe the bug Tests on OIDC are not stable and often fail for unknown reasons. Tests are passed after removing the OSCM_Integration_Tests_OIDC file from the workspace. Behavior that all processes are still not finished after the test has been noticed

How to Reproduce Steps to reproduce the behavior:

  1. Log in to the node that does not passing tests
  2. Go /var/lib/jenkins/workspace
  3. Try to remove OSCM_Integration_Tests_OIDC
  4. See "cannot remove 'OSCM_Integration_Tests_OIDC/docker/config/certs/sso': Device or resource busy"

Observed behavior As above

Expected behavior After the tests are completed, all processes for a given test should be completed

Screenshots N/A

Additional context N/A

Piotr-K8i commented 4 years ago

The problem occurred due to the consumption of too much disk memory. Cleaning after each test solved the problem.