Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Interrupt test or suite when timeout exceeded #13

Closed
aszecowka opened this issue Mar 8, 2019 · 2 comments
Closed

Interrupt test or suite when timeout exceeded #13

aszecowka opened this issue Mar 8, 2019 · 2 comments
Labels
area/security Issues or PRs related to security kind/feature Categorizes issue or PR as related to a new feature. wontfix This will not be worked on

Comments

@aszecowka
Copy link
Contributor

In CRD's we have to parameters that specify a timeout after which execution of a test or a suite should be stopped:

  • ClusterTestSuite.SuiteTimeout
  • TestDefinition.Timeout

Purpose of this issue is to implement logic around timeouts.

AC:

  • a test is interrupted if it takes more than a value specified in TestDefinition.Timeout. A suite can be continued.
  • a suite is interrupted if it takes more than a value specified in ClusterTestSuite.SuiteTimeout
@aszecowka aszecowka added kind/feature Categorizes issue or PR as related to a new feature. quality/productivity labels Mar 8, 2019
@sjanota sjanota added this to the Backlog_Hasselhoff milestone Sep 11, 2019
@aszecowka aszecowka added area/security Issues or PRs related to security and removed quality/productivity labels Oct 22, 2019
@pbochynski pbochynski removed this from the Backlog_Hasselhoff milestone May 27, 2020
@stale
Copy link

stale bot commented Oct 24, 2020

This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 24, 2020
@pbochynski pbochynski removed the stale label Oct 29, 2020
@stale
Copy link

stale bot commented Jan 11, 2021

This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 11, 2021
@pbochynski pbochynski added wontfix This will not be worked on and removed stale labels Jan 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/security Issues or PRs related to security kind/feature Categorizes issue or PR as related to a new feature. wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants