Parallel-install: Improve deploy/delete tests
clebs opened this issue · comments
Description
The current unit tests for the deploy and delete are based on sleeping for a fixed amount of time and then measuring total execution time.
This is unreliable as it varies greatly depending on many factors (such as hardware, other programs running, CPU usage, etc...).
The tests need to be rewritten in a way that they are reliable and deterministic.
Reasons
Avoid having flaky tests.
This issue or PR has been automatically marked as stale due to the lack of recent activity.
Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
- After 60d of inactivity,
lifecycle/stale
is applied - After 7d of inactivity since
lifecycle/stale
was applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale
- Close this issue or PR with
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
Issue is no longer valid, parallel installation package was deprecated and removed long ago.