Skip to content

should the started deployment be cleaned up on validation test timeout? #25

@konstan

Description

@konstan

It might be useful to keep it for troubleshooting. Or else, GET the resource, print it in the log of the test, and then delete it.

======================================================================
FAIL [157.734s]: test_app_deployment_pull (validation_framework.validators.tests.nuvla_operations.test_basic_app_deployments.TestBasicAppDeployment)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/actions-runner/_work/_tool/Python/3.10.8/x64/lib/python3.10/site-packages/validation_framework/validators/tests/nuvla_operations/test_basic_app_deployments.py", line 110, in test_app_deployment_pull
    self.wait_for_deployment_start(deployment_id)
  File "/home/runner/actions-runner/_work/_tool/Python/3.10.8/x64/lib/python3.10/site-packages/validation_framework/validators/tests/nuvla_operations/test_basic_app_deployments.py", line 40, in wait_for_deployment_start
    self.assertTrue(False, f'Deployment {deployment_id} did not start in time')
AssertionError: False is not true : Deployment deployment/b8ef4183-3007-4553-a827-c5bc03579261 did not start in time

----------------------------------------------------------------------
Ran 2 tests in 415.445s

Screenshot 2023-03-31 at 11 27 38

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions